未验证 提交 a6146ffc 编写于 作者: X xiaoting 提交者: GitHub

Merge pull request #1919 from tink2123/fix_rare

fix typo for attention
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: ...@@ -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: ...@@ -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
......
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
......
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: ...@@ -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: ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册