keras_gradient_noise icon indicating copy to clipboard operation
keras_gradient_noise copied to clipboard

Add gradient noise to any Keras optimizer

Results 2 keras_gradient_noise issues
Sort by recently updated
recently updated
newest added

It does not work with the recent version of Keras/Tensorflow, apparently one has to add tensorflow before all keras.xxx, such as tensorflow.keras.optimizers!

Since we are now compatible with `tf.keras`, we should be dependent on either-or. - Fix dependency - Fix tests - Release new version