We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab8a5a commit caf4aafCopy full SHA for caf4aaf
src/trainer/__init__.py
@@ -21,7 +21,6 @@ def _register_trainer(trainer_class):
21
22
def load_trainer_args(trainer_args: DictConfig, dataset):
23
trainer_args = dict(trainer_args)
24
- trainer_args["output_dir"] = trainer_args.pop("output_dir", "./output")
25
warmup_epochs = trainer_args.pop("warmup_epochs", None)
26
if warmup_epochs:
27
batch_size = trainer_args["per_device_train_batch_size"]
0 commit comments