Skip to content

Commit ebbefa7

Browse files
- forgot this...
1 parent 554fd91 commit ebbefa7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/spatial_transcript_former/training/experiment_logger.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ def log_epoch(self, epoch: int, metrics: Dict[str, float]):
9292
)
9393

9494
def finalize(
95-
self, best_val_loss: float, extra_metrics: Optional[Dict[str, Any]] = None
95+
self,
96+
best_val_loss: float,
97+
extra_metrics: Optional[Dict[str, Any]] = None,
9698
):
9799
"""
98100
Write results_summary.json with full experiment metadata.

0 commit comments

Comments
 (0)