basveeling / wavenet

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

models/run directory name incompatible with Windows #6

Closed jrao1 closed 8 years ago

jrao1 commented 8 years ago

This makes it impossible to checkout the project under Windows. I would suggest removing "-" and ":" from the directory name and change line 336 of wavenet.py to

run_dir = os.path.join('models', datetime.datetime.now().strftime('run_%Y%m%d_%H%M%S'))

basveeling commented 8 years ago

Thanks for the tip! Let me know if the last fix works, and if you run into any other problems on windows.