Skip to content

Commit

Permalink
Update incremental_train.md (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengmengli06 authored Jul 6, 2022
1 parent 5cd039b commit f811b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/incremental_train.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pai -name easy_rec_ext -project algo_public
-Darn=acs:ram::xxx:role/ev-ext-test-oss
-Dbuckets=oss://easyrec/
-DossHost=oss-cn-beijing-internal.aliyuncs.com
-Dwith_evaluator=1;
-Deval_method='separate';
```

增量训练:
Expand All @@ -53,7 +53,7 @@ pai -name easy_rec_ext -project algo_public
-Dbuckets=oss://easyrec/
-DossHost=oss-cn-beijing-internal.aliyuncs.com
-Dedit_config_json='{"train_config.fine_tune_checkpoint": "oss://easyrec/easy_rec_test/checkpoints/${bizdate-1}/"}'
-Dwith_evaluator=1;
-Deval_method='none';
```

- bizdate在dataworks里面是业务日期,一般是运行日期的前一天。
Expand Down

0 comments on commit f811b8b

Please sign in to comment.