Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LBH1024 authored Jul 23, 2022
1 parent 77bf1ec commit c1928a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ gradient_clip: True
use_label_mask: False

# 训练数据
train_image_path: 'dataset/CROHME/train_images.pkl'
train_label_path: 'dataset/CROHME/train_labels.txt'
train_image_path: 'datasets/CROHME/train_images.pkl'
train_label_path: 'datasets/CROHME/train_labels.txt'

eval_image_path1: 'dataset/CROHME/14_test_images.pkl'
eval_label_path1: 'dataset/CROHME/14_test_labels.txt'
eval_image_path1: 'datasets/CROHME/14_test_images.pkl'
eval_label_path1: 'datasets/CROHME/14_test_labels.txt'

word_path: 'dataset/CROHME/words_dict.txt'
word_path: 'datasets/CROHME/words_dict.txt'

# collate_fn
collate_fn: collate_fn
Expand Down

0 comments on commit c1928a1

Please sign in to comment.