andabi / deep-voice-conversion

Deep neural networks for voice conversion (voice style transfer) in Tensorflow
MIT License
3.92k stars 843 forks source link

[query] Training on custom data #5

Closed saurabhvyas closed 6 years ago

saurabhvyas commented 6 years ago

I couldn't find anywhere in readme file , Is it possible to train on custom audio dataset ?

andabi commented 6 years ago

@saurabhvyas Of course. You can set the data path in hparams.py.

saurabhvyas commented 6 years ago

Thanks for your response, now I got it :)