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
8be9c5779f
commit
4df0c04771
Binary file not shown.
@ -969,7 +969,7 @@ def run(rank, world_size, args):
|
||||
pre_trained_model = torch.load('/workspace/icefall/egs/librispeech/ASR/incremental_transf/conformer_12layers.pt')
|
||||
pre_trained_model = pre_trained_model['model']
|
||||
model.load_state_dict(pre_trained_model, strict=True)
|
||||
|
||||
print(model)
|
||||
'''
|
||||
for n, p in model.named_parameters():
|
||||
if 'layer' not in n:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user