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
8284131203
commit
9b05cef7e8
Binary file not shown.
@ -490,8 +490,8 @@ class Data2VecAudioModel(BaseFairseqModel):
|
||||
|
||||
## for prompt tuning
|
||||
if prompt is not None:
|
||||
print(features.size())
|
||||
conv_feat_all = torch.tensor([]).to(features.device)
|
||||
print(conv_feat_all.size())
|
||||
for i in range(padding_mask.size()[0]):
|
||||
nonzero = padding_mask[i].nonzero()
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user