-
hello, i try to use pre-trained vits female voice to create my own model but when i start process and opened tensorboard i got only this: During normal training process tensorboard show "images" "audio" etc... is this an issue or i done something wrong.... this is command i have used to start process: D:\TTS-Training\Vits-PL-Model-training> python train_vits_win_Thorsten-Voice.py --restore_path D:\TTS-Training\tts_models--pl--mai_female--vits\model_file.pth.tar --coqpit.run_name "Vits-TTS-PL-finetune" and also i have got lots below messages:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It might take some time for the other information to be generated on Tensorboard. The pretrained Coqui models generally only include layers needed for inference, not the ones for training (e.g. the Vits discriminator). So the "Layer missing" messages are expected if starting from those models. |
Beta Was this translation helpful? Give feedback.
It might take some time for the other information to be generated on Tensorboard. The pretrained Coqui models generally only include layers needed for inference, not the ones for training (e.g. the Vits discriminator). So the "Layer missing" messages are expected if starting from those models.