alex-berard / seq2seq

Attention-based sequence to sequence learning
Apache License 2.0
388 stars 122 forks source link

How to train with my own wav files and text files in another language #11

Closed sharvin-vittappan closed 6 years ago

sharvin-vittappan commented 6 years ago

Hi, Thanks Eske for this amazing stack.

I am trying to train the model to convert the audio in one language to the test in another language. Looking at the config folder I can see BTEC,ICASSP folders with each having prepare.sh files.

If I need to train the network with my own wav files and text files, How can I do that? Even if I try to modify the prepare.sh, which folder in ./config/. is to be selected(BTEC or ICASSP) etc.

Thanks in advance!!!