Update recognition_en.md

This commit is contained in:
MissPenguin 2021-06-08 15:44:37 +08:00 committed by GitHub
parent 44fc5a23ea
commit 926dc47bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -237,7 +237,7 @@ Optimizer:
Train:
dataset:
# Type of datasetwe support LMDBDateSet and SimpleDataSet
# Type of datasetwe support LMDBDataSet and SimpleDataSet
name: SimpleDataSet
# Path of dataset
data_dir: ./train_data/
@ -257,7 +257,7 @@ Train:
Eval:
dataset:
# Type of datasetwe support LMDBDateSet and SimpleDataSet
# Type of datasetwe support LMDBDataSet and SimpleDataSet
name: SimpleDataSet
# Path of dataset
data_dir: ./train_data
@ -394,7 +394,7 @@ Global:
Train:
dataset:
# Type of datasetwe support LMDBDateSet and SimpleDataSet
# Type of datasetwe support LMDBDataSet and SimpleDataSet
name: SimpleDataSet
# Path of dataset
data_dir: ./train_data/
@ -404,7 +404,7 @@ Train:
Eval:
dataset:
# Type of datasetwe support LMDBDateSet and SimpleDataSet
# Type of datasetwe support LMDBDataSet and SimpleDataSet
name: SimpleDataSet
# Path of dataset
data_dir: ./train_data