Skip to content

Commit

Permalink
remote print
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Dec 1, 2024
1 parent ab8cd07 commit 9926600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ml_tools/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def load_json(self, filename):
self.version = metadata.get("version", None)
self.labels = metadata["labels"]
self.params = HyperParams()
print("Hypers are ", metadata.get("hyperparams", {}))
self.params.update(metadata.get("hyperparams", {}))
self.data_type = metadata.get("type", "thermal")

Expand Down

0 comments on commit 9926600

Please sign in to comment.