-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
support parallel nested nnet for Kaldi #1194
support parallel nested nnet for Kaldi #1194
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it will be usefull to add unit test for parallel component loading in loader_test file
ok, I'll do it |
10f2705
to
8195ca7
Compare
…e == None) are processed without data nodes
8195ca7
to
baf2b02
Compare
Unittests will be added in a separate PR #1241 |
* supported nested nnet1 for Kaldi
* supported nested nnet1 for Kaldi
Description: Changed Slice -> AttributedVariadicSplit while parsing ParalllelComponent (comes alongside with NestedNnet) in Kaldi loader.
JIRA: CVS-34431
Code:
Validation:
Documentation: