Keras-GAN icon indicating copy to clipboard operation
Keras-GAN copied to clipboard

keras contrib is deprecated,

Open EngrStudent opened this issue 5 years ago • 0 comments

the "keras_contrib.layers.normalization.instancenormalization" has been deprecated, and the content moved to tensorflow-addons.
https://github.com/keras-team/keras-contrib

Also, it requires pip to install instead of just conda, which makes it a little less easy to use.

The disco-gan uses keras contrib. You might update to more recent "textbook" tensorflow.

EngrStudent avatar Jan 19 '20 20:01 EngrStudent