I am trying to run this notebook, but I am getting below error at this line from models import FaceTranslationGANInferenceModel
Using TensorFlow backend.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-13-e0f766e65a9c> in <module>()
----> 1 from models import FaceTranslationGANInferenceModel
13 frames
/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/initializers/initializers_v1.py in <module>()
21 from tensorflow.python.framework import dtypes
22 from tensorflow.python.ops import init_ops
---> 23 from tensorflow.python.util.tf_export import keras_export
24
25 keras_export(v1=['keras.initializers.Zeros', 'keras.initializers.zeros'])(
ImportError: cannot import name 'keras_export'
Libraries: tensorflow-gpu==1.13.1, keras==2.2.4
I am trying to run this notebook, but I am getting below error at this line
from models import FaceTranslationGANInferenceModelLibraries:
tensorflow-gpu==1.13.1,keras==2.2.4