lesept777

Results 12 issues of lesept777

Hi, I tried the fsm library and it works like a charm, even on a ESP8266! Thanks. I'd like to know what happens if I put the arduino in sleep...

In https://github.com/gmalivenko/onnx2keras/blob/master/onnx2keras/converter.py#L172 the lines 172 and 173 should be indented one step more

Hi, thanks for your great work! I'd like to know how I can save and restore the parameters of the network after the model has converged to a good solution....

This is more a question than an issue. The library is fine and I'd like to use it inside a library I am currently working on. How can I pass...

Hi, thanks for this great work. I want to test it with a different joystick, but when I upload the code BLE-VRBOX.ino, I get a compilation error: ```Arduino : 1.8.12...

Hello The compilation provides an error due to esp32-hal-misc.c > $ make all && make flash && make monitor > CC build/arduino-esp32/cores/esp32/esp32-hal-misc.o > C:/msys32/home/fa125436/esp/esp32-examples/components/arduino-esp32/cores/esp32/esp32-hal-misc.c: In function 'arduino_phy_init': > C:/msys32/home/fa125436/esp/esp32-examples/components/arduino-esp32/cores/esp32/esp32-hal-misc.c:53:5: error:...

Hi I'm trying to run the training and testing phases, with a newer version of pytorch. When running the test, I get some erro message: ``` python test.py Traceback (most...

#### Description Load from youtube is not working #### Steps/Code to Reproduce audio_container = dcase_util.containers.AudioContainer().load_from_youtube( query_id='2ceUOv8A3FE', start=1, stop=5 ) #### Expected Results #### Actual Results ERROR: Unable to extract uploader...

When running this, I get an error in model construction: ``` 16736256/17225924 [============================>.] - ETA: 0s 16818176/17225924 [============================>.] - ETA: 0s 16900096/17225924 [============================>.] - ETA: 0s 16982016/17225924 [============================>.] - ETA:...

The function `CompileCmap` in `truetype.py` has a warning: > warnings.warn("Unimplemented: Encoding other than (PlatformID = 0, Format = 4) is not yet supported", Warning) This limits the ttf files that...