Deeplabv3 | PyTorch
https://pytorch.org/hub/pytorch_vision_deeplabv3_resnet101Deeplabv3-ResNet is constructed by a Deeplabv3 model using a ResNet-50 or ResNet-101 backbone. Deeplabv3-MobileNetV3-Large is constructed by a Deeplabv3 model using the MobileNetV3 large backbone. The pre-trained model has been trained on a subset of COCO train2017, on the 20 categories that are present in the Pascal VOC dataset.
PyTorch ResNet - Run:AI
www.run.ai › pytorch-resnetResidual Network (ResNet) is a Convolutional Neural Network (CNN) architecture that overcame the “vanishing gradient” problem, making it possible to construct networks with up to thousands of convolutional layers, which outperform shallower networks. Pytorch CNN A vanishing gradient occurs during backpropagation.