[BUGFIX] CLI example documentation improved

This commit is contained in:
Alexander Engelsberger 2021-06-03 13:47:20 +02:00
parent 3b02d99ebe
commit 5918f1cc21
2 changed files with 8 additions and 0 deletions

8
examples/cli/README.md Normal file
View File

@ -0,0 +1,8 @@
# Examples using Lightning CLI
Examples in this folder use the experimental [Lightning CLI](https://pytorch-lightning.readthedocs.io/en/latest/common/lightning_cli.html).
To use the example run
```
python gmlvq.py --config gmlvq.yaml
```