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

default metaparameters, training phone-based trigram on single corpus, #90

Open
KarelVesely84 opened this issue Jul 11, 2017 · 2 comments

Comments

@KarelVesely84
Copy link

Hi, i'd like to ask, what would be the actual meaning of the 'metaparameter' floats which can be given to the training script? Is there some guideline how to manually choose reasonable default 'metaparameters', say when training a phone-based trigram LM from a single corpus? (can be handy when the automatic method fails...) Thanks! K.

@danpovey
Copy link
Owner

danpovey commented Jul 11, 2017 via email

@wantee
Copy link
Contributor

wantee commented Jul 12, 2017

Did you talk about the --bypass-metaparameter-optimization option provided by train_lm.py.
If it is that, I think you can't choose any default values by manually. In order to get the approaviate numbers for them, one has to run train_lm.py without that option for one time and find the numbers in log.
I think this is just a option to speedup the training when someone others would like to reproduce a model on same dataset. If dataset is small, you can ignore this option and run the training, it won't take much time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants