Skip to content

Commit 8250031

Browse files
authored
remove problematic log (#300)
1 parent 6761ef4 commit 8250031

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

smdebug/tensorflow/keras.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ def _is_not_supported(self):
7777
self.distribution_strategy = self._get_distribution_strategy()
7878
if self._hook_supported is None:
7979
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-
)
8580
if not is_tf_version_2x() and (
8681
tf.executing_eagerly()
8782
or (hasattr(self.model, "run_eagerly") and self.model.run_eagerly)

0 commit comments

Comments
 (0)