Skip to content

VGG, ResNet, MobileNet, ShuffleNet, GhostNet... for CIFAR10 or CIFAR100 Training

Notifications You must be signed in to change notification settings

tingggggg/pytorch-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-classification

VGG, ResNet, MobileNet, ShuffleNet, GhostNet... for CIFAR10 or CIFAR100 Training

Training

python main.py --net vgg16 --num_classes 100

--net --num_classes
vgg11,13,16 or 19 10
resnet18,34,50,101 or 152 100
resnext
mobilenet
shufflenetv1
efficientnet
ghostnet

About

VGG, ResNet, MobileNet, ShuffleNet, GhostNet... for CIFAR10 or CIFAR100 Training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages