Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
44003301
Commit
44003301
authored
1 year ago
by
Marie Generali
Browse files
Options
Downloads
Patches
Plain Diff
remove unused variables
parent
4fb33dd9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/conftest.py
+0
-1
0 additions, 1 deletion
tests/conftest.py
tests/data/prediction/parameters.yml
+0
-1
0 additions, 1 deletion
tests/data/prediction/parameters.yml
with
0 additions
and
2 deletions
tests/conftest.py
+
0
−
1
View file @
44003301
...
...
@@ -107,7 +107,6 @@ def training_config():
"
dec_pred_dropout
"
:
0.1
,
# dropout rate before decision layer
"
dec_att_dropout
"
:
0.1
,
# dropout rate in multi head attention
"
dec_dim_feedforward
"
:
256
,
# number of dimension for feedforward layer in transformer decoder layers
"
temperature
"
:
1.0
,
# temperature scaling scalar parameter
"
use_2d_pe
"
:
True
,
# use 2D positional embedding
"
use_1d_pe
"
:
True
,
# use 1D positional embedding
"
use_lstm
"
:
False
,
...
...
This diff is collapsed.
Click to expand it.
tests/data/prediction/parameters.yml
+
0
−
1
View file @
44003301
...
...
@@ -22,4 +22,3 @@ parameters:
dec_num_heads
:
4
dec_att_dropout
:
0.1
dec_res_dropout
:
0.1
temperature
:
1.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment