Skip to content

Commit 350744b

Browse files
authored
Revise testing commands for Parrots tasks
Updated testing commands for Parrots tasks in documentation.
1 parent 347ccd8 commit 350744b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,17 @@ asp_finetune_cls task=CLS004_Parrots \
121121
### 4. Testing
122122

123123
```bash
124-
asp_test_seg task=SEG004_Parrots \
124+
asp_test_seg test_task=SEG004_Parrots \
125125
checkpoint_run_id=1234 \
126126
load_checkpoint_name=last.ckpt \
127127
test_split=TEST_75_15_10
128128

129-
asp_test_cls task=CLS004_Parrots \
129+
asp_test_cls test_task=CLS004_Parrots \
130130
checkpoint_run_id=1234 \
131131
load_checkpoint_name=best.ckpt \
132132
test_split=TEST_75_15_10
133133

134-
asp_test_reg task=REGR004_Parrots \
134+
asp_test_reg test_task=REGR004_Parrots \
135135
checkpoint_run_id=1234 \
136136
load_checkpoint_name=best.ckpt \
137137
test_split=TEST_75_15_10

0 commit comments

Comments
 (0)