Release v0.8.4
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 intf_keras_vis.saliency
module.