File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -177,16 +177,14 @@ Install requirements + project
177177
178178``` yaml
179179cd grid-tutorials/getting-started
180-
181180pip install -r requirements.txt
182- pip install -e .
183181```
184182
185183now run the following command to train a resnet50 on 2 GPUs
186184
187185``` bash
188186python flash-image-classifier.py \
189- --data_dir /datastores/cifar5
187+ --data_dir /datastores/cifar5 \
190188 --gpus 2 \
191189 --epochs 4
192190```
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ example:
7070
7171### 1. Generate Trust and Permission Policiess
7272
73- First: run the ` grid credentials create --type s3 ` command in order to find the required trust and
73+ First: run the ` grid credential create --type s3 ` command in order to find the required trust and
7474permission policies.
7575
7676```
77- $ grid credentials create --type s3
77+ $ grid credential create --type s3
7878Please refer the the the documentation for how to create an AWS role and
7979permission policy.
8080
@@ -213,4 +213,4 @@ automatically pick the correct credential and create the Datastore from my priva
213213```
214214$ grid datastore create s3://gridai-demo-bucket/ --no-copy
215215Success!
216- ```
216+ ```
You can’t perform that action at this time.
0 commit comments