basveeling / wavenet

Keras WaveNet implementation
https://soundcloud.com/basveeling/wavenet-sample
1.06k stars 219 forks source link

Undocumented dependencies on 'sacred', 'tqdm' #8

Closed danbri closed 7 years ago

danbri commented 7 years ago

These seem to be necessary for sampling.

basveeling commented 7 years ago

Running pip install -r requirements.txt should take care of this. Do you think it will be helpful to mention all the dependencies in the readme?

danbri commented 7 years ago

Hmm odd I thought I had done that. It's possible I ran it in a different virtualenv, closing this issue!

basveeling commented 7 years ago

I've added a few more details to the installation section, hope that will help future users.