nopeslide

Results 89 comments of nopeslide

hey ho, thanks for reporting this. could you run ```bash make clean make TRACE_LEVEL=1 connxr ./build/connxr test/tiny_yolov2/Model.onnx test/tiny_yolov2/test_data_set_0/input_0.pb 2>&1 | tee tiny_yolov2.log ``` and post the `tiny_yolov2.log` file ?

thanks! now we know the problem lies in `prepare_operator__ai_onnx__mul__7` so please run once again (no need to recompile) and post the log ```bash CONNXR_TRACE_FUNCTION="prepare_operator__ai_onnx__mul__7:9" ./build/connxr test/tiny_yolov2/Model.onnx test/tiny_yolov2/test_data_set_0/input_0.pb ```

wow, not even as far as before :D there seems to be something very basic broken. could you test if this occurs randomly or always at the same point? than...

One simple thing this could be is a failing malloc without error handling. There are still quite few in the codebase and tiny yolo is not as tiny as the...

hi, could you convert this issue to a merge request? this makes handling much easier

@robinvanemden come out of the shadows, you emoji guerrilla. what's your interest in connxr? :D

> Hi @nopeslide! I am currently finishing another project, which is keeping me rather busy (ergo the emoji). But for my next project, I need to convert ONNX (including the...

> We talked a bit about the role of `onnx_generator` in #50. My view of `onnx_generator` is that it should be totally dependant on `onnx`. So we target one specific...

how about we restructure the overview, so it can be autogenerated? sth like this? ❌ : not implemnted ✔ : implemented _blank_: no valid input type | domain | operator...