mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
[s2s] s/alpha_loss_encoder/alpha_encoder_loss/ (#7298)
fix to match `distillation.py: self.alpha_encoder_loss`
This commit is contained in:
parent
cbb2f75a16
commit
8d562a2d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ CHEAP_ARGS = {
|
|||
"n_val": -1,
|
||||
"n_test": -1,
|
||||
"student_encoder_layers": 1,
|
||||
"alpha_loss_encoder": 0.0,
|
||||
"alpha_encoder_loss": 0.0,
|
||||
"freeze_encoder": False,
|
||||
"auto_scale_batch_size": False,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue