Unverified Commit a9535377 authored by Jamie's avatar Jamie Committed by GitHub
Browse files

[Fix] Fix a typo in runner/hooks/evaluation.py (#2523)

parent 7a13f995
......@@ -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 pool, the `eval_res` may be an
# If the performance of model is poor, 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.
......
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