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