sketch-code icon indicating copy to clipboard operation
sketch-code copied to clipboard

keras to tensorflow.keras

Open zlaepek opened this issue 4 years ago • 0 comments

keras to tensorflow.keras

there is version issue between keras, tensorflow, keras.GRU Keras requires TensorFlow 2.2 or higher. Install TensorFlow via pip install tensorflow keras.GRU requires downgrade TensorFlow to 1.15 and install all dependencies

https://stackoverflow.com/questions/62690377/tensorflow-compatibility-with-keras

https://stackoverflow.com/questions/66964492/importerror-cannot-import-name-get-config-from-tensorflow-python-eager-conte ImportError: cannot import name 'get_config' from 'tensorflow.python.eager.context'

=> import keras.xxxx to import tensorflow.keras.xxxx

zlaepek avatar Nov 02 '21 09:11 zlaepek