Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 2.13 KB

File metadata and controls

32 lines (31 loc) · 2.13 KB

Todo List

  • More learning rate decay strategies (currently only dropping at 1/2 and 3/4 of the epochs)
  • CPU support
  • SVHN-small (without extra training data)
  • SVHN
  • MNIST
  • ImageNet
  • Comparing tensorboard_logger v.s. pycrayon
  • Adding acknowledgement
  • Custom models & criterions tutorial
  • Custom train & test functions tutorial
  • Custom datasets tutorial
  • Custom initialization
  • Adding an example project killing scenario
  • Adding license
  • Pretrained models
  • Iteration mode (Counting iterations instead of epochs)
  • Pep8 check

Models