Results 56 comments of gnthibault

Trying to answer myself here with a bit of info The actual fifo communication documentation from https://indilib.org/developers/deveioper-manual/92-indi-server.html : * To start a driver: start driver_path_name -n ["driver_name"] -c ["driver_config_path_name"] -s...

I confirm, with opset 11 I am experiencing the following error: > Traceback (most recent call last): > File "./onnx_to_keras.py", line 7, in > k_model = onnx_to_keras(onnx_model, ['input.1']) > File...

Nice @acobo ` o = (Conv2D(64, (3, 3), padding='valid' , activation='relu' , data_format=IMAGE_ORDERING))(o) #64 filters (half the previous) ` I think you meant 32 instead of 64 ? (the layer...

Ok, of course this has been already noticed in #236 and #17

Hello, may I ask if the PRs have been made ? and if the issue can be closed ? I'd love to test all those very cool features :) Unfortunately,...

I pickled the schedule only for sharing it, because I was not able to provide a simple script that exhibit the proble (MWE). Otherwise I never use Pickle inside my...

Also noticed this. Not clear how to install then.

Edit: Actually, fix for this issue was mentionned by @MrPointer in https://github.com/arduino-cmake/Arduino-CMake-NG/issues/55 It is a matter of order But now I get: > /home/user/Documents/tests/Arduino/arduinocmake/src/Firmata.cpp:27:18: fatal error: Wire.h: No such file...

@MrPointer I did used a release the latest I found from the github

> I don't think it's feasible for us to have to essentially fork every single 3rd party module and wrap everything in `nonsensitive` to be able to see what what's...