"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "ddbf0e5616bec23cb080537cbcc371ff21374dbd"
Commit 5e38ec57 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

update det yml file

parent 738d787b
...@@ -6,8 +6,8 @@ Global: ...@@ -6,8 +6,8 @@ Global:
print_batch_step: 2 print_batch_step: 2
save_model_dir: ./output/det_db/ save_model_dir: ./output/det_db/
save_epoch_step: 200 save_epoch_step: 200
# evaluation is run every 2000 iterations after the 5000th iteration # evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step: [5000, 5000] eval_batch_step: [4000, 5000]
train_batch_size_per_card: 16 train_batch_size_per_card: 16
test_batch_size_per_card: 16 test_batch_size_per_card: 16
image_shape: [3, 640, 640] image_shape: [3, 640, 640]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment