pyconvhg_resnet50#

holocron.models.pyconvhg_resnet50(pretrained: bool = False, progress: bool = True, **kwargs: Any) ResNet[source]#

PyConvHGResNet-50 from “Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition”

Parameters:
  • pretrained (bool) – If True, returns a model pre-trained on ImageNet

  • progress (bool) – If True, displays a progress bar of the download to stderr

  • kwargs – keyword args of _pyconvresnet

Returns:

classification model

Return type:

torch.nn.Module