-
### Your current environment
The output of `python collect_env.py`
```text
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A…
-
I am trying to exhaustively download and instance all the conductance based neuron models, and then instantiate them as NEURON simulator models.
I am trying the code below, but I am running into erro…
-
See my posts in #1391 for some motivation.
Example code:
```python
with nengo.Network() as model:
x = nengo.Ensemble(100, 1, neuron_type=nengo.LIF(tau_rc=1e15, tau_ref=0))
with nengo.Simula…
-
The issue customer faces with batch inferencing using this approach proposed in https://github.com/aws-neuron/aws-neuron-sdk/issues/906.
"My output is in Tuple[List[torch.Tensor]] which works well…
-
Using the released nestml 7.0.2 version and nest 3.7.0, I am trying to compile the following [nestml file](https://github.com/nest/nestml/blob/v7.0.2/models/synapses/neuromodulated_stdp.nestml): the n…
-
to replicate:
import pyNN.spiNNaker as sim
sim.setup(1.0)
stim = sim.Population(9, sim.SpikeSourceArray(range(10)), label="stim")
pop = sim.Population(9, sim.IF_curr_exp(), label="pop_1")
s…
-
Hi Christian,
I'm a PhD student from the University of Auckland researching ML-based methods for detecting EMRI signals. I've been looking for a fast way to calculate EMRI SNRs so as to get EMRI pa…
-
Hi,
I'm following this guide on using LTC with tensorflow: https://ncps.readthedocs.io/en/latest/examples/tf_first_steps.html
When running the imports as described here, I run into an issue, in …
-
Trying to run the `neuron-descriptions/scripts/compute_milan_descriptions.py` with a custom model and dataset.
I already calculated the exemplars, but now when I run
```
python3 "neuron-descriptio…
-
### System Info
```shell
Using optimum 0.0.18
```
### Who can help?
_No response_
### Information
- [x] The official example scripts
- [ ] My own modified scripts
### Tasks
-…