From 5e38ec57a61d404b73c26a666810bec0da8f4ec4 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Tue, 7 Jul 2020 11:34:10 +0000 Subject: [PATCH] update det yml file --- configs/det/det_mv3_db.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/det/det_mv3_db.yml b/configs/det/det_mv3_db.yml index f02c61c9..caa7bd4f 100755 --- a/configs/det/det_mv3_db.yml +++ b/configs/det/det_mv3_db.yml @@ -6,8 +6,8 @@ Global: print_batch_step: 2 save_model_dir: ./output/det_db/ save_epoch_step: 200 - # evaluation is run every 2000 iterations after the 5000th iteration - eval_batch_step: [5000, 5000] + # evaluation is run every 5000 iterations after the 4000th iteration + eval_batch_step: [4000, 5000] train_batch_size_per_card: 16 test_batch_size_per_card: 16 image_shape: [3, 640, 640] -- GitLab