[Bug] AttributeError: module 'TTS.tts.datasets' has no attribute '' #292
-
Trying to finetune:(I have created datset in my voice). Issue here is dataset_name & formatter name seems empty(at least that's what I think) config.json {
Command: !CUDA_VISIBLE_DEVICES="0" python TTS/bin/train_tts.py Error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Correct, you have to specify a formatter name, so that Coqui knows how to load your data. |
Beta Was this translation helpful? Give feedback.
Correct, you have to specify a formatter name, so that Coqui knows how to load your data.