Skip to content

issues Search Results · repo:sicara/tf-explain language:Python

Filter by

93 results
 (89 ms)

93 results

insicara/tf-explain (press backspace or delete to remove)

I m trying to replicate the tutorial `model = tf.keras.applications.vgg16.VGG16(weights= imagenet , include_top=True) img = tf.keras.preprocessing.image.load_img(IMAGE_PATH, target_size=(224, 224)) img ...
  • tombinic
  • 1
  • Opened 
    on Nov 29, 2024
  • #192

I want to use this package with my Unet for segmentation but I receive this error: File /usr/local/lib/python3.11/dist-packages/tf_explain/core/grad_cam.py , line 52, in explain layer_name = self.infer_grad_cam_target_layer(model) ...
  • tombinic
  • Opened 
    on Nov 29, 2024
  • #191

https://tf-explain.readthedocs.io/en/latest/api/tf_explain.core.html#tf-explain-core-occlusion-sensitivity-module ... seems to be empty. In addition to the API docs, a minimal example like this would ...
  • clstaudt
  • Opened 
    on Nov 25, 2024
  • #190

I plot the GradCAM with my model(input 12424) and data (24241) so happens: “Exception has occurred: InvalidArgumentError slice index 2 of dimension 1 out of bounds. [Op:StridedSlice] name: strided_slice/ ...
  • LeeBinshan
  • Opened 
    on Jan 17, 2024
  • #188

Problem The output shape of explanations differ for GradCAM (and OcclusionSensitivity) and e.g., VanillaGradient, where GradCAM also includes the channels. Implementation While the syntax is the same: ...
  • annahedstroem
  • 1
  • Opened 
    on Feb 22, 2023
  • #187

I m trying to use VanillaGradients for a single image, but I m getting this warning UserWarning: Unsupported model architecture for VanillaGradients. The last two layers of the model should be: a layer ...
  • khaledbouabdallah
  • 1
  • Opened 
    on Mar 28, 2022
  • #182

Hi, I would highly appreciate any sample code for how can we use tf Explain GradCam feature for tensorflow dataset. Best Regard Vishal
  • siriusmehta
  • 1
  • Opened 
    on Feb 26, 2022
  • #180

For v1.0.0, we should separate the computation of the attribution maps (i.e generate something with shape (N, H, W, 1)) from the visualization which is usually a grid.
v1.0.0
  • RaphaelMeudec
  • Opened 
    on Nov 15, 2021
  • #177

Hi, I implemented a custom CNN for binary classification with following structure. The goal is to check if a specific object is present (class 1) or not present (class 0) in the image. The trained CNN ...
question
  • bobr96
  • 9
  • Opened 
    on Nov 15, 2021
  • #176

can tf-expain explain tf-lite models? if can, how to explain? if not, would you have some advice or suggestion?
  • showkeyjar
  • 1
  • Opened 
    on Sep 26, 2021
  • #174
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub