Conversation
|
Sweet! As for the time, have you tried profiling with I suspect calling |
|
I have not tried it yet. Will do this next week. |
Training is about 5% faster.
|
Just profiling
|
|
Saved some time on computing w_update, new profiling result on w_update:
|
Hi,
I tried to implement linear chain CRF with SGD method based on these two paper:
For performance, I tested it on CoNLL 2000 shared task and got:
I think the biggest problem in my implementation is the training time. I will try to work on parallel training or improve the cython code.
Maybe you can review it and give me some feedback.
Any suggestions are welcomed.
Thanks!