vincentherrmann / pytorch-wavenet

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

import error #1

Open amiltonwong opened 7 years ago

amiltonwong commented 7 years ago

Hi, @vincentherrmann ,

I came across import error at the first cell of demo.ipynb

from model import Model, Optimizer, WavenetData

the module for this line seems not exist in your package.

vincentherrmann commented 6 years ago

Now we have the WaveNet demo notebook where everything should work.