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
54907a39
Unverified
Commit
54907a39
authored
Aug 12, 2021
by
Zaida Zhou
Committed by
GitHub
Aug 12, 2021
Browse files
fix typo, close #1260 (#1263)
parent
d48020bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mmcv/ops/deform_conv.py
mmcv/ops/deform_conv.py
+1
-1
mmcv/runner/hooks/evaluation.py
mmcv/runner/hooks/evaluation.py
+1
-1
No files found.
mmcv/ops/deform_conv.py
View file @
54907a39
...
...
@@ -311,7 +311,7 @@ class DeformConv2d(nn.Module):
s
+=
f
'groups=
{
self
.
groups
}
,
\n
'
s
+=
f
'deform_groups=
{
self
.
deform_groups
}
,
\n
'
# bias is not supported in DeformConv2d.
s
+=
'
deform_group
s=False)'
s
+=
'
bia
s=False)'
return
s
...
...
mmcv/runner/hooks/evaluation.py
View file @
54907a39
...
...
@@ -29,7 +29,7 @@ class EvalHook(Hook):
interval (int): Evaluation interval. Default: 1.
by_epoch (bool): Determine perform evaluation by epoch or by iteration.
If set to True, it will perform by epoch. Otherwise, by iteration.
d
efault: True.
D
efault: True.
save_best (str, optional): If a metric is specified, it would measure
the best checkpoint during evaluation. The information about best
checkpoint would be saved in ``runner.meta['hook_msgs']`` to keep
...
...
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