Skip to content

Commit

Permalink
Remove duplicate compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jul 22, 2023
1 parent f7b1871 commit bc64831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nobrainer/processing/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bc64831

Please sign in to comment.