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
MMCV
Commits
00658e8c
"awq/git@developer.sourcefind.cn:OpenDAS/autoawq.git" did not exist on "33dfb04853310e52fa30abf93af9d6ed85550855"
Unverified
Commit
00658e8c
authored
Jan 20, 2021
by
lizz
Committed by
GitHub
Jan 20, 2021
Browse files
Fix copy source file path (#796)
parent
2ab544fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/runner/iter_based_runner.py
mmcv/runner/iter_based_runner.py
+1
-1
No files found.
mmcv/runner/iter_based_runner.py
View file @
00658e8c
...
...
@@ -212,7 +212,7 @@ class IterBasedRunner(BaseRunner):
if
platform
.
system
()
!=
'Windows'
:
mmcv
.
symlink
(
filename
,
dst_file
)
else
:
shutil
.
copy
(
file
name
,
dst_file
)
shutil
.
copy
(
file
path
,
dst_file
)
def
register_training_hooks
(
self
,
lr_config
,
...
...
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