menoh
menoh copied to clipboard
Menoh: fast DNN inference library with multiple programming language support
Ref. https://docs.travis-ci.com/user/deployment/releases/ TODO: - Add an archive which contains all dependent shared libraries instead of `libmenoh` itself - Add `menoh_onnx_viewer` to the package
I want a feature that users can specify the shape of tensors after the model is built. Currently, the shape of tensors are determined when the model is built (more...
I experimented with the following simple model ([add1.onnx.zip](https://github.com/pfnet-research/menoh/files/2167133/add1.onnx.zip)), but I encountered `menoh variable not found error: 103249637448` error. ``` ONNX version is 3 opset_import_size is 1 4 domain is model...
[menoh-ruby](https://github.com/pfnet-research/menoh-ruby) and [menoh-yolo](https://github.com/Hakuyume/menoh-yolo) has docker file. menoh also should have docker file.