mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
fix style
This commit is contained in:
parent
07f1dbcbcc
commit
281318dd49
@ -1284,9 +1284,7 @@ def _test_random_combine_main():
|
||||
_test_random_combine(0.5, 0.5, 0.3)
|
||||
|
||||
feature_dim = 50
|
||||
c = Conformer(
|
||||
num_features=feature_dim, d_model=128, nhead=4
|
||||
)
|
||||
c = Conformer(num_features=feature_dim, d_model=128, nhead=4)
|
||||
batch_size = 5
|
||||
seq_len = 20
|
||||
# Just make sure the forward pass runs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user