Update Keras version number.
PiperOrigin-RevId: 316025568 Change-Id: Ida1fbab4218825836530f1ceaf019172884b9856
This commit is contained in:
parent
c004b03ab7
commit
938d22a218
@ -32,6 +32,13 @@ from tensorflow.python.keras.engine.training import Model
|
||||
|
||||
from tensorflow.python.util.tf_export import keras_export
|
||||
|
||||
__version__ = '2.4.0'
|
||||
if tf2.enabled():
|
||||
__version__ = '2.3.0-tf'
|
||||
else:
|
||||
__version__ = '2.2.4-tf'
|
||||
|
||||
keras_export('keras.__version__').export_constant(__name__, '__version__')
|
||||
|
||||
del absolute_import
|
||||
del division
|
||||
del print_function
|
||||
|
Loading…
x
Reference in New Issue
Block a user