Traceback (most recent call last):
File "convert_weights_to_caffemodel.py", line 71, in <module>
net.params[pr][0].data[...] = np.reshape(netWeights[count:count + weightSize], dims)
File "/usr/lib/python2.7/dist-packages/numpy/core/fromnumeric.py", line 225, in reshape
return reshape(newshape, order=order)
ValueError: total size of new array must be unchanged