From de0f7fc9362759e496508a0a052b10dff24b6ff9 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 25 Jun 2019 18:47:11 -0400 Subject: [PATCH] updated args --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bec8e709af..88fcc017ce 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ To use lightning do 2 things: #### Quick demo Run the following demo to see how it works: ```bash - # install lightning pip install pytorch-lightning @@ -68,7 +67,10 @@ cd pytorch-lightning/docs/source/examples # run demo (on cpu) python fully_featured_trainer.py +``` +Without changing the model AT ALL, you can run the model on a single gpu, over multiple gpus, or over multiple nodes. +```bash # run a grid search on two gpus python fully_featured_trainer.py --gpus "0;1"