Lennart Landsmeer

Results 11 issues of Lennart Landsmeer

Hi Links2004, Thanks for making this incredible useful project available. I tried to get a sketch working using arduinoVNC on my M5Paper (esp32), but it seems like it has trouble...

A `tf.while_loop` on model `tf.keras.Input`s does not seem to compile. I found out while working a larger code base where an unrolled loop makes both compilation and running very slow,...

pending on user response

As seen in this notebook, LFP calculation in arbor works great: https://github.com/llandsmeer/iopublic/blob/main/Local%20field%20potential%20v2.ipynb Now, in implementing this I had two problems: - Separate sampling & reducing. We need transmembrane & stimulus...

enhancement
help wanted
python
gpu
lfpy
Feature Request
neuroscience
Project: Arborio

**Describe the feature you need** Change global and/or normal parameters of point/density mechanisms and gap junction mechanisms during simulation from the simulation script. **Explain what it is supposed to enable**...

enhancement
help wanted
Feature Request
neuroscience
Project: Arborio
Project: Fippa

Driving arbor adoption is easier if we could build an accessible browser interface for 'getting-started' tutorials on arbor. With some modifications, I was able to build and run arbor using...

Feature Request

When installing arbor to a custom location next to a arbor install at a default location, arbor-build-catalogue will still use the modcc from the default location. Eg: ``` # install...

Based on a talk on NODE's on youtube I came across this package, and this looks perfect for some project we are planning (thanks for the great talk!) . Now...

feature

Currently, arbor-build-catalogue (a-b-c) is a python script. It uses the python API of arbor, the arbor cmake config file and then cmake, to find the right compiler to call and...

enhancement
modcc
AEP

### What happened? I just downloaded the latest AppImage, chmod +x the appimage then executed it on a fresh (3 days old) Ubuntu 24.04 install: ``` $ ./GDM_Settings.AppImage *** stack...

bug

BrainPy uses a mutable/OOP style interface and has converters from functional jax style to BrainPy arrays. I'm using a project with functional jax, and would like to use brainpy inside...