Robin van Emden

Results 10 issues of Robin van Emden

### Question Would it be an option to (re)include the Inverse operator? It was actually already (partly?) implemented last year: https://github.com/onnx/onnx/pull/2578 https://github.com/onnx/onnx/pull/2747 It seems that the original commit was reversed...

question
operator

On an Intel Atom processor that support SIMD instruction sets up to and including SSE4.2 I receive a segmentation fault on freeing the pointer to the destination pixels after doing...

### Motivation We are currently converting some machine learning libraries to WASM, integrating them with our Go framework through [go-ext-wasm](https://github.com/wasmerio/go-ext-wasm). Some of these libraries could make use of the SIMD...

🎉 enhancement
📦 lib-c-api
🏚 stale
priority-low
🛑 blocked

For one of our use cases, it would be useful to be able to load a WASM, run it, save the compiled module, and then use that compiled module on...

Uncertain whether to label this issue a bug report or an enhancement. I tried to make go-ext-wasm work in Windows by manually copying the 0.7.0 wasmer_runtime_c_api.dll to github.com\wasmerio\go-ext-wasm\wasmer. Yet on...

🐞 bug

We are currently working on a R package ("[contextual](https://github.com/Nth-iteration-labs/contextual)") that aims to facilitate the implementation and simulation of both context-free and contextual Multi-Armed Bandit policies in R. As "Bandit Algorithms...

Using WinMLTools floating point 32 into 8-bit integer optimization results in the following error: ``` Traceback (most recent call last): File "/usr/local/bin/onnx-cpp", line 11, in load_entry_point('deepC==0.13', 'console_scripts', 'onnx-cpp')() File "/usr/local/lib/python3.6/dist-packages/deepC/scripts/onnx2cpp.py",...

When converting the included model with onnx-cpp it throws the following error: ``` reading onnx model from file optimized.onnx Model info: ir_vesion : 4 doc : INFO (ONNX): writing model...

Probably a known issue, but I thought I'd report it here anyway. `make TEST` produces the following `SWIG` related errors: ``` Running tests in ===|swig|=== ---------------------------------------------------------------------- Ran 726 tests in...

Really interesting model! Would it be possible to generate on ONNX version? That would make it even easier to use UnSniffer in real world scenarios.