jishengpeng / Languagecodec

Language-Codec: Reducing the Gaps Between Discrete Codec Representation and Speech Language Models
MIT License
208 stars 16 forks source link

about training #6

Open Chimou0 opened 2 months ago

Chimou0 commented 2 months ago

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 commented 2 months ago

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.