Hi,
to train on any dataset, you just need to make train and validation csv file.
the content of the csv files should be
'full/path/to/audio.wav','transcription of audio'
and then specify these csv files in train.py args along with the sample rate of your audios. :)
Hi, to train on any dataset, you just need to make train and validation csv file. the content of the csv files should be 'full/path/to/audio.wav','transcription of audio' and then specify these csv files in train.py args along with the sample rate of your audios. :)