Exactly like I said: requirements.txt:progressbar2
, which confirms you wrongly installed your virtualenv.
my apologies, didnt read that properly in the documentation.
Lastly, my terminal hangs when importing the mp3. Have tried the process multiple times and hangs at the same point.
Any idea why this would happen? Didnt have an issue on the MacOS terminal.
Loading TSV file: /media/sf_en/train.tsv
Saving new DeepSpeech-formatted CSV file to: /media/sf_en/clips/train.csv
Importing mp3 files...
Progress |#################################################### | 98% completedWriting CSV file for DeepSpeech.py as: /media/sf_en/clips/train.csv
Progress |#####################################################| 100% completed
Imported 12123 samples.
Skipped 103 samples that failed on transcript validation.
Skipped 12 samples that were longer than 10 seconds.
Final amount of imported audio: 14:52:21.
Loading TSV file: /media/sf_en/test.tsv
Saving new DeepSpeech-formatted CSV file to: /media/sf_en/clips/test.csv
Importing mp3 files...
Progress |#################################################### | 98% completedWriting CSV file for DeepSpeech.py as: /media/sf_en/clips/test.csv
Progress |#####################################################| 100% completed
Imported 6810 samples.
Skipped 360 samples that failed on transcript validation.
Skipped 206 samples that were longer than 10 seconds.
Final amount of imported audio: 10:21:17.
Loading TSV file: /media/sf_en/dev.tsv
Saving new DeepSpeech-formatted CSV file to: /media/sf_en/clips/dev.csv
Importing mp3 files...
Progress |########################################### | 82% completed```
Stops at the same % all the time.
No idea, sorry, this is not something we experienced.
1 Like
@JohnWayne Try to print which mp3 is being read so you know which on one the script is failing. Just to make sure that the problem is not the file.
Thank you, issue is sorted now.
Could you please share more details ? It can be useful if others run into the same issue.
I rebooted the system and ran the code again. It worked properly afterwards.