Hey there,
I’m currently trying to implement the model for my native language.
Can anyone help me with the dataset format?
In particular what should be the format of train,test and dev files?
I’ve currently referred -
But it doesn’t seem to parse the files properly.
Here is the run command I used -
./DeepSpeech.py --train_files /content/drive/My\ Drive/stt_dataset/train/train.csv
–dev_files /content/drive/My\ Drive/stt_dataset/dev/dev.csv
–test_files /content/drive/My\ Drive/stt_dataset/test/test.csv
–export_dir /content/drive/My\ Drive/model_export/
–checkpoint_dir /content/drive/My\ Drive/checkout/
–alphabet_config_path /content/drive/My\ Drive/alphabet.txt \
Any kind of help is appreciated!!
Thank You!