Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
deepspeed
Commits
49496364
"test/vscode:/vscode.git/clone" did not exist on "70e63960f08484cfe4b6df7575522a7645d1bdaf"
Unverified
Commit
49496364
authored
Mar 09, 2021
by
Jeff Rasley
Committed by
GitHub
Mar 09, 2021
Browse files
replace home env with ~
parent
6adc19a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deepspeed/runtime/engine.py
deepspeed/runtime/engine.py
+1
-1
No files found.
deepspeed/runtime/engine.py
View file @
49496364
...
...
@@ -255,7 +255,7 @@ class DeepSpeedEngine(Module):
def
get_summary_writer
(
self
,
name
=
"DeepSpeedJobName"
,
base
=
os
.
path
.
join
(
os
.
environ
[
"HOME"
]
,
base
=
os
.
path
.
join
(
os
.
path
.
expanduser
(
"~"
)
,
"tensorboard"
)):
if
self
.
tensorboard_output_path
():
base_dir
=
self
.
tensorboard_output_path
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment