fix style

This commit is contained in:
yaozengwei 2022-07-07 20:09:11 +08:00
parent 07f1dbcbcc
commit 281318dd49

View File

@ -1284,9 +1284,7 @@ def _test_random_combine_main():
_test_random_combine(0.5, 0.5, 0.3) _test_random_combine(0.5, 0.5, 0.3)
feature_dim = 50 feature_dim = 50
c = Conformer( c = Conformer(num_features=feature_dim, d_model=128, nhead=4)
num_features=feature_dim, d_model=128, nhead=4
)
batch_size = 5 batch_size = 5
seq_len = 20 seq_len = 20
# Just make sure the forward pass runs. # Just make sure the forward pass runs.