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