Open bubblegg opened 2 years ago
Installed all requirements.txt in conda enviroment but modules "train" and "wavenet_vocoder" give errors.
cannot import name 'linear_quantize' from 'wavenet_vocoder.util' cannot import name 'build_model' from 'train'
Can you make sure your PYTHONPATH includes the path to pnf-sampling/pnf-wavenet/. You should be able to import wavenet_vocoder.util and the train modules.
pnf-sampling/pnf-wavenet/
Installed all requirements.txt in conda enviroment but modules "train" and "wavenet_vocoder" give errors.
cannot import name 'linear_quantize' from 'wavenet_vocoder.util' cannot import name 'build_model' from 'train'