diff --git a/darts-segmentation/src/darts_segmentation/segment.py b/darts-segmentation/src/darts_segmentation/segment.py index 59df140..e09f468 100644 --- a/darts-segmentation/src/darts_segmentation/segment.py +++ b/darts-segmentation/src/darts_segmentation/segment.py @@ -68,7 +68,7 @@ def __init__(self, model_checkpoint: Path | str): self.model.eval() logger.debug( - f"sucessfully loaded model from {Path(model_checkpoint).absolute()}:\n" + f"successfully loaded model from {Path(model_checkpoint).absolute()}:\n" f"\tinputs: {self.config['input_combination']}" )