Kyubyong / deepvoice3

Tensorflow Implementation of Deep Voice 3
453 stars 113 forks source link

another two errors #8

Open FonzieTree opened 6 years ago

FonzieTree commented 6 years ago

1.tensorflow.python.framework.errors_impl.UnknownError: AttributeError: 'bytes' object has no attribute 'read' [[Node: PyFunc = PyFuncTin=[DT_STRING], Tout=[DT_FLOAT], token="pyfunc_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"]]

2.OutOfRangeError (see above for traceback): FIFOQueue '_0_batch/fifo_queue' is closed and has insufficient elements (requested 16, current size 0) [[Node: batch = QueueDequeueManyV2[component_types=[DT_INT32, DT_FLOAT, DT_INT32, DT_FLOAT], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/device:CPU:0"](batch/fifo_queue, batch/n)]]

wotulong commented 6 years ago

I think you haven't run 'prepro.py' first.

Kyubyong commented 6 years ago

Did you try with Python 2?

FonzieTree commented 6 years ago

These problems appealed while I run preprocess.py . The default version of python in my linux is python 3.6, I will try python 2. Thank you for your kind reply.