FAU
FAU copied to clipboard
An Error About ZMQ
Hi,
After I run train.py, I get an error like this that tells me I'm missing files. However, I have not used TensorFlow or ZMQ, so I would like to ask how I can solve such errors.
File "/TensorFlow-FAU-master/lib/data_provider.py", line 236, in _reset_once self.socket.bind(pipename) File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind zmq.error.ZMQError: No such file or directory for ipc path "@dataflow-map-pipe-f0dc7e8c".
Look forward to your reply.
Hi, After I run train.py, I get an error like this that tells me I'm missing files. However, I have not used TensorFlow or ZMQ, so I would like to ask how I can solve such errors.
File "/TensorFlow-FAU-master/lib/data_provider.py", line 236, in _reset_once self.socket.bind(pipename) File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind zmq.error.ZMQError: No such file or directory for ipc path "@dataflow-map-pipe-f0dc7e8c".
Look forward to your reply.
Hi, I haven't encountered this problem before. Did you use the Windows system?
Hi, After I run train.py, I get an error like this that tells me I'm missing files. However, I have not used TensorFlow or ZMQ, so I would like to ask how I can solve such errors.
File "/TensorFlow-FAU-master/lib/data_provider.py", line 236, in _reset_once self.socket.bind(pipename) File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind zmq.error.ZMQError: No such file or directory for ipc path "@dataflow-map-pipe-f0dc7e8c".
Look forward to your reply.
FAU works well on Linux. I am assuming you are using Windows. Try it on LINUX.
Best
Hi, After I run train.py, I get an error like this that tells me I'm missing files. However, I have not used TensorFlow or ZMQ, so I would like to ask how I can solve such errors.
File "/TensorFlow-FAU-master/lib/data_provider.py", line 236, in _reset_once self.socket.bind(pipename) File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind zmq.error.ZMQError: No such file or directory for ipc path "@dataflow-map-pipe-f0dc7e8c".
Look forward to your reply.FAU works well on Linux. I am assuming you are using Windows. Try it on LINUX.
Best
Thank you for your answer. I will try to retrain it on Linux next. Thank you very much.
Hi, After I run train.py, I get an error like this that tells me I'm missing files. However, I have not used TensorFlow or ZMQ, so I would like to ask how I can solve such errors.
File "/TensorFlow-FAU-master/lib/data_provider.py", line 236, in _reset_once self.socket.bind(pipename) File "zmq/backend/cython/socket.pyx", line 547, in zmq.backend.cython.socket.Socket.bind zmq.error.ZMQError: No such file or directory for ipc path "@dataflow-map-pipe-f0dc7e8c".
Look forward to your reply.Hi, I haven't encountered this problem before. Did you use the Windows system?
I used to use Windows system, next I will try training it on Linux. Thank you for your reply.