Skip to content
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

Document about layer usages in xconfig #4577

Open
eliphatfs opened this issue Jun 23, 2021 · 2 comments
Open

Document about layer usages in xconfig #4577

eliphatfs opened this issue Jun 23, 2021 · 2 comments
Labels
help wanted Please help us with this issue! stale-exclude Stale bot ignore this issue

Comments

@eliphatfs
Copy link

The latest nnet3 setup for deep neural networks is intended for supporting the kinds of topologies that both the nnet1 and nnet2 code-bases support, and more; and to do so in a natural, config-file-driven way that should not require coding to support most interesting new ideas.

Indeed, it provides a easier way to view the architecture of networks written by others. However, as one, like me, new to kaldi, and willing to learn how to compose his/her own neural networks in kaldi, he/she may have problems with the xconfig. People are asking what's this and what's that on kaldi-help forum, for example, here and here. I think that there had better be a list of available layers (well, this can be found in xconfig/parser.py, but even better in documentation as it consumed hours for me to find that correct file) and moreover, the possible configurations and meanings of the configurations. Also, abbreviations such as numbers for Offset which is visible everywhere in examples but nowhere in the documentation give rise to much confusion.

Overall, the documentation seems to target expert developers willing to understand the mechanics inside kaldi, dealing with internals of C++ code. In contrast, scripting, which is actually what most newcomers and students do, seems to be loosely documented.

@eliphatfs
Copy link
Author

I'm willing to contribute to documents on the scripts, but well, I have to be able to understand them fully myself 🤕

@danpovey
Copy link
Contributor

danpovey commented Jun 23, 2021 via email

@kkm000 kkm000 added help wanted Please help us with this issue! stale-exclude Stale bot ignore this issue and removed discussion labels Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Please help us with this issue! stale-exclude Stale bot ignore this issue
Projects
None yet
Development

No branches or pull requests

3 participants