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
fe65d379
Unverified
Commit
fe65d379
authored
Jan 21, 2022
by
Mohammad (Moe) Rezaalipour
Committed by
GitHub
Jan 21, 2022
Browse files
fix docstring by removing ResNet (#5238)
parent
afda28ac
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 @
fe65d379
...
...
@@ -84,7 +84,7 @@ def resnet_fpn_backbone(
>>> ('pool', torch.Size([1, 256, 1, 1]))]
Args:
backbone_name (string): resnet architecture. Possible values are
'ResNet',
'resnet18', 'resnet34', 'resnet50',
backbone_name (string): resnet architecture. Possible values are 'resnet18', 'resnet34', 'resnet50',
'resnet101', 'resnet152', 'resnext50_32x4d', 'resnext101_32x8d', 'wide_resnet50_2', 'wide_resnet101_2'
pretrained (bool): If True, returns a model with backbone pre-trained on Imagenet
norm_layer (callable): it is recommended to use the default value. For details visit:
...
...
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