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
6852dc0390
commit
853dbda1ac
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
import torch
|
||||
|
||||
base_model = torch.load('./d2v-base-T.pt')
|
||||
bias_model = torch.load('./bitfit_2414_v2/checkpoint-100.pt')
|
||||
bias_model = torch.load('./bitfit_533_v2/checkpoint-100.pt')
|
||||
|
||||
base_model, bias_model = base_model['model'], bias_model['model']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user