-
Notifications
You must be signed in to change notification settings - Fork 48
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
new error at pruning step #82
Comments
I think it could be related. Try the latest commit. On Wed, Nov 9, 2016 at 2:22 PM, vince62s [email protected] wrote:
|
same thing. |
Can you run the binary that failed in gdb? On Wed, Nov 9, 2016 at 3:45 PM, vince62s [email protected] wrote:
|
I need some guidance, never done that before. |
Do
On Wed, Nov 9, 2016 at 4:11 PM, vince62s [email protected] wrote:
|
(gdb) up |
Can you type 'bt' ? I want to see the whole backtrace. On Wed, Nov 9, 2016 at 4:38 PM, vince62s [email protected] wrote:
|
(gdb) bt |
I'm a little confused how the discount amount would be so tiny although the On Wed, Nov 9, 2016 at 4:50 PM, vince62s [email protected] wrote:
|
yes, the dev is in the training set count_scale_1 0.500001125302356 |
would that behave differently if I use the fold into train option ? |
You will get totally wrong discounting parameters if the dev is in the On Wed, Nov 9, 2016 at 4:59 PM, vince62s [email protected] wrote:
|
sure. On Thu, Nov 10, 2016 at 6:12 AM, Daniel Povey [email protected]
|
A related question: what should I do if I don't have a dev set? |
A dev set is required for optimizing the metaparameters. You could extract part of your training set as dev set. |
Dan,
I did not update with your last commit but my thought is that it is not related.
Here is a log of another error, popping at pruning time (step1, step0 being ok)
float-counts-prune 0.25 200000 data/lm/lm_4_prune4000000.pocolm/work/step0/float.all data/lm/lm_4_prune4000000.pocolm/work/step0/protected.all data/lm/lm_4_prune4000000.pocolm/work/step1/float.1 data/lm/lm_4_prune4000000.pocolm/work/step1/float.2 data/lm/lm_4_prune4000000.pocolm/work/step1/float.3 data/lm/lm_4_prune4000000.pocolm/work/step1/float.4 2>>data/lm/lm_4_prune4000000.pocolm/work/step1/log/float_counts_prune.log
float-counts-prune: float-counts-prune.cc:364: float pocolm::FloatCountsPruner::PruningLogprobChange(float, float, float, float): Assertion `count > 0.0 && discount > 0.0 && backoff_total > backoff_count && backoff_total >= 0.99 * discount' failed.
The text was updated successfully, but these errors were encountered: