项目作者: hollance

项目描述 :
PyTorch helper code
高级语言: Python
项目地址: git://github.com/hollance/Ignition.git
创建时间: 2018-01-03T11:59:10Z
项目社区:https://github.com/hollance/Ignition

开源协议:MIT License

下载


🚀 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. ;-)