This template of a deep learning project where we are using the following PyTorch Lightning, Pydantic and much more!
- Build a python environment using
python=3.7.13. You can refer to this article for more information. - Access the environment and install
poetryusing the following command:pip install poetry. - Install dependencies using this command:
poetry install. - Create an account on
wandbthen login towandbin your machine using this command:wandb login. - Start training by running this command:
python scripts/train.py. - While training, watch your model training on
wandb.