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
ModelZoo
SOLOv2-pytorch
Commits
a2fd0765
Commit
a2fd0765
authored
Nov 27, 2018
by
Kai Chen
Browse files
fix flake8 error
parent
ede8aec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.travis.yml
.travis.yml
+0
-1
mmdet/models/single_stage_heads/retina_head.py
mmdet/models/single_stage_heads/retina_head.py
+1
-1
No files found.
.travis.yml
View file @
a2fd0765
...
...
@@ -5,7 +5,6 @@ install:
-
pip install flake8
python
:
-
"
2.7"
-
"
3.5"
-
"
3.6"
...
...
mmdet/models/single_stage_heads/retina_head.py
View file @
a2fd0765
...
...
@@ -31,7 +31,7 @@ class RetinaHead(nn.Module):
anchor_strides (Iterable): Anchor strides.
target_means (Iterable): Mean values of regression targets.
target_stds (Iterable): Std values of regression targets.
"""
"""
# noqa: W605
def
__init__
(
self
,
in_channels
,
...
...
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