提交 d33274ea 编写于 作者: Y yinhaofeng

fix

上级 65e0a8e8
...@@ -48,7 +48,7 @@ mode: [train_runner,infer_runner] ...@@ -48,7 +48,7 @@ mode: [train_runner,infer_runner]
runner: runner:
- name: train_runner - name: train_runner
class: train class: train
epochs: 2 epochs: 1
device: cpu device: cpu
init_model_path: "" init_model_path: ""
save_checkpoint_interval: 1 save_checkpoint_interval: 1
...@@ -56,11 +56,14 @@ runner: ...@@ -56,11 +56,14 @@ runner:
save_checkpoint_path: "increment" save_checkpoint_path: "increment"
save_inference_path: "inference" save_inference_path: "inference"
print_interval: 1 print_interval: 1
phases: phase1
- name: infer_runner - name: infer_runner
class: infer class: infer
device: cpu device: cpu
init_model_path: "increment" init_model_path: "increment/0"
print_interval: 1 print_interval: 1
phases: infer_phase
phase: phase:
- name: phase1 - name: phase1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册