Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanit committed Aug 21, 2024
1 parent 3e254b2 commit 9f15e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maze_transformer/training/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def train_model(
output_dir=output_path,
device=device,
val_dataset=val_dataset,
)
)

return TrainingResult(
output_path=output_path,
Expand Down

0 comments on commit 9f15e7e

Please sign in to comment.