from local
This commit is contained in:
parent
e180dfec56
commit
0e01695ceb
Binary file not shown.
Binary file not shown.
@ -494,8 +494,7 @@ class Data2VecAudioModel(BaseFairseqModel):
|
|||||||
else:
|
else:
|
||||||
padding_mask = None
|
padding_mask = None
|
||||||
|
|
||||||
print(orig_padding_mask.size())
|
print(padding_mask[0])
|
||||||
print(padding_mask.size())
|
|
||||||
|
|
||||||
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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user