Jballbe
Jballbe
Hi, I am implementing a network model using BMTK, and I was studying one of your tutorials where you refer a GLIF model : `{ "N": 2384, "model_name": "Sst_501282204", "cell_line":...
Hi, I am currently using a GLIF3 model [glif_psc – Current-based generalized leaky integrate-and-fire (GLIF) models (from the Allen Institute)](https://nest-simulator.readthedocs.io/en/stable/models/glif_psc.html), and I was wondering if there was a way to...
Hi, I am trying to create a network using a glif_cond model in PointNet, as I already did using a glif_asc model previously (and which worked well). To do so,...
Hi, I am reading the different tutorials proposed here, notably [Chapter 4](https://github.com/AllenInstitute/bmtk_workshop_2022/blob/develop/Ch4_pointnet/4.%20Multipopulation%20GLIF%20model.ipynb) about PointNet. It is said in the "Building the recurrent (l4 --> l4) network" cell, that for the...
Hi, I am trying to create a network using PointNet, in which each node in a given population would have individual `dynamics_params`. Therefore, in the add_node call, I give a...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I am trying to use Spyder directly...