Closed ManOki closed 7 years ago
From the log, I guess the training process may crash at this line https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/gserver/layers/LinearChainCRF.cpp#L84. This may due to highly accurate fitting that the edge cases of the optimization may be encountered.
In, PaddlePaddle LinearChainCRF only calculates transition feature, the function normalizeL1
is used to avoid underflow or overflow when calculating the normalization factor. From the code, I guess underflow may occur.
According to the log, I find the cost is really low. The training can be stopped, or overfitting may have already happened.
Hi,
i got this error running
demo/semantic_role_labeling/train.sh
, as described in the tutorial.Setup is a Virtualbox VM (4 cores, 10GB), with docker image
paddledev/paddle:0.10.0rc3
(avx, no gpu) and setting a newPYTHONHOME
(like in #1785)Greets, ManOki