I met this bug and have no idea why it happenes
Traceback (most recent call last):
File "src/train_cls.py", line 121, in
s.run(args.nit)
File "/home/jason/egomotion/experiment/voc2007_cls/voc-classification/src/solver.py", line 90, in run
s.step(1)
File "/home/jason/egomotion/experiment/voc2007_cls/voc-classification/src/python_layers.py", line 54, in forward
lZ = np.log(1+np.exp(-np.abs(f))) * mask
ValueError: operands could not be broadcast together with shapes (10,20) (16,20)
I met this bug and have no idea why it happenes
Traceback (most recent call last):
File "src/train_cls.py", line 121, in
s.run(args.nit)
File "/home/jason/egomotion/experiment/voc2007_cls/voc-classification/src/solver.py", line 90, in run
s.step(1)
File "/home/jason/egomotion/experiment/voc2007_cls/voc-classification/src/python_layers.py", line 54, in forward
lZ = np.log(1+np.exp(-np.abs(f))) * mask
ValueError: operands could not be broadcast together with shapes (10,20) (16,20)