Update README.md
This commit is contained in:
parent
f915e3657f
commit
25a58b8540
|
@ -321,7 +321,8 @@ pip install pytorch-lightning
|
||||||
|
|
||||||
# clone lightning for the demo
|
# clone lightning for the demo
|
||||||
git clone https://github.com/williamFalcon/pytorch-lightning.git
|
git clone https://github.com/williamFalcon/pytorch-lightning.git
|
||||||
cd pytorch_lightning/examples/new_project_templates/
|
cd pytorch-lightning
|
||||||
|
cd examples/new_project_templates/
|
||||||
|
|
||||||
# all of the following demos use the SAME model to show no modification needs to be made to your code
|
# all of the following demos use the SAME model to show no modification needs to be made to your code
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue