LennartPiro

Results 2 comments of LennartPiro

@AngainorDev there is a USB implementation for the pyboard in MicroPython: https://github.com/micropython/micropython/blob/f305c62a5fccb376db773fde6273e64e1fa9948f/ports/stm32/usb.c#L366-L392 Maybe this is a good starting point in porting it to the Pico? I'm not good enough at...

I have the same problem with visualize_saliency. I profiled my code and the culprit seems to be ``, which is called every time a saliency is calculated (from Optimizer.minimize). Each...