Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
f02dcc06
Unverified
Commit
f02dcc06
authored
Feb 02, 2021
by
xiaoting
Committed by
GitHub
Feb 02, 2021
Browse files
Merge pull request #1918 from tink2123/fix_rare
fix typo for attention
parents
9f6b3a11
2cda3b61
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
configs/rec/rec_mv3_tps_bilstm_att.yml
configs/rec/rec_mv3_tps_bilstm_att.yml
+3
-3
configs/rec/rec_mv3_tps_bilstm_ctc.yml
configs/rec/rec_mv3_tps_bilstm_ctc.yml
+1
-1
configs/rec/rec_r34_vd_tps_bilstm_att.yml
configs/rec/rec_r34_vd_tps_bilstm_att.yml
+3
-3
No files found.
configs/rec/rec_mv3_tps_bilstm_att.yml
View file @
f02dcc06
Global
:
use_gpu
:
t
rue
use_gpu
:
T
rue
epoch_num
:
72
log_smooth_window
:
20
print_batch_step
:
10
...
...
@@ -65,7 +65,7 @@ Metric:
Train
:
dataset
:
name
:
LMDBDat
e
Set
name
:
LMDBDat
a
Set
data_dir
:
../training/
transforms
:
-
DecodeImage
:
# load image
...
...
@@ -84,7 +84,7 @@ Train:
Eval
:
dataset
:
name
:
LMDBDat
e
Set
name
:
LMDBDat
a
Set
data_dir
:
../validation/
transforms
:
-
DecodeImage
:
# load image
...
...
configs/rec/rec_mv3_tps_bilstm_ctc.yml
View file @
f02dcc06
Global
:
use_gpu
:
t
rue
use_gpu
:
T
rue
epoch_num
:
72
log_smooth_window
:
20
print_batch_step
:
10
...
...
configs/rec/rec_r34_vd_tps_bilstm_att.yml
View file @
f02dcc06
Global
:
use_gpu
:
t
rue
use_gpu
:
T
rue
epoch_num
:
400
log_smooth_window
:
20
print_batch_step
:
10
...
...
@@ -64,7 +64,7 @@ Metric:
Train
:
dataset
:
name
:
LMDBDat
e
Set
name
:
LMDBDat
a
Set
data_dir
:
../training/
transforms
:
-
DecodeImage
:
# load image
...
...
@@ -83,7 +83,7 @@ Train:
Eval
:
dataset
:
name
:
LMDBDat
e
Set
name
:
LMDBDat
a
Set
data_dir
:
../validation/
transforms
:
-
DecodeImage
:
# load image
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment