Chyi-Kwei Yau
Chyi-Kwei Yau
Hey, Can I know what's your feature size and number of topics? I test it on Macbook pro with OSX Maverick with 4GB ram and it works fine for me....
I have not tried it yet. Will do this next week.
Just profiling `LinearChainCRF.fit()` and here are some results: 1) computer posterior takes about 20% of total time: > Line: `146`, Time Per Hit: `12021.4`, % Time: `19.2` > `post_state, post_trans,...
Saved some time on computing w_update, new profiling result on w_update: > Line: `162`, Time Per Hit: `10535.2`, % Time: `25.1` > w_update = lr \* (safe_sparse_dot(y_t_i.T, X_i) - safe_sparse_dot(post_state.T,...