Skip to content

Testbench for lp batch-norm on CIFAR-10 in pytorch

License

Notifications You must be signed in to change notification settings

liormagram/lp-batchnorm-pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train CIFAR10 with PyTorch

Pytorch testbench PyTorch on the CIFAR10 dataset for lp batchnorm.

Prerequisites

  • Python 3.6+
  • PyTorch 1.0+

Implemented networks: VGG11, ResNet18, EfficientNetB0, GoogLeNet, DPN26, ShuffleNetG2, DenseNet121

To run the code, type: python main.py --net_name VGG --lr 0.01 --epochs 300 --batch_size 200 --exp FULL

About

Testbench for lp batch-norm on CIFAR-10 in pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%