I would like to know how to fix 2 errors that I'm getting:
1. In training, in the stage module 50, I get
WARNING: "gauden.c", line 1370: Scaling factor too small: -1031.229561
ERROR: "backward.c", line 1020: alpha(3.902161e-03) <> sum of alphas * betas
(0.000000e+00) in frame 0
ERROR: "baum_welch.c", line 331: train/FM153068 ignored
In decoding, I get:
ERROR: "ptm_mgau.c", line 801: Number of codebooks exceeds 256: 1117
Do you know what is causing these errors and how to fix them?
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In training, in the stage module 50, I get
WARNING: "gauden.c", line 1370: Scaling factor too small: -1031.229561
ERROR: "backward.c", line 1020: alpha(3.902161e-03) <> sum of alphas * betas
(0.000000e+00) in frame 0
ERROR: "baum_welch.c", line 331: train/FM153068 ignored
Likely not enough data or incorrect database transcriptoin
In decoding, I get:
ERROR: "ptm_mgau.c", line 801: Number of codebooks exceeds 256: 1117
Nothing to fix. It's not critical and changed to INFO in pocketsphinx trunk.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to know how to fix 2 errors that I'm getting:
1. In training, in the stage module 50, I get
WARNING: "gauden.c", line 1370: Scaling factor too small: -1031.229561
ERROR: "backward.c", line 1020: alpha(3.902161e-03) <> sum of alphas * betas
(0.000000e+00) in frame 0
ERROR: "baum_welch.c", line 331: train/FM153068 ignored
ERROR: "ptm_mgau.c", line 801: Number of codebooks exceeds 256: 1117
Do you know what is causing these errors and how to fix them?
Thanks in advance!
Likely not enough data or incorrect database transcriptoin
Nothing to fix. It's not critical and changed to INFO in pocketsphinx trunk.