Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TmPL: Template for Pytorch Lightning

Image Image Image Image

Image Image

Lightning Docs  •  Installation  •  Usage  •  Reference  •  Contributing  •  License

A template for rapid & flexible DL experimentation development, powered by Lightning & Hydra following best practice.

Image

Installation

pip install -r requirements.txt

Usage

  1. Setup

    export PYTHONPATH=`pwd`:$PYTHONPATH
  2. Training

    python tools/train.py [--config-name config[.yaml]] [trainer.devices=4] [data.loader.batch_size=16]
  3. Tips for Further Development

    This framework is designed for flexibility and easy customization to meet users' specific needs. Useful comments and details on extending the framework can be found within the source code files.

Reference

Contributing

Contributions are welcome and appreciated!
Feel free to open an issue or PR! 🎉

License

Released under the MIT License.

About

⚡ A template for rapid & flexible DL experimentation development, powered by Lightning & Hydra following best practice.

Topics

Resources

Stars

24 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages