synapses icon indicating copy to clipboard operation
synapses copied to clipboard

Results 5 synapses issues
Sort by recently updated
recently updated
newest added

I am trying to run MNIST DEMO on cuda:0 GPU device. It runs on cpu but not on GPU. Has anyone been able to do this? Traceback (most recent call...

Instead of mnist, it should be benchmarked on sparse data (binary input), Efficiency will be more visible. Happy to discuss

A bug in scatter_add could cause a dimension mismatch in the `return z + self.bias` line of `SETLayer.forward`. The call `scatter_add(k, self.inds_out)` produces a tensor of length `max(self.inds_out)+1`, which might...

Latest version v0.0.14 adds a new dependency, torch-scatter. This library throws exceptions when I'm importing it into jupyter notebooks; see [this issue](https://github.com/rusty1s/pytorch_scatter/issues/66). If you're having this issue, consider install v0.0.13.

Looking at the connections per input pixel graphs in your Jupiter notebook, I see an interesting effect. Unless it is a rendering bug, your simulations show **smaller** number of connections...