TF-Tutorials icon indicating copy to clipboard operation
TF-Tutorials copied to clipboard

ValueError

Open dorje opened this issue 9 years ago • 6 comments
trafficstars

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)

dorje avatar Nov 03 '16 02:11 dorje

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

awjuliani avatar Nov 03 '16 02:11 awjuliani

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,

dorje avatar Nov 04 '16 08:11 dorje

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?

awjuliani avatar Nov 09 '16 20:11 awjuliani

OK, Cool. Thanks.

dorje avatar Nov 10 '16 10:11 dorje

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 avatar Dec 07 '17 06:12 eli95

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

eli95 avatar Dec 07 '17 06:12 eli95