Skip to content

hollance/Ignition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Ignition

Convenience routines for use with PyTorch.

Beware of dragons! This library is woefully incomplete and not ready for production use.

Philosophy

Ignition aims to be a minimal framework on top of PyTorch. It's basically a general-purpose training loop and some handy helper functions. It does not try to abstract away everything into a "model" object the way Keras does.

Inspired by Keras and fastai, but different. ;-)