Inception V3¶
The InceptionV3 model is based on the Rethinking the Inception Architecture for Computer Vision paper.
Model builders¶
The following model builders can be used to instanciate an InceptionV3 model, with or
without pre-trained weights. All the model builders internally rely on the
torchvision.models.inception.Inception3
base class. Please refer to the source
code for
more details about this class.
|
Inception v3 model architecture from Rethinking the Inception Architecture for Computer Vision. |