vincentherrmann / pytorch-wavenet

An implementation of WaveNet with fast generation
MIT License
968 stars 225 forks source link

Updated PyTorch version from 0.3 to 1.6 #38

Open Vichoko opened 3 years ago

Vichoko commented 2 years ago

Thank you @hanmingcr for the review! Sadly I don't have write permission on this repo to merge this PR, but you can feel free to clone my fork that's working: https://github.com/Vichoko/pytorch-wavenet

Timtti commented 2 years ago

model_logging.py should be changed to use tf.summary.create_file_writer('log_dir') at line 71, with the more up to date version on tensorflow