Skip to content

sensein/lightning_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published