09167efdb5
* formatting * formatting * fix interval * fix train loop * fix test * parametrize test * Apply suggestions from code review Co-Authored-By: Adrian Wälchli <adrian.waelchli@students.unibe.ch> * fix calling * flake8 * add types Co-authored-by: Adrian Wälchli <adrian.waelchli@students.unibe.ch> Co-authored-by: William Falcon <waf2107@columbia.edu> |
||
---|---|---|
.. | ||
basic_examples | ||
domain_templates | ||
full_examples | ||
multi_node_examples | ||
README.md | ||
__init__.py | ||
requirements.txt |
README.md
Examples
This folder has 3 sections:
Domain templates
These are templates to show common approaches such as GANs and RL.
Basic examples
These show the most common use of Lightning for either CPU or GPU training.
Multi-node examples
These show how to run jobs on a GPU cluster using lightning.