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
9bb43c62
"tests/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "2350968ee61a6f9ca6ecd24aba9db536e814a24c"
Unverified
Commit
9bb43c62
authored
Apr 14, 2020
by
theotheo
Committed by
GitHub
Apr 14, 2020
Browse files
Fix argument name in doctstring (#2093)
parent
4f162503
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/models/detection/generalized_rcnn.py
torchvision/models/detection/generalized_rcnn.py
+1
-1
No files found.
torchvision/models/detection/generalized_rcnn.py
View file @
9bb43c62
...
@@ -18,7 +18,7 @@ class GeneralizedRCNN(nn.Module):
...
@@ -18,7 +18,7 @@ class GeneralizedRCNN(nn.Module):
Arguments:
Arguments:
backbone (nn.Module):
backbone (nn.Module):
rpn (nn.Module):
rpn (nn.Module):
heads (nn.Module): takes the features + the proposals from the RPN and computes
roi_
heads (nn.Module): takes the features + the proposals from the RPN and computes
detections / masks from it.
detections / masks from it.
transform (nn.Module): performs the data transformation from the inputs to feed into
transform (nn.Module): performs the data transformation from the inputs to feed into
the model
the model
...
...
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