from local
This commit is contained in:
parent
d38a759861
commit
d5408179f6
Binary file not shown.
@ -694,6 +694,8 @@ class ConformerEncoder(nn.Module):
|
||||
outputs = []
|
||||
|
||||
for i, mod in enumerate(self.layers):
|
||||
if random.random() < 0.05:
|
||||
continue
|
||||
output = mod(
|
||||
output,
|
||||
pos_emb,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user