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
vision
Commits
af228fa8
Unverified
Commit
af228fa8
authored
Sep 04, 2021
by
Camilo De La Torre
Committed by
GitHub
Sep 04, 2021
Browse files
Small typo on IntermediateLayerGetter (#4362)
parent
e95db7aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/models/detection/backbone_utils.py
torchvision/models/detection/backbone_utils.py
+1
-1
No files found.
torchvision/models/detection/backbone_utils.py
View file @
af228fa8
...
...
@@ -13,7 +13,7 @@ class BackboneWithFPN(nn.Module):
Adds a FPN on top of a model.
Internally, it uses torchvision.models._utils.IntermediateLayerGetter to
extract a submodel that returns the feature maps specified in return_layers.
The same limitations of IntermediatLayerGetter apply here.
The same limitations of Intermediat
e
LayerGetter apply here.
Args:
backbone (nn.Module)
return_layers (Dict[name, new_name]): a dict containing the names
...
...
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