make files independent (#8267)
This commit is contained in:
committed by
GitHub
parent
cd360dcb26
commit
068e6b5edd
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user