Skip to content

Release v0.8.4

Compare
Choose a tag to compare
@keisen keisen released this 25 Nov 10:52
· 21 commits to master since this release
607a05a

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.