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
ff53bc629f
commit
06b81a042d
BIN
egs/librispeech/ASR/conformer_ctc2/.train.py.swp
Normal file
BIN
egs/librispeech/ASR/conformer_ctc2/.train.py.swp
Normal file
Binary file not shown.
Binary file not shown.
@ -1060,7 +1060,7 @@ def run(rank, world_size, args):
|
||||
|
||||
if checkpoints and checkpoints.get("optimizer") is not None:
|
||||
logging.info("Loading optimizer state dict")
|
||||
optimizer.load_state_dict(checkpoints["optimizer"])
|
||||
#optimizer.load_state_dict(checkpoints["optimizer"])
|
||||
|
||||
if checkpoints and checkpoints.get("scheduler") is not None:
|
||||
logging.info("Loading scheduler state dict")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user