How to run import_cv.py on custom data

Hi, I’m standing on DeepSpeech v0.4.1, when I try to run import_cv.py it’s always start with download the corpus. I don’t know what parameter to make it run on my custom data. And what files of data I need to have before run import_cv.py. Can someone give me an example of command when run it and tell me the meaning of the params.

For your own custom data you need to write your own custom importer.

Looking at the code of import_cv.py should help you with what needs to be done.

I have export csv from import_cv2.py of DeepSpeech 0.5.4alpha. Can I use that csv to train the model in DeepSpeech 0.4.1 ?

Yes, but this has nothing to do with custom data.