from local

This commit is contained in:
dohe0342 2023-04-11 14:48:38 +09:00
parent e180dfec56
commit 0e01695ceb
3 changed files with 1 additions and 2 deletions

View File

@ -494,8 +494,7 @@ class Data2VecAudioModel(BaseFairseqModel):
else:
padding_mask = None
print(orig_padding_mask.size())
print(padding_mask.size())
print(padding_mask[0])
if self.post_extract_proj is not None:
features = self.post_extract_proj(features)