You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E0821 16:05:02.724855 1 upgrade_proto.cpp:618] Attempting to upgrade input file specified using deprecated V1LayerParameter: /caffe/models/bvlc_googlenet/bvlc_googlenet.caffemodel
I0821 16:05:02.752223 1 upgrade_proto.cpp:626] Successfully upgraded file specified using deprecated V1LayerParameter
This might take a little while...
Traceback (most recent call last):
File "deepdream.py", line 104, in <module>
step_one = deepdream(net, img)
File "deepdream.py", line 68, in deepdream
octaves = [preprocess(net, base_img)]
File "deepdream.py", line 44, in preprocess
return np.float32(np.rollaxis(img, 2)[::-1]) - net.transformer.mean['data']
ValueError: operands could not be broadcast together with shapes (4,1080,1920) (3,1,1)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: