Skip to content
/ tmpl Public

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

License

Notifications You must be signed in to change notification settings

npurson/tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TmPL: Template for Pytorch Lightning

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

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

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages