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
In configs there are stage parameter in each config with value 0, 1, 2. It is not used in the main train function of train.py file, but also fails with any command:
Also there are other parameters in configs for stage 2 and 3 that don't make sense in addition to stage, such as mu_quantization, filter_length, win_length and sp_dir.
Also, in stage1 there should be discriminator config defined too, otherwise error for stage 1 training.
And the last one problem: adv_ag and adv_fd should be specified
SolomidHero
changed the title
'stage' parameter bug in config
Unused parameters bug in configs
Jan 18, 2021
In configs there are
stage
parameter in each config with value 0, 1, 2. It is not used in the maintrain
function oftrain.py
file, but also fails with any command:with traceback:
The text was updated successfully, but these errors were encountered: