Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tink2123 committed May 13, 2020
1 parent 8cccee2 commit 0f578ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configs/rec/rec_icdar15_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ Global:
test_batch_size_per_card: 256
image_shape: [3, 32, 100]
max_text_length: 25
character_type: ch
#character_dict_path: ./ppocr/utils/ic15_dict.txt
character_type: en
character_dict_path: /workspace/PaddleOCR/train_data/ic15_dict.txt
loss_type: ctc
reader_yml: ./configs/rec/rec_icdar15_reader.yml
pretrain_weights: /workspace/PaddleOCR/pretrain_models/rec_mv3_none_bilstm_ctc/best_accuracy
pretrain_weights: ./pretrain_models/CRNN/best_accuracy
checkpoints:
save_inference_dir:
Architecture:
Expand Down

0 comments on commit 0f578ae

Please sign in to comment.