View source on GitHub
|
Enables eager execution for the lifetime of this program.
tf.compat.v1.enable_eager_execution(
config=None, device_policy=None, execution_mode=None
) -> None
Migrate to TF2
This function is not necessary if you are using TF2. Eager execution is enabled by default.
View source on GitHub