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
9d80f13024
commit
9a422296d7
Binary file not shown.
@ -497,7 +497,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
||||
print(nonzero[0])
|
||||
conv_feat_all = torch.cat([conv_feat_all, features[i, :nonzero[0], :]])
|
||||
except:
|
||||
conv_feat_all = torch.cat([conv_feat_all, features])
|
||||
conv_feat_all = torch.cat([conv_feat_all, features[i]])
|
||||
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