Skip to content

Commit

Permalink
Fix issue with test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir Gordon authored and Ofir Gordon committed Nov 22, 2023
1 parent 6394771 commit a4054cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def reused_model(input_shape):
inputs = Input(shape=input_shape[1:])
x = reused_layer(inputs)
x = reused_layer(x)
x = ReLU()(x)
return keras.Model(inputs=inputs, outputs=x)


Expand Down

0 comments on commit a4054cc

Please sign in to comment.