Update README.md

This commit is contained in:
William Falcon 2019-08-05 14:35:50 -04:00 committed by GitHub
parent f915e3657f
commit 25a58b8540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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