Skip to content

Commit

Permalink
Fix failed reuse test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir Gordon authored and Ofir Gordon committed Nov 21, 2023
1 parent 7f7b268 commit f18c1d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ def create_networks(self):
inputs = layers.Input(shape=self.get_input_shapes()[0][1:])
x = layer(inputs)
x = layer(x)
x = layers.ReLU()(x)
model = keras.Model(inputs=inputs, outputs=x)
return model

0 comments on commit f18c1d9

Please sign in to comment.