Run import_cv2.py validated.tsv stop at 78%

OK I thing I discovered the reason of my problem, I realised that I have a space issue on root. (Even if I just installed Linux).
So I investigated and I get this in my projects :

84G	/home/lucie/PROJETS/cv-corpus-6.1-2020-12-11
18G	/home/lucie/PROJETS/fr.tar.gz
78M	/home/lucie/PROJETS/DeepSpeech

Did I something wrong or it is normal that cv-corpus takes so much space ?
If so solution of my problem was just a cleaning space since beginning. I let it here in case other users meet the same error for this

I guess for 19GB (uncompressed) of MP3 + the matching WAV files, it’s expected?

yes exactly so I have my answer now :slight_smile: it stopped at 78% and created 0 bytes wav file because of lack of space on my disk. I cleaned it and now import_cv2.py works successfully !

Thank’s for your help !

Thanks for sharing the final feedback. If you want to send a PR to improve this, you’re welcome.

sorry man I would like to help but don’t know what is a PR ? :sweat_smile:

GitHub Pull Request: to improve the code and maybe try to avoid other to run into the same issues?

I’m not sure exactly what could be fixed here, maybe importers could expose a “likely amount of required space” and check for this to be available?