Skip to content

fbosnic/pytorch_lightning_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal example of lightning project

Minimal lightning (previosly Pytorch Lightning) project to get started. Lightning main repo

To run, install conda envirnoment with

conda env create --file requirements.yml

and then start the training with

python train.py

Tensorboard logs will be available in ./logs. You can run tensorboard with

tensorboard --bind_all --logdir ./logs --port 6006

and open it in any browser on address http://localhost:6006/.

About

A minimal Pytorch Lightning example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages