awjuliani/TF-Tutorials

ValueError

Opened this issue · 6 comments

dorje commented

Got ValueError on my MacBook Pro with Python 2.7
ValueError: Filter must not be larger than the input: Filter: (3, 3) Input: (2, 2)

Hi dorje. Can you let me know which tutorial is giving this error?

dorje commented

oh, sorry, I forgot to mention which tutorial.

It was the Deep Network Comparison tutorial.
I tried all of the deep networks, the same error occurred.

And my TensorFlow version is 0.9.0, on Mac.

Cheers,

Hm, I am using Tensorflow 0.11 on Mac with Python 2.7 and am unable to reproduce the error. My only advice would be to try updating Tensorflow to the latest version, as perhaps it is an issue with an older version of tensorflow slim?

dorje commented

OK, Cool.
Thanks.

eli95 commented

what slim do in the situation :Filter is larger than the input_featuremap: Filter: (3, 3) Input: (2, 2)

can you give a example to explain how it works?
thanks a lot !

eli95 commented

i get it !
in tensorflow issues, i find that:
Remove unnecessary input-size requirement for convolutions with padding='SAME'