Skip to content

Commit

Permalink
Merge pull request #350 from mikegerber/fix-noise-model-summary-print
Browse files Browse the repository at this point in the history
calamari/1.0: Remove noisy/useless print around model.summary() call
  • Loading branch information
bertsky authored Jul 31, 2024
2 parents db835c0 + 9b430de commit 5dfe727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(
else:
self.model = self.create_predictor()

print(self.model.summary())
self.model.summary()

def create_predictor(self):
return Model(
Expand Down

0 comments on commit 5dfe727

Please sign in to comment.