Commit 0c92f9c7 authored by Ebey Abraham's avatar Ebey Abraham Committed by Francisco Massa
Browse files

fixed function description (#1768)

parent e2a8b418
...@@ -222,9 +222,9 @@ class MaskRCNNHeads(nn.Sequential): ...@@ -222,9 +222,9 @@ class MaskRCNNHeads(nn.Sequential):
def __init__(self, in_channels, layers, dilation): def __init__(self, in_channels, layers, dilation):
""" """
Arguments: Arguments:
num_classes (int): number of output classes in_channels (int): number of input channels
input_size (int): number of channels of the input once it's flattened layers (list): feature dimensions of each FCN layer
representation_size (int): size of the intermediate representation dilation (int): dilation rate of kernel
""" """
d = OrderedDict() d = OrderedDict()
next_feature = in_channels next_feature = in_channels
......
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