fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
18.17k stars 8.53k forks source link

5.4-visualizing-what-convnets-learn.ipynb can't working with tensorflow2 #134

Open zhouchiji opened 4 years ago

zengxinch commented 4 years ago

Does you mean that you could get the same picture from tensorflow1.xx.xx? I run this code in tf1.9.0 + keras 2.2.0,and it did not work as expected. the picture shows almost nothing. My code is same as the author's absolutely.