mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
b3eecccd5e
commit
ca976f28be
Binary file not shown.
Binary file not shown.
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user