Shintarou Okada

Results 24 comments of Shintarou Okada

Hi @kmorito . Just FYI, now chainer-compiler's menoh API is available. It is compatible to menoh and it supports more ops (including PRelu) and more backends (Intel GPU, CUDA). https://github.com/pfnet-research/chainer-compiler/tree/master/menoh

Thank you for the PR. I made some comments. Please check. @WilliamTambellini

Thank you! I know you are working for onnx about the same issue. https://github.com/onnx/onnx/pull/1794 I would like to merge this PR after checking how onnx deals with it.

The non-deterministic results may be occured from this [line](https://github.com/pfnet-research/menoh/blob/master/menoh/onnx.cpp#L207). I made PR #90 to remove it. Whould you try it? That `menoh variable not found error` may relate to #42.