Hi,What is the intuition of using num-jobs-initial and num-jobs-final? why not just use a fixed number of jobs?
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/b593ac2b-35fe-4699-94a4-a9f1c5e392a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This gets quite complicated due to the interactions between learning-rates, max-change values and so on. Suppose you are dominated by the max-change so the effective learning rates in the individual jobs is independent of the num-jobs. In this case, the more jobs you have, the less 'noisy' the parameter values are. Early in training, you are already far from the optimum so a little extra noise makes less difference.Now, suppose there were no max-change. The learning rates per job are set to the 'effective learning rate' times the num-jobs. Early in training, the 'effective' learning rate is high, so if you had too many jobs, the learning rate per job would be too high and you'd get instability.In general (and this is due to the max-change) it would be fine to set num-jobs-initial to be the same as num-jobs-final if you weren't concerned about wasting GPUs (e.g. if you were not on a queue with other jobs running). But you might have to increase the num-epochs a bit.Dan
On Mon, Feb 19, 2018 at 12:26 PM, Truong Do <truon...@gmail.com> wrote:
Hi,What is the intuition of using num-jobs-initial and num-jobs-final? why not just use a fixed number of jobs?
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/591b91e0-15d0-43a3-a381-02a940d7fc8d%40googlegroups.com.