You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/24 02:27:10 UTC

[GitHub] zhangchen-qinyinghua commented on issue #9613: Transition matrix is not updated during the train in the lstm_crf example

zhangchen-qinyinghua commented on issue #9613: Transition matrix is not updated during the train in the lstm_crf example
URL: https://github.com/apache/incubator-mxnet/issues/9613#issuecomment-375840160
 
 
   @anirudh2290 
   The problem is, the transition matrix should be made one of the parameters (can be learned during the train process), rather than be fixed.
   I will try to make a PR resently, fix the bug together with a mini-batch version of LSTM-CRF implenmentation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services