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
Hi, thanks for your great work. But I have some questions. When I train the language codec, why I need to download some files first and I got an error after the files are downloaded?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your great work. But I have some questions. When I train the language codec, why I need to download some files first and I got an error after the files are downloaded?
This is because metrics, such as utmos, are tested against the validation set during training, and this part of the logic is in metrics/ utmos.py. You can choose to download the two ckpt in advance to the metrics directory, or you can choose to delete this part of the validation set logic from the tensorboard in experiment.py.
Hi, thanks for your great work. But I have some questions. When I train the language codec, why I need to download some files first and I got an error after the files are downloaded?
The text was updated successfully, but these errors were encountered: