update det yml file

This commit is contained in:
LDOUBLEV 2020-07-07 11:34:10 +00:00
parent 738d787b01
commit 5e38ec57a6
1 changed files with 2 additions and 2 deletions

View File

@ -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]