Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions smdebug/tensorflow/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ def _is_not_supported(self):
self.distribution_strategy = self._get_distribution_strategy()
if self._hook_supported is None:
self._hook_supported = True
if is_tf_version_2x() and tf.executing_eagerly():
self.logger.info(
"Executing in TF2.x eager mode."
"SageMaker Debugger will not be saving gradients"
)
if not is_tf_version_2x() and (
tf.executing_eagerly()
or (hasattr(self.model, "run_eagerly") and self.model.run_eagerly)
Expand Down