voice-vector
voice-vector copied to clipboard
Can't get a dependency to work
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?
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
read the requirments,you will find the tensorpack's version