-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About using random combiner to train a narrower and deeper comformer #431
Comments
I think you can try a larger model with the 4th setting. |
@danpovey @csukuangfj
|
OK, well even though it's not better, it should at least be a little faster. It is also more unlikely to cause problems for fixed-point operation: the linear layer can lead to large activations, potentiallyl. |
I see. Do I need to create a PR for above modification? |
Yes, please. |
@csukuangfj Following @danpovey's advice, I did some experiments on pruned_transducer_stateless5, with the Medium model as in https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/RESULTS.md#medium.
Here are some results about modifications of
RandomCombine
class (final_weight=0.5, pure_prob=0.333).RandomCombine
class, 3.02 & 7.29RandomCombine
class, 2.88, 6.89The text was updated successfully, but these errors were encountered: