infocusp / tf_cnnvis

CNN visualization tool in TensorFlow
MIT License
780 stars 208 forks source link

Running deep dream gives error "invalid argument: computed output size would be negative" #22

Closed camer314 closed 6 years ago

camer314 commented 6 years ago

As per the title, when i run the sample 3 using inception5 and the image of the wolf and use deepdream_visualization i end up getting this error over and over again.

Any ideas as to why?

falaktheoptimist commented 6 years ago

This is a warning in TensorFlow which might be shown in the jupyter-notebook terminal. It should not affect the implementation and you'll be able to see the output in TensorBoard. We'll work on getting to the bottom of it and getting rid of the warning, but it isn't a showstopper and should work for now.

camer314 commented 6 years ago

Yes sorry, I should have let it run for longer, that is fine thanks