Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8d562a2d
Unverified
Commit
8d562a2d
authored
Sep 21, 2020
by
Stas Bekman
Committed by
GitHub
Sep 21, 2020
Browse files
[s2s] s/alpha_loss_encoder/alpha_encoder_loss/ (#7298)
fix to match `distillation.py: self.alpha_encoder_loss`
parent
cbb2f75a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/seq2seq/test_seq2seq_examples.py
examples/seq2seq/test_seq2seq_examples.py
+1
-1
No files found.
examples/seq2seq/test_seq2seq_examples.py
View file @
8d562a2d
...
@@ -86,7 +86,7 @@ CHEAP_ARGS = {
...
@@ -86,7 +86,7 @@ CHEAP_ARGS = {
"n_val"
:
-
1
,
"n_val"
:
-
1
,
"n_test"
:
-
1
,
"n_test"
:
-
1
,
"student_encoder_layers"
:
1
,
"student_encoder_layers"
:
1
,
"alpha_
loss_
encoder"
:
0.0
,
"alpha_encoder
_loss
"
:
0.0
,
"freeze_encoder"
:
False
,
"freeze_encoder"
:
False
,
"auto_scale_batch_size"
:
False
,
"auto_scale_batch_size"
:
False
,
}
}
...
...
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