tf-explain icon indicating copy to clipboard operation
tf-explain copied to clipboard

Handle y_true as class targets for GradCAM

Open RaphaelMeudec opened this issue 5 years ago • 0 comments

This PR makes it possible for the user to pass y_true instead of just giving a class_index. It's helpful as users won't need to build their dataset with one class only, and will just pass the dataset they use for training

What's left to do:

  • [ ] Fix tests
  • [ ] Extend the use of y_true to all current methods
  • [ ] Impact documentation

RaphaelMeudec avatar Jul 11 '20 15:07 RaphaelMeudec