Skip to content

Commit

Permalink
Update MetaModel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Nov 29, 2024
1 parent 15e9f34 commit 891e996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/backends/keras_backend/MetaModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def compile(
# For debug purposes it may be interesting to set in the compile call
# jit_compile = False
# run_eager = True
super().compile(optimizer=opt, loss=loss)
super().compile(optimizer=opt, loss=loss, jit_compile=False)

def set_masks_to(self, names, val=0.0):
"""Set all mask value to the selected value
Expand Down

0 comments on commit 891e996

Please sign in to comment.