Weird Issue: keras_contrib.layers.normalization.instancenormalization
nalibjchn opened this issue · 2 comments
nalibjchn commented
nalibjchn commented
My suggestion:
it is better to use "sudo pip install git+https://www.github.com/keras-team/keras-contrib.git"
The two ways cannot work probably.
way1:
git clone https://www.github.com/keras-team/keras-contrib.git
cd keras-contrib
python setup.py install
way2.
git clone https://www.github.com/keras-team/keras-contrib.git
cd keras-contrib
python convert_to_tf_keras.py
USE_TF_KERAS=1 python setup.py install
Because the both two ways I used on google colab, the issue cannot be fixed.
sneh-debug commented
@lindalibjchn it worked on google colab?