Torchlight Documentation #
Torchlight is an ultra light-weight pytorch wrapper for fast prototyping of computer vision models.
Installation #
git clone https://github.com/Zeqiang-Lai/torchlight.git
cd torchlight
pip install . # or
pip install -e . # editable installation
Features #
- Debug Mode
- User friendly progress bar
- Save latest checkpoint if interrupted by Ctrl-C