Dennis Bautembach

Results 15 issues of Dennis Bautembach

> 188: ... Lines 13 to 23 all in one block marked (1). ... should be “Lines 13 to 23 **are** all in one block marked (1).”? > 188: ......

You write the the 'lol' branch enables the creation of fine-grained network representations. I would like to connect 2 neuron populations with a (uniform) 10% probability. `Network::connect(...)` only seems to...

I'd like to define my own model. I created a '.snn' model file using 'model/lif.snn' as a template. I see 'script/' contains a bunch of scripts with functions to generate...

Hi Arthur, sad to see you aren't hosting an online version of Diagon anymore.. mind if I do? Ofc I'd link back to your website.

**Expected behavior** `k4a_image_get_size()` should return: - The size in bytes of the JPEG-encoded image, (format==MJPG) - `k4a_image_get_width_pixels() * k4a_image_get_height_pixels() * 4`, (format==BGRA) - `k4a_image_get_width_pixels() * k4a_image_get_height_pixels() * 2`, (format==YUY2) -...

Bug
Triage Needed