Open charlesmartin14 opened 1 year ago
The latest version of TF does not have
tf.keras.version To fix this, see Add a custom version attribute to the keras module
tf.keras.version
keras.__version__ = "2.6.0" # Replace with the actual version
The latest version of TF does not have
tf.keras.version
To fix this, see Add a custom version attribute to the keras modulekeras.__version__ = "2.6.0" # Replace with the actual version