awjuliani / TF-Tutorials

A collection of deep learning tutorials using Tensorflow and Python
523 stars 189 forks source link

ValueError #3

Open dorje opened 7 years ago

dorje commented 7 years ago

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)

awjuliani commented 7 years ago

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

dorje commented 7 years ago

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,

awjuliani commented 7 years ago

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 7 years ago

OK, Cool. Thanks.

eli95 commented 6 years ago

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 6 years ago

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