On this page
tf.keras.backend.manual_variable_initialization
Sets the manual variable initialization flag.
tf.keras.backend.manual_variable_initialization(
value
)
This boolean flag determines whether variables should be initialized as they are instantiated (default), or if the user should handle the initialization (e.g. via tf.compat.v1.initialize_all_variables()
).
Arguments | |
---|---|
value |
Python boolean. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras/backend/manual_variable_initialization