Unverified Commit 9bb43c62 authored by theotheo's avatar theotheo Committed by GitHub
Browse files

Fix argument name in doctstring (#2093)

parent 4f162503
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment