Skip to content

Commit

Permalink
Fix compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianherde authored Jun 18, 2024
1 parent 89e768b commit d3fcf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scOT/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def clean_yaml(config):
train_config = TrainingArguments(
output_dir=ckpt_dir,
overwrite_output_dir=True, #! OVERWRITE THIS DIRECTORY IN CASE, also for resuming training
eval_strategy="epoch",
evaluation_strategy="epoch",
per_device_train_batch_size=config["batch_size"],
per_device_eval_batch_size=config["batch_size"],
eval_accumulation_steps=16,
Expand Down

0 comments on commit d3fcf01

Please sign in to comment.