From ec6d730c97c967ef00b2e89d126901da49c857a3 Mon Sep 17 00:00:00 2001 From: tink2123 Date: Tue, 12 May 2020 20:05:13 +0800 Subject: [PATCH] add checkpoints --- configs/rec/rec_icdar15_train.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/rec/rec_icdar15_train.yml b/configs/rec/rec_icdar15_train.yml index ddaf157f..5a245356 100755 --- a/configs/rec/rec_icdar15_train.yml +++ b/configs/rec/rec_icdar15_train.yml @@ -5,8 +5,8 @@ Global: log_smooth_window: 20 print_batch_step: 10 save_model_dir: output_ic15 - save_epoch_step: 300 - eval_batch_step: 200 + save_epoch_step: 3 + eval_batch_step: 2000 train_batch_size_per_card: 256 test_batch_size_per_card: 256 image_shape: [3, 32, 100] @@ -16,7 +16,7 @@ Global: loss_type: ctc reader_yml: ./configs/rec/rec_icdar15_reader.yml pretrain_weights: ./pretrain_models/CRNN/best_accuracy - + checkpoints: Architecture: function: ppocr.modeling.architectures.rec_model,RecModel -- GitLab