Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 273 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 273 Bytes

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