Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Cifar10 and SVHN with WRN 🌁

This folder contains a simple Wide-ResNet implementation that can be trained on Cifar10/SVHN with SAM. Start the training by running python3 train-(cifar/svhn).py

SVHN data loader is taken from: https://github.com/uoguelph-mlrg/Cutout