This is a minimal project template for people use pytorch-lightning and grid.ai. It combines both lightning cli and grid config/actions so you don't need to pass on tons of parameters anywhere.
lightning.yaml
for model and dataset hyper-parametersgrid.yaml
for grid experiment configs- Custom environment management with
poetry
- Create your own model and data modules like the ones defined in
run.py
- Update
lightning.yaml
accordingly or create your own with lightning cli - Update the environment with poetry to include any packages used in your project
- Update
grid.yaml
to include your credentials and tweak the hardware settings - Let grid do the magic
- Overwrite lightning config hyper-parameters with grid, so we could do hyper-parameters search
This is not an official lightning project nor grid project. Both lightning cli and grid actions/cli are in their early stages, so please do expect frequent changes.