make files independent (#8267)

This commit is contained in:
Patrick von Platen
2020-11-03 21:13:33 +01:00
committed by GitHub
parent cd360dcb26
commit 068e6b5edd
3 changed files with 48 additions and 46 deletions

View File

@@ -30,7 +30,6 @@ arg_to_scheduler = {
"constant": get_constant_schedule,
"constant_w_warmup": get_constant_schedule_with_warmup,
}
arg_to_scheduler_choices = sorted(arg_to_scheduler.keys())
class Seq2SeqTrainer(Trainer):