Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 524 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 524 Bytes

MNIST with PyTorch and Lightning

A quick example of how to use lightning.

Environment Setup

  1. Create a conda environment:

    conda create -n pl python=3.10
  2. Activate the environment:

    conda activate pl
  3. Install the requirements:

    pip install -r requirements.txt

More

Some more useful resources for deep learning here