Coder Social home page Coder Social logo

Comments (5)

keisen avatar keisen commented on June 11, 2024

Hi, @YIsonP . Thank you for your reporting.

I tried to reproduce your problem, I didn't get the error.
Could you please the code snippet to reproduce it?
And please let me know the versions of tf-keras-vis, Tensorflow and Python.

Thanks!

from tf-keras-vis.

YIsonP avatar YIsonP commented on June 11, 2024

Hi @keisen. Thanks for reply. here is my env:
tf-keras-vis:0.8.2
tensorflow:2.10.0
python: 3.9.12
and this is the link for the snippet :https://github.com/YIsonP/saliency-map
a simple bg: I use pre-trained model in Keras and try to visualize its decision by saliency map.

from tf-keras-vis.

keisen avatar keisen commented on June 11, 2024

Hi, @YIsonP , Thank you for sharing the notebook.

The cause of the error is tf.compat.v1.disable_eager_execution() at 2nd cell in your notebook.
tf-keras-vis only support TF2.0+, but not TF1.x.
So if you want to visualize with the model built on TF1.x, I recommend you to use keras-vis.
If not, please use tf-keras-vis without tf.compat.v1.disable_eager_execution() .

Thanks!

from tf-keras-vis.

YIsonP avatar YIsonP commented on June 11, 2024

Hi, @YIsonP , Thank you for sharing the notebook.

The cause of the error is tf.compat.v1.disable_eager_execution() at 2nd cell in your notebook. tf-keras-vis only support TF2.0+, but not TF1.x. So if you want to visualize with the model built on TF1.x, I recommend you to use keras-vis. If not, please use tf-keras-vis without tf.compat.v1.disable_eager_execution() .

Thanks!

Hi @keisen
It's been super helpful. Thank you so much for the help!!

from tf-keras-vis.

keisen avatar keisen commented on June 11, 2024

Anytime!

from tf-keras-vis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.