Skip to content

Commit

Permalink
remove redundant dataloader init
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzLamm committed Sep 21, 2024
1 parent a4a9ff0 commit 0ac5a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/membrain_seg/segmentation/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def train(
on_the_fly_dataloading=on_the_fly_dataloading,
aug_prob_to_one=aug_prob_to_one,
)
data_module.setup(stage="fit")

# Set up the model
model = SemanticSegmentationUnet(
Expand Down

0 comments on commit 0ac5a41

Please sign in to comment.