ajbrock / BoilerPlate

Odds and Ends and Things I've implemented.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoilerPlate

Odds and Ends and Things I've implemented.

This is a simple repository containing PyTorch boilerplate code for training classifier nets on various datasets.

The simplest usage is

python train.py

Which will by default train a WRN40-4 on CIFAR-100, using standard data augmentation, holding out a random (but consistently seeded) 10% of the training set as validation. Take a look at the train.py file for information on the other command line options.

About

Odds and Ends and Things I've implemented.


Languages

Language:Python 96.3%Language:MATLAB 2.1%Language:Shell 1.7%