visDial.pytorch icon indicating copy to clipboard operation
visDial.pytorch copied to clipboard

Error during Running Evaluation Script

Open sayanmandal opened this issue 5 years ago • 2 comments

I am getting the following error after executing eval.py. I am using python2.7 14CS30032@cpusrv-gpu-112:~/visDial.pytorch$ python2.7 eval/eval_G_DIS.py --data_dir model/ --model_path model/save/HCIAE-G-DIS.pth --cuda /usr/lib64/python2.7/site-packages/h5py/init.py:13: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from h5py import _conv /usr/lib64/python2.7/site-packages/h5py/init.py:16: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from h5py import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z /usr/lib64/python2.7/site-packages/h5py/_hl/group.py:15: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility from h5py import h5g, h5i, h5o, h5r, h5t, h5l, h5p Traceback (most recent call last): File "eval/eval_G_DIS.py", line 30, in from misc.netG import _netG File "/home/du4/14CS30032/visDial.pytorch/misc/netG.py", line 147 if self.mos_flag: ^ IndentationError: unexpected indent

sayanmandal avatar Aug 06 '18 12:08 sayanmandal