Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about training #6

Open
Chimou0 opened this issue Jul 29, 2024 · 1 comment
Open

about training #6

Chimou0 opened this issue Jul 29, 2024 · 1 comment

Comments

@Chimou0
Copy link

Chimou0 commented Jul 29, 2024

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?
image

@jishengpeng
Copy link
Owner

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? image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants