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
9a422296d7
commit
8284131203
Binary file not shown.
@ -491,6 +491,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
||||
## for prompt tuning
|
||||
if prompt is not None:
|
||||
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