Skip to content

Commit

Permalink
remove erroneous build method (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKue committed May 15, 2024
1 parent 5c4103a commit 3a4949c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bayesflow/experimental/amortizers/amortizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ def get_config(self):

return base_config | config

def build(self, input_shape):
if self.summary_network is not None:
self.summary_network.build(input_shape)

self.inference_network.build(input_shape)

def call(self, x: dict, **kwargs):
inferred_variables = self.configure_inferred_variables(x)
observed_variables = self.configure_observed_variables(x)
Expand Down

0 comments on commit 3a4949c

Please sign in to comment.