Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony Larcher
sidekit
Commits
8acddae7
Commit
8acddae7
authored
Apr 12, 2021
by
Anthony Larcher
Browse files
cleaning
parent
383393c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
nnet/xvector.py
View file @
8acddae7
...
...
@@ -1224,7 +1224,7 @@ def xtrain(dataset_description,
local_rank
=
-
1
if
"RANK"
in
os
.
environ
:
local_rank
=
os
.
environ
[
'RANK'
]
local_rank
=
int
(
os
.
environ
[
'RANK'
]
)
# Test to optimize
torch
.
autograd
.
profiler
.
emit_nvtx
(
enabled
=
False
)
...
...
Write
Preview
Supports
Markdown
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