Unverified Commit f02dcc06 authored by xiaoting's avatar xiaoting Committed by GitHub
Browse files

Merge pull request #1918 from tink2123/fix_rare

fix typo for attention
parents 9f6b3a11 2cda3b61
Global:
use_gpu: true
use_gpu: True
epoch_num: 72
log_smooth_window: 20
print_batch_step: 10
......@@ -65,7 +65,7 @@ Metric:
Train:
dataset:
name: LMDBDateSet
name: LMDBDataSet
data_dir: ../training/
transforms:
- DecodeImage: # load image
......@@ -84,7 +84,7 @@ Train:
Eval:
dataset:
name: LMDBDateSet
name: LMDBDataSet
data_dir: ../validation/
transforms:
- DecodeImage: # load image
......
Global:
use_gpu: true
use_gpu: True
epoch_num: 72
log_smooth_window: 20
print_batch_step: 10
......
Global:
use_gpu: true
use_gpu: True
epoch_num: 400
log_smooth_window: 20
print_batch_step: 10
......@@ -64,7 +64,7 @@ Metric:
Train:
dataset:
name: LMDBDateSet
name: LMDBDataSet
data_dir: ../training/
transforms:
- DecodeImage: # load image
......@@ -83,7 +83,7 @@ Train:
Eval:
dataset:
name: LMDBDateSet
name: LMDBDataSet
data_dir: ../validation/
transforms:
- DecodeImage: # load image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment