Skip to content

I want one audio can generate one exactly result, what should i do? #40

Answered by Satellite30
Satellite30 asked this question in Q&A
Discussion options

You must be logged in to vote

Problem solved, there is no randomness used internally in the model. I found that modifying the utmosv2.dataset._utils.select_random_start function can achieve non-random slicing; simply change return y[start : start + length] to return y[:length].

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Satellite30
Comment options

Answer selected by Satellite30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant