from local

This commit is contained in:
dohe0342 2023-04-11 14:56:12 +09:00
parent b3eecccd5e
commit ca976f28be
3 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ class Data2VecAudioModel(BaseFairseqModel):
padding_mask = None
print(padding_mask.size())
print((padding_mask == True).nonzero(as_tuple=True).size())
print(len((padding_mask == True).nonzero(as_tuple=True)))
exit()
if self.post_extract_proj is not None: