Unverified Commit 49496364 authored by Jeff Rasley's avatar Jeff Rasley Committed by GitHub
Browse files

replace home env with ~

parent 6adc19a6
...@@ -255,7 +255,7 @@ class DeepSpeedEngine(Module): ...@@ -255,7 +255,7 @@ class DeepSpeedEngine(Module):
def get_summary_writer(self, def get_summary_writer(self,
name="DeepSpeedJobName", name="DeepSpeedJobName",
base=os.path.join(os.environ["HOME"], base=os.path.join(os.path.expanduser("~"),
"tensorboard")): "tensorboard")):
if self.tensorboard_output_path(): if self.tensorboard_output_path():
base_dir = self.tensorboard_output_path() base_dir = self.tensorboard_output_path()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment