-
## Overview of the feature
Currently CoreNEURON+MOD2C doesn't support TABLE statement on the GPU. We plan to implement this support but it's pending for quite some time due to other ongoing tasks.
…
-
I was intrigued by how the rasterplot is missing/misplacing some of the spikes. How can I make sure I am looking at real spiking events?
![image](https://user-images.githubusercontent.com/8034156/3…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.5.1+cpu
Is debug build: False
CUDA used to build PyTorch…
-
### Your current environment
ValueError:Could not broadcast input array from shape (542,) into shape (512,)
```text
Collecting environment information...
WARNING 11-03 10:23:50 _custom_ops.py:…
-
Hey,
first I have a question: Is it true that the parameters that you get from get_neuron_config() are the fitted values as described by the fitting procedure in the [glif white paper](http://help.br…
-
Good afternoon,
I have started using the KAN library and I got a couple of errors running the code from the [https://kindxiaoming.github.io/pykan/intro.html#hello-kan](url) manual page.
The firs…
-
Hi team, we met a compilation error while trying to compile the decoder of T5 with Neuron SDK 2.20.0 release. The team has tested that it's working with neuron SDK 2.19.1 release.
Error Log
…
-
### Your current environment
```text
The output of `python collect_env.py`
Collecting environment information...
PyTorch version: 2.3.1+cu118
Is debug build: False
CUDA used to build PyTorch…
-
According to the logic of forward_pass2 function of Danku.sol, ```total += biases[layer_i];```means that I have two biases if there are only one hidden layer. In other world, the length of array biase…
-
Hello,
Due to some unexpected behaviour, I would like to ask whether the `t` argument in
```python
class allensdk.ephys.ephys_extractor.EphysSweepFeatureExtractor(t=None, v=None, i=None, start…