Skip to content

Files

Latest commit

aa28c19 · Aug 18, 2021

History

History
This branch is 20 commits ahead of, 18 commits behind davda54/sam:main.

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 22, 2021
Apr 26, 2021
Nov 12, 2020
Aug 18, 2021
Jun 22, 2021
Jun 22, 2021

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