Skip to content

Commit 1245b88

Browse files
authored
Merge pull request #19 from ShoufaChen/fix
fix command typo
2 parents 64d7dfc + c0fb603 commit 1245b88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cls/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,19 @@ For example, to train `HRT` with 8 GPU on a single node for 300 epochs, run:
143143
`HRT-Tiny`:
144144

145145
```bash
146-
bash run_dish.sh hrt/hrt_tiny.yaml <imagenet-path>
146+
bash run_dist.sh hrt/hrt_tiny <imagenet-path>
147147
```
148148

149149
`HRT-Small`:
150150

151151
```bash
152-
bash run_dish.sh hrt/hrt_small.yaml <imagenet-path>
152+
bash run_dist.sh hrt/hrt_small <imagenet-path>
153153
```
154154

155155
`HRT-Base`:
156156

157157
```bash
158-
bash run_dish.sh hrt/hrt_base.yaml <imagenet-path>
158+
bash run_dist.sh hrt/hrt_base <imagenet-path>
159159
```
160160
### Number of Parameters and FLOPs
161161

0 commit comments

Comments
 (0)