mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
a93e667ae4
commit
67a3b79200
Binary file not shown.
@ -122,7 +122,6 @@ def load_checkpoint(
|
|||||||
"""
|
"""
|
||||||
TODO: document it
|
TODO: document it
|
||||||
"""
|
"""
|
||||||
print(model)
|
|
||||||
logging.info(f"Loading checkpoint from {filename}")
|
logging.info(f"Loading checkpoint from {filename}")
|
||||||
checkpoint = torch.load(filename, map_location="cpu")
|
checkpoint = torch.load(filename, map_location="cpu")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user