mjenrungrot / listenToMeDance

MIT License
0 stars 0 forks source link

Learn WaveNet #2

Open mjenrungrot opened 6 years ago

mjenrungrot commented 6 years ago
hmc-cs-emkim commented 6 years ago

Gihub repository of WaveNet: https://github.com/ibab/tensorflow-wavenet

mjenrungrot commented 6 years ago

WaveNet in Keras: https://github.com/basveeling/wavenet

hmc-cs-emkim commented 6 years ago

Trained model using Tensorflow version. Make sure to train using --silence_threshold=0 flag, otherwise there is too much white noise for the model to train.

hmc-cs-emkim commented 6 years ago

How do you free memory from tensorflow?