Skip to content

Commit d3fcf01

Browse files
Fix compatibility issue
1 parent 89e768b commit d3fcf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scOT/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def clean_yaml(config):
277277
train_config = TrainingArguments(
278278
output_dir=ckpt_dir,
279279
overwrite_output_dir=True, #! OVERWRITE THIS DIRECTORY IN CASE, also for resuming training
280-
eval_strategy="epoch",
280+
evaluation_strategy="epoch",
281281
per_device_train_batch_size=config["batch_size"],
282282
per_device_eval_batch_size=config["batch_size"],
283283
eval_accumulation_steps=16,

0 commit comments

Comments
 (0)