Skip to content

Commit

Permalink
Update n3fit/src/n3fit/backends/keras_backend/MetaModel.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <[email protected]>
  • Loading branch information
scarlehoff and RoyStegeman authored Nov 28, 2024
1 parent bd05e0f commit 3ca453d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion n3fit/src/n3fit/backends/keras_backend/MetaModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def __init__(self, input_tensors, output_tensors, scaler=None, input_values=None
self.compute_losses_function = None
self._scaler = scaler

# @tf.autograph.experimental.do_not_convert
def _parse_input(self, extra_input=None):
"""Returns the input data the model was compiled with.
Introduces the extra_input in the places asigned to the placeholders.
Expand Down

0 comments on commit 3ca453d

Please sign in to comment.