From bc64831edf2081e9377f1f940c9e2af3d79413c8 Mon Sep 17 00:00:00 2001 From: Oliver Hinds Date: Sat, 22 Jul 2023 11:19:39 -0700 Subject: [PATCH] Remove duplicate compile. --- nobrainer/processing/segmentation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nobrainer/processing/segmentation.py b/nobrainer/processing/segmentation.py index 394113b0..da135e1c 100644 --- a/nobrainer/processing/segmentation.py +++ b/nobrainer/processing/segmentation.py @@ -89,7 +89,6 @@ def _compile(): with self.strategy.scope(): _create(base_model) _compile() - _compile() print(self.model_.summary()) train_steps = get_steps_per_epoch(