Skip to content

Commit e621a5c

Browse files
committed
change infer_start_epoch in bigdata_config.yaml
1 parent f0d6357 commit e621a5c

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)