change save_model_dir

This commit is contained in:
WenmuZhou 2020-12-11 13:27:27 +08:00
parent 49895d097a
commit 3ea94c94d2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Global:
epoch_num: 1200
log_smooth_window: 20
print_batch_step: 10
save_model_dir: ./output/det_rc/det_r50_vd/
save_model_dir: ./output/det_r50_vd/
save_epoch_step: 1200
# evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step: [5000,4000]