We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6761ef4 commit 8250031Copy full SHA for 8250031
smdebug/tensorflow/keras.py
@@ -77,11 +77,6 @@ def _is_not_supported(self):
77
self.distribution_strategy = self._get_distribution_strategy()
78
if self._hook_supported is None:
79
self._hook_supported = True
80
- if is_tf_version_2x() and tf.executing_eagerly():
81
- self.logger.info(
82
- "Executing in TF2.x eager mode."
83
- "SageMaker Debugger will not be saving gradients"
84
- )
85
if not is_tf_version_2x() and (
86
tf.executing_eagerly()
87
or (hasattr(self.model, "run_eagerly") and self.model.run_eagerly)
0 commit comments