Skip to content

Odds and Ends and Things I've implemented.

Notifications You must be signed in to change notification settings

letsdodatascience/BoilerPlate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • MATLAB 2.1%
  • Shell 1.7%