vivjay30 / pnf-sampling

MIT License
20 stars 4 forks source link

Getting bunch of "cannot import name "--" from "--" errors. #2

Open bubblegg opened 2 years ago

bubblegg commented 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'

vivjay30 commented 2 years ago

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.