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
(I don't know if this applies to all importers - I noticed it with the librivox - importer)
if you define the basepath eg with "own_projects", the importer writes the filename like that: own_project/LibriSpeech/ dev-clean-wav/7850/73752/0000/7850-73752-0000.wav
and place the csv in the following folder: own_project/LibriSpeech/
if you then want to train that set and define the train path as follows:
--train_files own_project/LibriSpeech/librivox-train-clean-100.csv
...it will fail because:
own_project/LibriSpeech/ own_project/LibriSpeech/ dev-clean-wav/7850/73752/0000/7850-73752-0000.wav not found.
"coqui_stt_training.train" inserts the path of the csv file in front of the file name.
That makes sense, but then the path from the importer is wrong.
trifle, but I still think it's not wanted?!