sketch-code
sketch-code copied to clipboard
keras to tensorflow.keras
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