[s2s] s/alpha_loss_encoder/alpha_encoder_loss/ (#7298)

fix to match `distillation.py:        self.alpha_encoder_loss`
This commit is contained in:
Stas Bekman 2020-09-21 11:14:26 -07:00 committed by GitHub
parent cbb2f75a16
commit 8d562a2d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}