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
043828fec8
commit
11cf21a412
Binary file not shown.
@ -700,6 +700,7 @@ def main():
|
||||
lora_param = torch.load(f"{params.exp_dir}/lora_{i}.pt")
|
||||
lora.lora.load_state_dict(lora_param)
|
||||
logging.info("lora params load done")
|
||||
|
||||
else:
|
||||
if not params.use_averaged_model:
|
||||
if params.iter > 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user