voice-vector icon indicating copy to clipboard operation
voice-vector copied to clipboard

Can't get a dependency to work

Open codeundercoverdev opened this issue 6 years ago • 2 comments

In train.py and eval.py, the line from data_load import DataLoader, AudioMeta seems to cause the following error: ModuleNotFoundError: No module named 'tensorpack.dataflow.prefetch'.

I've verified that tensorpack is installed but can't seem to get passed this. I've actually tried this on multiple computers and get the same error. Has anyone encountered this?

codeundercoverdev avatar Jun 06 '18 21:06 codeundercoverdev

Looks like now PrefetchData is supposed to be imported like "from tensorpack.dataflow import PrefetchData" (information from this place) I made a pull-request with new variation of importing. https://github.com/andabi/voice-vector/pull/7

honcharov-danylo avatar Jun 12 '18 08:06 honcharov-danylo

read the requirments,you will find the tensorpack's version

breeef avatar Aug 30 '18 07:08 breeef