You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained all day - and ran generator pointing to saved pytorch file / to spit out 5 files.
param_fp = f'checkpoints/save/20211112_074506/model/params.Generator.best_Convergence.torch'
is it a case that the model spits out will be same 5 times? is there a random seed that can be swiched in on each run to make different sounds ( explore latent space)?
UPDATE
woops just found this - need to update the readme to make it clear.
I trained all day - and ran generator pointing to saved pytorch file / to spit out 5 files.
param_fp = f'checkpoints/save/20211112_074506/model/params.Generator.best_Convergence.torch'
is it a case that the model spits out will be same 5 times? is there a random seed that can be swiched in on each run to make different sounds ( explore latent space)?
UPDATE
woops just found this - need to update the readme to make it clear.
the logic seems flawed - seems like each new sample will carry same seed?
maybe something like
doesn't seem to make a difference to the end generated mp3.
UPDATE
maybe there's something wrong with my training.
The text was updated successfully, but these errors were encountered: