ma7dev / deep-learning-project-template

A project template where PyTorch Lightning, Pydantic, and more! being used for training MNIST as an example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning Project Template

This template of a deep learning project where we are using the following PyTorch Lightning, Pydantic and much more!

Setup

  • Build a python environment using python=3.7.13. You can refer to this article for more information.
  • Access the environment and install poetry using the following command: pip install poetry.
  • Install dependencies using this command: poetry install.
  • Create an account on wandb then login to wandb in 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.

About

A project template where PyTorch Lightning, Pydantic, and more! being used for training MNIST as an example.


Languages

Language:Python 100.0%