andabi / voice-vector

Deep neural networks for getting text-independent speaker embedding written in TensorFlow
MIT License
307 stars 83 forks source link

Can't get a dependency to work #6

Open codeundercoverdev opened 6 years ago

codeundercoverdev commented 6 years ago

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?

honcharov-danylo commented 6 years ago

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

breeef commented 6 years ago

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