mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
decoding
This commit is contained in:
parent
e4a69d4768
commit
2ac79cd3f3
@ -319,7 +319,7 @@ class Trainer:
|
||||
for k_ex in self.effective_save_name_excludes:
|
||||
k_tmp = k.replace("module.", "")
|
||||
if k.startswith(k_ex):
|
||||
logging.info(f"key: {{k}} matching: {k_ex}, not save it")
|
||||
logging.info(f"key: {k} matching: {k_ex}, not save it")
|
||||
break
|
||||
else:
|
||||
dst_state_dict[k] = state_dict[k]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user