Releases: keisen/tf-keras-vis
Releases · keisen/tf-keras-vis
Release 0.3.3
Improvements
- Refactoring and Vectorizing some processing in
Gradcam
andSaliency
- Remove
.travis.yml
because there is Github Action as CI tools
Release 0.3.2
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 todevelop
.
Release 0.3.1
We re-uploaded tf-keras-vis to PyPI as v0.3.1 because wrong library was uploaded.
Release 0.3.0
Bug Fixes
- Fixes a lot of bugs in ActivationMaximization and Gradcam
Breaking Changes
tf_keras_vis.activation_maximization.ActivationMaximization.__call__()
'sregularizers
argument no longer acceptsdict
object.- Rename
tf_keras_vis.gradcam.Gradcam.__call__()
'sseek_penultimate_layer
argument toseek_penultimate_conv_layer
. - Rename
tf_keras_vis.utils.listify
'sempty_list_if_none
argument toreturn_empty_list_if_none
.
Release 0.2.5
Bugfix
- Fixes a bug that tf-keras-vis can't install on Python 3.8.x
Release 0.2.4
Improvements
- Python 3.8 are available
- Added docker-images that contains tf-keras-vis v0.2.4
Release 0.2.2
Improvement
- Add a argument to Gradcam#call() to fix issues/#4
Relase 0.2.1
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
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 totf_keras_vis.utils.losses.SmoothedLoss
.
Initial Release
Merge pull request #1 from keisen/develop Release v0.1.0