from local
This commit is contained in:
parent
f7caf26b45
commit
f41a2ee2a1
Binary file not shown.
@ -495,6 +495,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
|||||||
padding_mask = None
|
padding_mask = None
|
||||||
|
|
||||||
print(padding_mask[9].index(True))
|
print(padding_mask[9].index(True))
|
||||||
|
exit()
|
||||||
|
|
||||||
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