All Projects → ajbrock → Boilerplate

ajbrock / Boilerplate

Odds and Ends and Things I've implemented.

Programming Languages

python
139335 projects - #7 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].