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
a9535377
Unverified
Commit
a9535377
authored
Jan 05, 2023
by
Jamie
Committed by
GitHub
Jan 05, 2023
Browse files
[Fix] Fix a typo in runner/hooks/evaluation.py (#2523)
parent
7a13f995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/runner/hooks/evaluation.py
mmcv/runner/hooks/evaluation.py
+1
-1
No files found.
mmcv/runner/hooks/evaluation.py
View file @
a9535377
...
...
@@ -372,7 +372,7 @@ class EvalHook(Hook):
runner
.
log_buffer
.
ready
=
True
if
self
.
save_best
is
not
None
:
# If the performance of model is poo
l
, the `eval_res` may be an
# If the performance of model is poo
r
, the `eval_res` may be an
# empty dict and it will raise exception when `self.save_best` is
# not None. More details at
# https://github.com/open-mmlab/mmdetection/issues/6265.
...
...
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