Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basenet

Classes wrapping basic pytorch functionality.

  • Train for an epoch
  • Eval for an epoch
  • Predict
  • Learning rate schedules
Installation
conda create -n basenet4_env python=3.6 pip -y
source activate basenet4_env

pip install -r requirements.txt
conda install -y pytorch torchvision cuda90 -c pytorch
pip install -e .

Examples

cd examples/cifar
./run.sh

About

Pytorch NN helpers

Topics

Resources

Stars

20 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages