Skip to content

Commit

Permalink
Merge pull request #306 from krishnakalyan3/patch-2
Browse files Browse the repository at this point in the history
Improve installation steps
  • Loading branch information
alexandercort authored Jul 6, 2022
2 parents e1f91cb + 8d26aa6 commit def34cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting-started/typical-workflow-web-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,14 @@ Install requirements + project

```yaml
cd grid-tutorials/getting-started

pip install -r requirements.txt
pip install -e .
```

now run the following command to train a resnet50 on 2 GPUs

```bash
python flash-image-classifier.py \
--data_dir /datastores/cifar5
--data_dir /datastores/cifar5 \
--gpus 2 \
--epochs 4
```
Expand Down

0 comments on commit def34cd

Please sign in to comment.