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
ce9782650f
commit
f53344eca1
Binary file not shown.
@ -695,7 +695,7 @@ class ConformerEncoder(nn.Module):
|
||||
outputs = []
|
||||
|
||||
for i, mod in enumerate(self.layers):
|
||||
if random.random() < 0.05:
|
||||
if random.random() < 0.01:
|
||||
continue
|
||||
output = mod(
|
||||
output,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user