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
942e813915
commit
4baaa7f772
Binary file not shown.
@ -500,6 +500,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
||||
except:
|
||||
length += features.size()[1]
|
||||
conv_feat_all = torch.cat([conv_feat_all, features[i]])
|
||||
print(length)
|
||||
print(conv_feat_all.size())
|
||||
exit()
|
||||
prompt = prompt.expand((features.size()[0], prompt.size()[0], prompt.size()[1]))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user