Skip to content

Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)

Notifications You must be signed in to change notification settings

ppppps/pytorch-cifar100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-cifar-100

practice on cifar-100 using pytorch

inspired by this repo

requirements

  • python3.5
  • pytorch3.1
  • tensorflow1.4
  • cuda8.0
  • cudnnv5

usage

1. enter directory

$ cd pytorch-cifar-100

2. run tensorbard

$ tensorboard --logdir='runs' --port=6006

3. train the model

$ python train.py

About

Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%