from local
This commit is contained in:
parent
96d7614fb4
commit
f4d9ded259
Binary file not shown.
@ -494,7 +494,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
|||||||
else:
|
else:
|
||||||
padding_mask = None
|
padding_mask = None
|
||||||
|
|
||||||
print((padding_mask == True).nonzero(as_tuple=True)[0][0])
|
print((padding_mask == True).nonzero(as_tuple=True))
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
if self.post_extract_proj is not None:
|
if self.post_extract_proj is not None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user