Skip to content

Releases: keisen/tf-keras-vis

Release v0.8.7

25 Mar 11:49
Compare
Choose a tag to compare

A Improvement

  • Add support for Tensorflow 2.16+ and Keras 3.x

Release v0.8.6

06 Oct 16:18
Compare
Choose a tag to compare

A Bugfix

  • Fixes a bug which invalid type was used

Release v0.8.5

16 May 12:50
f2c65a5
Compare
Choose a tag to compare

A Improvement

  • Add support for Tensorflow 2.13+ (#99 )

Release v0.8.4

25 Nov 10:52
607a05a
Compare
Choose a tag to compare

Bugfixes

  • Fixes a bug which seed_input value passed to ActivationMaximization was converted to Numpy array, but not tf.Tensor.
  • Fixes a bug which GifGenerator2D didn't cast tf.Tensor to Numpy array.
  • Fixes a bug which np.int was used in tf_keras_vis.saliency module.

Release v0.8.3

24 Nov 12:10
Compare
Choose a tag to compare

A Breaking Change

  • Drop tf_keras_vis.activation_maximization.legacy module for compatibility with TF2.11+.

Release v0.8.2

26 Aug 15:00
Compare
Choose a tag to compare

A Improvement

  • Add support for Tensorflow 2.9+ (#87)

A bugfix

  • Fixes a bug that is incorrect calculation of Layercam (#88)

Release v0.8.1

05 Feb 13:28
Compare
Choose a tag to compare
  • Add support for Python 3.10.x
  • Drop support for Python 3.6.x

Release v0.8.0

14 Aug 06:11
c325157
Compare
Choose a tag to compare

Breaking Changes

  • Remove normalize_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__().
  • Remove standardize_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
  • Remove standardize_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.

Release v0.7.2

12 Jul 15:05
Compare
Choose a tag to compare

A bugfix

  • Fixes a bug that is incorrect calculation of BinaryScore when ReplaceToLinear is applied to target model

Improvements

Release v0.7.1

02 Jul 23:55
ab21593
Compare
Choose a tag to compare

Bugfix

  • Improve incorrect error messages in ActivationMaimization.