Welcome to Torchlight#

Torchlight is an ultra light-weight pytorch wrapper for fast prototyping of computer vision models.

Installation#

pip install torchlights
  • Install the latest version from source.

git clone https://github.com/Zeqiang-Lai/torchlight.git
cd torchlight
pip install .
pip install -e . # editable installation

Features#

  • Most modules are self-contained.

  • Debug Mode.

  • User friendly progress bar .

  • Save latest checkpoint if interrupted by Ctrl-C.

  • Override any option in configuration file with cmd args.