Skip to content

kwea123/pytorch-lightning-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-lightning-tutorial

Pytorch lightning tutorial using MNIST

Youtube stream (Maybe there will be another... still planning!)

Pytorch lightning introduction

scheduler introduction (Japanese)

Installation

Python>=3.7, creation using anaconda is recommended. Install libraries by pip install -r requirements.txt.

Train MNIST

Run (example)

python train.py --root_dir "./"

It will download the dataset to root_dir and start training. You can monitor the training process by launching tensorboard in another terminal:

tensorboard --logdir logs

And go to localhost:6006 in your browser.

About

Pytorch lightning tutorial using MNIST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages