Merge pull request #1918 from tink2123/fix_rare

fix typo for attention
This commit is contained in:
xiaoting 2021-02-02 19:29:52 +08:00 committed by GitHub
commit f02dcc063b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
Global: Global:
use_gpu: true use_gpu: True
epoch_num: 72 epoch_num: 72
log_smooth_window: 20 log_smooth_window: 20
print_batch_step: 10 print_batch_step: 10
@ -65,7 +65,7 @@ Metric:
Train: Train:
dataset: dataset:
name: LMDBDateSet name: LMDBDataSet
data_dir: ../training/ data_dir: ../training/
transforms: transforms:
- DecodeImage: # load image - DecodeImage: # load image
@ -84,7 +84,7 @@ Train:
Eval: Eval:
dataset: dataset:
name: LMDBDateSet name: LMDBDataSet
data_dir: ../validation/ data_dir: ../validation/
transforms: transforms:
- DecodeImage: # load image - DecodeImage: # load image

View File

@ -1,5 +1,5 @@
Global: Global:
use_gpu: true use_gpu: True
epoch_num: 72 epoch_num: 72
log_smooth_window: 20 log_smooth_window: 20
print_batch_step: 10 print_batch_step: 10

View File

@ -1,5 +1,5 @@
Global: Global:
use_gpu: true use_gpu: True
epoch_num: 400 epoch_num: 400
log_smooth_window: 20 log_smooth_window: 20
print_batch_step: 10 print_batch_step: 10
@ -64,7 +64,7 @@ Metric:
Train: Train:
dataset: dataset:
name: LMDBDateSet name: LMDBDataSet
data_dir: ../training/ data_dir: ../training/
transforms: transforms:
- DecodeImage: # load image - DecodeImage: # load image
@ -83,7 +83,7 @@ Train:
Eval: Eval:
dataset: dataset:
name: LMDBDateSet name: LMDBDataSet
data_dir: ../validation/ data_dir: ../validation/
transforms: transforms:
- DecodeImage: # load image - DecodeImage: # load image