Skip to content

Commit caf4aaf

Browse files
committed
UNDIAL
1 parent 8ab8a5a commit caf4aaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/trainer/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def _register_trainer(trainer_class):
2121

2222
def load_trainer_args(trainer_args: DictConfig, dataset):
2323
trainer_args = dict(trainer_args)
24-
trainer_args["output_dir"] = trainer_args.pop("output_dir", "./output")
2524
warmup_epochs = trainer_args.pop("warmup_epochs", None)
2625
if warmup_epochs:
2726
batch_size = trainer_args["per_device_train_batch_size"]

0 commit comments

Comments
 (0)