paulu / deepfeatinterp

Deep Feature Interpolation (CVPR 2017)
GNU General Public License v3.0
278 stars 50 forks source link

EOFError: couldnt load message header #14

Open qkgia opened 6 years ago

qkgia commented 6 years ago

I got this error from deepmodels.py file

File "deepfeatinterp/deepmodels.py", line 389, in init [args, kwargs] = self.channel.receive() File "/home/bioserver5/venv_irl_py27/local/lib/python2.7/site-packages/execnet/gateway_base.py", line 737, in receive raise self._getremoteerror() or EOFError() EOFError: couldnt load message header, expected 9 bytes, got 0

Anyone encouter this issue?