Skip to content

Latest commit

 

History

History

classify-cifar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Fromage 🧀 optimiser

CIFAR-10 classification experiments

This codebase is based on one by kuangliu. To run the training script, use a command like:

python main.py --optim fromage --lr 0.01 --seed 1337 --bsz 2048

The resnet-18 model architecture is given in the models/ directory. We provide the shell script batch.sh to run multiple experiments.