kraiskil

Results 13 comments of kraiskil

I agree with @chengven027-intellif on this one. I just implemented ConvTranspose to [onnx2c](https://github.com/kraiskil/onnx2c), and while the ONNX documentation of the algorithm itself skips over a few details ("The convolution transpose...

Difference between Add and Sum could be more explicit, and that difference would be nice to have mentioned in both operator's documentation. #339 says there was some differences with broadcasting...

This was written and tested on STM32F411. Skimmed through the RM of my other work-horse STM32F0x1 - it looks identical for those parts this code touches.

Latest force push is a rebase on libopencm3 master. I retested the branch, i2s works. I did not check however if an alternate i2s API has been introduced during the...

I'm hitting this exact problem too. Tried with downgrading the Win10 FTDI driver to version 2.12.26.0, but that did not help either.

I forgot to add a follow-up: I asked FTDI tech support, and their answer was that changing settings on an opened port is incorrect use of the FTDI-Windows driver. And...

Yes, it would be nice if it was mentioned in the attribute description as well. Now it feels a bit "hidden". (sorry, I don't know how to perma-link to a...

Ok. I don't know enough about onnx internals to comment. I'm writing my own backend/compiler, and bumped into a model that used this deprecated feature. And since my compiler is...

I have modemmanager removed, yet seem to run into the same error as above (that ends line: ```ValueError: invalid literal for int() with base 10: b''```) while programming (```tinyprog -p```)....

I wonder if the `storage_order` could be removed? Or at least deprecated? It feels like an unnecessary pain to implement in a backend.