-
In the Diehl&Cook_spiking_MNIST.py, line 313 and 326. These two equation :
neuron_eqs_e = '''
dv/dt = ((v_rest_e - v) + (I_synE+I_synI) / nS) / (100*ms) : volt
I_synE = ge * nS * …
-
We have 71 terms for types of neuron that lack a text definition (see table below). We should define them
Strategies for finding more info:
1. Many of these are We need to be able to see xr…
-
Is it possible to support both Neuron 8 and Neuron 9 in one code base? Even if it is possible, should it be one code base, or separate branches?
If they are separate branches, how long will we stil…
-
Hi, I have been using the function scur.get_potential_auto_merge() to get pairs f neurons to be merged and then I merge them with .merge(pairs). It works well most of the time, but now I am getting …
-
![Screenshot from 2020-01-24 19-43-21](https://user-images.githubusercontent.com/28722237/73052701-bda10e80-3eab-11ea-9bab-e5d37a131566.png)
![Screenshot from 2020-01-24 19-43-26](https://user-images…
-
**Description**
我在尝试使用惊蛰框架,将ann网络结构转换为snn网络结构时,导入惊蛰框架后,原本可以正常进行的ANN训练代码出现警告,且后续的训练流程无法进行了。
警告内容为:
```bash
WARNING:tensorboardX.x2num:NaN or Inf found in input tensor.
```
导入的代码为:
```pytho…
-
STATUS: DRAFT FOR DISCUSSION
## Summary
BICAN/HMBA are pushing very hard to start incorporating cell types defined by transcriptomics - starting with `subclass` level terms from the whole mouse br…
-
Hi. I've made a [Haxe port of this library](https://github.com/profound7/moon-ai). Haxe is something like TypeScript where variables can be typed, except that it can transpile to multiple other langua…
-
Hi Philipp,
i was recently trying to run your scripts but got an dependency error for torch neuron:
`ERROR: Cannot install torch-neuron==1.9.1.2.0.318.0, torch-neuron==1.9.1.2.0.392.0, torch-neuro…
-
## Context
### Overview of the issue
Previous version of NEURON had their windows installation visible to pip, allowing python modules to check for the presence of NEURON on install
```
(bas…