Lightning Docs • Installation • Usage • Reference • Contributing • License
A template for rapid & flexible DL experimentation development, powered by Lightning & Hydra following best practice.
pip install -r requirements.txt
-
Setup
export PYTHONPATH=`pwd`:$PYTHONPATH
-
Training
python tools/train.py [--config-name config[.yaml]] [trainer.devices=4] [data.loader.batch_size=16]
- Specify the configuration file using
--config-name
. - Refer to the following for detailed information on Hydra's override syntax.
- Specify the configuration file using
-
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.
Contributions are welcome and appreciated!
Feel free to open an issue or PR! 🎉
Released under the MIT License.