############################### Image Classification - PyTorch ############################### This is a supervised image clasification algorithm which supports fine-tuning of many pre-trained models available in Pytorch Hub. The following `sample notebook `__ demonstrates how to use the Sagemaker Python SDK for Image Classification for using these algorithms. For detailed documentation please refer :ref:`Use Built-in Algorithms with Pre-trained Models in SageMaker Python SDK ` .. list-table:: Available Models :widths: 50 20 20 20 20 :header-rows: 1 :class: datatable * - Model ID - Fine Tunable? - Latest Version - Min SDK Version - Source * - pytorch-ic-alexnet - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-densenet121 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-densenet161 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-densenet169 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-densenet201 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-googlenet - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-mobilenet-v2 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-resnet101 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-resnet152 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-resnet18 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-resnet34 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-resnet50 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-resnext101-32x8d - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-resnext50-32x4d - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-shufflenet-v2-x1-0 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-squeezenet1-0 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-squeezenet1-1 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg11 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg11-bn - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg13 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg13-bn - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg16 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg16-bn - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg19 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-vgg19-bn - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-wide-resnet101-2 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__ * - pytorch-ic-wide-resnet50-2 - True - 3.0.8 - 2.189.0 - `Pytorch Hub `__