Skip to content

Commit

Permalink
fixed function description (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeyabraham authored and fmassa committed Jan 22, 2020
1 parent e2a8b41 commit 0c92f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions torchvision/models/detection/mask_rcnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ class MaskRCNNHeads(nn.Sequential):
def __init__(self, in_channels, layers, dilation):
"""
Arguments:
num_classes (int): number of output classes
input_size (int): number of channels of the input once it's flattened
representation_size (int): size of the intermediate representation
in_channels (int): number of input channels
layers (list): feature dimensions of each FCN layer
dilation (int): dilation rate of kernel
"""
d = OrderedDict()
next_feature = in_channels
Expand Down

0 comments on commit 0c92f9c

Please sign in to comment.