11db9d29ad
* added initial semantic segmentation example * removed unnecessary lines. * changed according to reviews * minor changes * Added some documentation for Dataset class * Fixed some long lines * added docstring for LightningModule |
||
---|---|---|
.. | ||
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.