How can I use DenseNet, XceptionNet, and ResNet

Hi,
I have a CNN model and I want to compare its accuracy with DenseNet, XceptionNet, and ResNet.
I need to train these nets with my own dataset with 30 classes.
I have not had any experience with these models.
I would be grateful for the guidance.

The Finetuning tutorial might be a good resource as it walk you though the process of finetuning torchvision classification models.

1 Like