Yuya Unno

Results 6 comments of Yuya Unno

Hi, I found the similar (same?) problem today. Pulp reported "Stopped on time limit", but the status is "Optimal". I found that `prob.status == pulp.LpStatusOptimal` (this is same as the...

Yes. Some research papers use complex numbers or FFT. And i think it can be applied for speech processing. I want to improve capability of Chainer. - https://arxiv.org/abs/1511.06464 - https://arxiv.org/abs/1611.00035...

Thank you for a link!! Please thumb up this issue if you guys need this feature.

IMO, no, especially for the first implementation.

We now have cupy.sparse even for GPU. We have some ideas to use it in Chainer. - use sparse matrices for efficiency on some function such as EmbedID - make...

I understood your intention. And, I correctly compiled my program with "crfsuite_api.hpp" and a cpp file that only includes "crfsuite.hpp". I think the standalone C++ library is preferable. And, in...