Skip to content

Commit 2da5b09

Browse files
authored
Merge pull request #30 from itssidhere/main
readme typo fix
2 parents 8bbc200 + fbfdedb commit 2da5b09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ The pretrained models:
7676

7777
```shell
7878
python test.py --gpu ${GPUS}\
79-
--work_dir ${WORK_DIR} \
79+
--workdir ${WORK_DIR} \
8080
--model ${network} \
8181
--weights ${path to checkpoint} \
8282
--test_mode ${mode}
8383
```
8484

8585
- example
8686
```shell
87-
python test.py --gpu 0 --work_dir /path/to/logfiles --model sparenet --weights /path/to/cheakpoint --test_mode default
87+
python test.py --gpu 0 --workdir /path/to/logfiles --model sparenet --weights /path/to/checkpoint --test_mode default
8888
```
8989

9090
### Train
@@ -95,13 +95,13 @@ All log files in the training process, such as log message, checkpoints, etc, wi
9595

9696
```shell
9797
python train.py --gpu ${GPUS}\
98-
--work_dir ${WORK_DIR} \
98+
--workdir ${WORK_DIR} \
9999
--model ${network} \
100100
--weights ${path to checkpoint}
101101
```
102102
- example
103103
```shell
104-
python train.py --gpu 0,1,2,3 --work_dir /path/to/logfiles --model sparenet --weights /path/to/cheakpoint
104+
python train.py --gpu 0,1,2,3 --workdir /path/to/logfiles --model sparenet --weights /path/to/checkpoint
105105
```
106106

107107

0 commit comments

Comments
 (0)