Skip to content

Commit d9eadcc

Browse files
authored
Merge pull request #407 from duyiqi17/mind
change infer_start_epoch in bigdata_config.yaml
2 parents f052554 + e621a5c commit d9eadcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/recall/mind/config_bigdata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ runner:
2525
infer_reader_path: "mind_infer_reader" # importlib format
2626
test_data_dir: "../../../datasets/AmazonBook/valid"
2727
infer_load_path: "output_model_mind"
28-
infer_start_epoch: 0
29-
infer_end_epoch: 1
28+
infer_start_epoch: 19
29+
infer_end_epoch: 20
3030

3131
# distribute_config
3232
# sync_mode: "async"

0 commit comments

Comments
 (0)