BinaryConnect
BinaryConnect copied to clipboard
Any idea?
Building the CNN...
/home/eli/anaconda2/lib/python2.7/site-packages/lasagne/layers/conv.py:489: UserWarning: The image_shape
keyword argument to tensor.nnet.conv2d
is deprecated, it has been renamed to input_shape
.
border_mode=border_mode)
Traceback (most recent call last):
File "cifar10.py", line 301, in
Check out commits earlier than 2b2a03f.
I was running into the same issue, but made the changes back to the original before the commits as pointed out by @ecsark . It seems to be working now ... Thank you!
so why this happened, can anyone explain this?