Unverified Commit 8d562a2d authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

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

fix to match `distillation.py:        self.alpha_encoder_loss`
parent cbb2f75a
...@@ -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,
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment