ResNet — ChainerCV 0.13.1 documentation
chainercv.readthedocs.io › links › resnetResNet (n_layer, n_class=None, pretrained_model=None, mean=None, initialW=None, fc_kwargs={}, arch='fb') [source] ¶ Base class for ResNet architecture. This is a pickable sequential link. The network can choose output layers from set of all intermediate layers. The attribute pick is the names of the layers that are going to be picked by ...