Unverified Commit af228fa8 authored by Camilo De La Torre's avatar Camilo De La Torre Committed by GitHub
Browse files

Small typo on IntermediateLayerGetter (#4362)

parent e95db7aa
......@@ -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 IntermediateLayerGetter apply here.
Args:
backbone (nn.Module)
return_layers (Dict[name, new_name]): a dict containing the names
......
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