Skip to content

Commit

Permalink
propagate summary definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
pesekon2 committed Sep 21, 2023
1 parent fa3e095 commit 7e749d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/architectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def summary(self, line_length=None, positions=None, print_fn=None):
self.nr_bands), name='input')
model = Model(inputs=[inputs], outputs=self.call(inputs),
name=self.name)
return model.summary()
return model.summary(line_length, positions, print_fn)

@abstractmethod
def instantiate_layers(self):
Expand Down

0 comments on commit 7e749d3

Please sign in to comment.