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
7350e56647
commit
18bb81c0b3
Binary file not shown.
@ -697,7 +697,7 @@ def load_checkpoint_if_available(
|
||||
model_avg=model_avg,
|
||||
optimizer=optimizer,
|
||||
scheduler=scheduler,
|
||||
strict=False,
|
||||
strict=True if not params.add_adapter else False,
|
||||
)
|
||||
|
||||
keys = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user