Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

pytorch-lightning

Deep learning framework (PyTorch Lightning).

Setup

cd pytorch-lightning
python3 -m venv .venv && source .venv/bin/activate && pip install lightning torch -q

Environment variables

None.

Usage

python3 scripts/template_datamodule.py --help

Dependencies

  • lightning
  • torch