from local

This commit is contained in:
dohe0342 2023-04-11 14:49:29 +09:00
parent 0e01695ceb
commit eb6a93eafd
2 changed files with 1 additions and 1 deletions

View File

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