Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion smdebug/tensorflow/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def _get_exec_function(self, mode):
def _validate_exec_function(self, fn):
if fn is None:
self.logger.info(
f"Could not save tensors for {self.mode} step {self.mode_steps[self.mode]} "
f"Could not save tensors for mode {self.mode.name} step {self.mode_steps[self.mode]} "
f"as execution function has not yet been built."
)
return False
Expand Down
2 changes: 2 additions & 0 deletions tests/tensorflow/hooks/test_training_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def test_training_job_has_ended(out_dir):
"10",
"--save_frequency",
"5",
"--script-mode",
"y",
],
env={"CUDA_VISIBLE_DEVICES": "-1", "SMDEBUG_LOG_LEVEL": "debug"},
)
Expand Down