Skip to content

Commit

Permalink
Change order of methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanradev93 committed Jul 11, 2024
2 parents 9ed43e8 + 4b629e4 commit 994b984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bayesflow/networks/mlp/mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ def build(self, input_shape):
def compute_output_shape(self, input_shape):
for layer in self.res_blocks:
input_shape = layer.compute_output_shape(input_shape)

return input_shape

0 comments on commit 994b984

Please sign in to comment.