Giter VIP home page Giter VIP logo

cxplain's People

Contributors

d909b avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cxplain's Issues

CXPLAIN for python 3.x

I tried cxplain on python 3.7, but it does not work. Then, I saw some TODOs within the code saying: "TODO: remove when fully migrated in python 3.x". So I was wondering whether there was a repo with cxplain python 3.x.

Identical attributions for all test images

I tried the CIFAR10 and MNIST example codes, and obtained the same attributions for all test images. I used the provided CIFAR10 and MNIST example codes without any modifications.
Has anyone else had the same problem?
Thanks

No gradients provided for any variable

I try the CIFAR10 and MNIST example codes.
explainer = CXPlain(explained_model, model_builder, masking_operation, loss, num_models=5, downsample_factors=downsample_factors, flatten_for_explained_model=True) explainer.fit(x_train, y_train);
but there are the same problem when I run the codes.
ValueError: No gradients provided for any variable: ["<tf.Variable 'conv2d_130/kernel:0' shape=(3, 3, 1, 8) dtype=float32>", "<tf.Variable 'conv2d_130/bias:0' shape=(8,) dtype=float32>", "<tf.Variable 'conv2d_131/kernel:0' shape=(3, 3, 8, 8) dtype=float32>", "<tf.Variable 'conv2d_131/bias:0' shape=(8,) dtype=float32>"...
Can you please tell me how to solve this problem?
Thanks

Tensorflow version

I am getting some errors in tensorflow. Can you please tell which version of tensorflow was used while writing the notebooks?

specific class/label

Hello,

Is it possible to interpret results for all classes that the model has been trained on. LIME has such functionality where we can mention the class for which features should be extracted but it's too slow.

I require the cxplain feature output specific to classes that I want. Please help me with this.

Awesome library!!!

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.