You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
Removenormalize_gradient option from tf_keras_vis.activation_maximization.ActivationMaximization.__call__(), tf_keras_vis.activation_maximization.legacy.ActivationMaximization.__call__() and tf_keras_vis.gradcam.Gradcam.__call__().
Removestandardize_cam option from tf_keras_vis.gradcam.Gradcam.__call__(), tf_keras_vis.gradcam_plus_plus.GradcamPlusPlus.__call__() and tf_keras_vis.scorecam.Scorecam.__call__(), Use normalize_cam option instead
Removestandardize_saliency option from tf_keras_vis.saliency.Saliency.__call__(), Use normalize_map option instead
Deprecate tf_keras_vis.utils.standardize(), Use tf_keras_vis.utils.normalize() instead
Add features
Add support for LayerCAM
Add gradient_modifier option to tf_keras_vis.gradcam.Gradcam.__call__() and tf_keras_vis.gradcam_plus_plus.GradcamPlusPlus.__call__()
Add __version__ to tf_keras_vis module
Other Changes
Add VERSION file to define the current version number.
Add MANIFEST.in file to exclude unnecessary files (such tests) from the package.