Skip to content

Releases: keisen/tf-keras-vis

Release 0.3.3

22 Jun 10:43
68ef380
Compare
Choose a tag to compare

Improvements

  • Refactoring and Vectorizing some processing in Gradcam and Saliency
  • Remove .travis.yml because there is Github Action as CI tools

Release 0.3.2

19 Jun 13:40
248d2f5
Compare
Choose a tag to compare

This release includes the patch for improving Issue #15 that is serious bugs. So We highly recommend to update tf-keras-vis.

BugFix and Other Changes

  • Fixes bug that tf_keras_vis.utils.normalize() can't batchwisely do normalization.
  • Add expand_cam argument to GradCAM#call() for returning non-interpolated cam values.
  • In setup.py, rename development of extras_require to develop.

Release 0.3.1

23 May 10:33
1b17758
Compare
Choose a tag to compare

We re-uploaded tf-keras-vis to PyPI as v0.3.1 because wrong library was uploaded.

Release 0.3.0

23 May 09:54
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a lot of bugs in ActivationMaximization and Gradcam

Breaking Changes

  • tf_keras_vis.activation_maximization.ActivationMaximization.__call__()'s regularizers argument no longer accepts dict object.
  • Rename tf_keras_vis.gradcam.Gradcam.__call__()'s seek_penultimate_layer argument to seek_penultimate_conv_layer .
  • Rename tf_keras_vis.utils.listify's empty_list_if_none argument to return_empty_list_if_none.

Release 0.2.5

08 May 16:15
Compare
Choose a tag to compare

Bugfix

  • Fixes a bug that tf-keras-vis can't install on Python 3.8.x

Release 0.2.4

08 May 11:14
1f8a955
Compare
Choose a tag to compare

Improvements

  • Python 3.8 are available
  • Added docker-images that contains tf-keras-vis v0.2.4

Release 0.2.2

07 May 07:35
c2254c1
Compare
Choose a tag to compare

Improvement

  • Add a argument to Gradcam#call() to fix issues/#4

Relase 0.2.1

31 Jan 03:40
Compare
Choose a tag to compare

Document issues fixes and other changes

  • Fixes examples of docker command in README.md
  • Remove unnecessary comments in source

Note

This release is for updating description page on PyPI, so it NOT contains any changes of library's behaviors.

Release 0.2.0

29 Jan 11:31
65478b5
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • In Saliency and Gradcam, support seed_input that don't have samples (batch) dimension.
  • Fixes a lot of bugs
  • Dockerfiles changed to tensorlfow image base.
  • Added tests and .travis.yml .

Breaking Changes

  • tf_keras_vis.utils.losses.SmoothingLoss class renamed to tf_keras_vis.utils.losses.SmoothedLoss.

Initial Release

19 Dec 14:14
33d00df
Compare
Choose a tag to compare
Merge pull request #1 from keisen/develop

Release v0.1.0