Update tf.keras version number.
PiperOrigin-RevId: 316602175 Change-Id: I94fa651c3005f578abafcafe86382a2dc75451e6
This commit is contained in:
parent
c118bc4b5e
commit
5de12f4d96
|
@ -32,13 +32,6 @@ from tensorflow.python.keras.engine.training import Model
|
|||
|
||||
from tensorflow.python.util.tf_export import keras_export
|
||||
|
||||
if tf2.enabled():
|
||||
__version__ = '2.3.0-tf'
|
||||
else:
|
||||
__version__ = '2.2.4-tf'
|
||||
__version__ = '2.4.0'
|
||||
|
||||
keras_export('keras.__version__').export_constant(__name__, '__version__')
|
||||
|
||||
del absolute_import
|
||||
del division
|
||||
del print_function
|
||||
|
|
Loading…
Reference in New Issue