bezineb5

Results 16 comments of bezineb5

I had the same issue and I confirm the changes made by @Fra-Ktus solve the issue for Firefox (and work with others too).

Hi, Thanks for this. I attached an example model and source code: [example_mul.zip](https://github.com/owulveryck/onnx-go/files/3586629/example_mul.zip) The graph just squares the input: Expected output (with input = 2.0): 4.0 Actual output: ```bad arity...

@ontheway16 It's probably too late now, but if I remember correctly, you can use the G9 with libgphoto2, it's just recognized as another camera (Panasonic DC-GH5). It also **seems** that...

Any decision on this? I feel that @icholy has a nice, non-breaking solution, no? My use-case: the GPS device only sends course over ground field if the speed is high...

Thanks @icholy - I made a PR: https://github.com/adrianmo/go-nmea/pull/99 I simply cherry-picked your commit and added test and documentation. I don't know if it would make sense to migrate all fields...

PR #304 implemented ADS1015, so you can check it.

@gruuya - indeed, mostly to run in docker. Thanks

I have an implementation of MPU9250 over I2C, with embedded AK8963 I2C magnetometer. However, it's not based upon the code of the existing MPU9250 driver, so I never submitted it...

Hello! From the logs, it seems to be compiling numpy. For the combination of CPU/OS/Python, there's no precompiled package, so it has to compile entirely. It takes a couple more...