-
Might you please include instructions for how to use your code, or post the development status of this project?
There are specific things that I am not sure about in your code.
Please reply. Thank y…
-
* snntorch version:
* Python version:
* Operating System:
### Description
When I use snn.Synaptic, something unexpected happened. So I check the synaptic.py, i found the 219line "self.syn = me…
-
Hello, your work has been extremely helpful to me in using nest-simulator and ROS. However, I have a question: The figures in the paper show a plot of neural spiking activity against time in Gazebo, b…
-
Hey,
it would be useful to be able to select which neurons from an assemble get plotted it the raster (spikes) plot.
it is restricted to 10, I checked out the code, and it is restricted to 10 with:
…
-
This issue occurs when building a layer with the maximum number of possible unqiue connections. For example, a layer with three neurons should have three possible connections: (0, 1), (1, 2) and (0, 2…
-
I was confused at first glance because the column of versions and the row of versions are both close to label `Neuron`, so I had to distinguish them again.
```
--------------------------------
…
-
On AC maps there is a noticeable delay (0.5s) when the visibility state of all neuron paths is changed. This appears to be due to a few things:
1. A single neuron path can consist of more than one li…
dbrnz updated
2 months ago
-
Visual C++ Redistributable is required by CKB node as mentioned at https://docs.nervos.org/docs/basics/guides/ckb-on-windows/#download-from-releases and Neuron doesn't synchronize if it's not installe…
-
If a signed contract fails, and the reason has been sent as a text message to the app, this error message should be shown, in association with the Failed status. Now it only says the contract has fail…
-
Does Synaptic support removal/disconnection of neurons after training?
If not, is there any way to implement dropout?