Skip to content

Commit

Permalink
taking away another printout from the checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Nov 5, 2024
1 parent e489a49 commit 998b276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepuq/analyze/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def load_checkpoint(
dict: The loaded checkpoint containing model weights and
additional data.
"""
print(model_name)
if model_name[0:3] == "DER":
file_name = (
str(path)
Expand Down

0 comments on commit 998b276

Please sign in to comment.