from local
This commit is contained in:
parent
8117a3b389
commit
f7caf26b45
Binary file not shown.
@ -494,7 +494,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
|||||||
else:
|
else:
|
||||||
padding_mask = None
|
padding_mask = None
|
||||||
|
|
||||||
print(padding_mask[10])
|
print(padding_mask[9].index(True))
|
||||||
|
|
||||||
if self.post_extract_proj is not None:
|
if self.post_extract_proj is not None:
|
||||||
features = self.post_extract_proj(features)
|
features = self.post_extract_proj(features)
|
||||||
|
|||||||
Reference in New Issue
Block a user