from local

This commit is contained in:
dohe0342 2022-12-30 11:26:22 +09:00
parent a93e667ae4
commit 67a3b79200
2 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ def load_checkpoint(
"""
TODO: document it
"""
print(model)
logging.info(f"Loading checkpoint from {filename}")
checkpoint = torch.load(filename, map_location="cpu")