tridentnet50¶ holocron.models.tridentnet50(pretrained: bool = False, progress: bool = True, **kwargs: Any) → ResNet[source]¶ TridentNet-50 from “Scale-Aware Trident Networks for Object Detection” 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 _tridentnet Returns: classification model Return type: torch.nn.Module