Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSynaptic Neuron Model NOT in snnTorch #87

Closed
msbouanane opened this issue Feb 2, 2022 · 3 comments
Closed

RSynaptic Neuron Model NOT in snnTorch #87

msbouanane opened this issue Feb 2, 2022 · 3 comments

Comments

@msbouanane
Copy link

msbouanane commented Feb 2, 2022

Hello,
I am trying to use the RSynaptic neuron model but even though it is documented in the snnTorch website, the class RSynaptic(LIF) is not included in the snntroch module.
This this the error I get when I try to use it:

AttributeError: module 'snntorch' has no attribute 'RSynaptic'

@jeshraghian
Copy link
Owner

I'm still testing their robustness, so I have not yet pushed the latest neurons to pypi (i.e., not yet installable via pip install ...).
I'll have this finalised in the week, but until then, you will need to install snntorch from source:

$ git clone https://github.com/jeshraghian/snnTorch
$ cd snnTorch
$ python setup.py install

@jeshraghian
Copy link
Owner

I've pushed all the latest updates to PyPi and the RSynaptic(LIF) neuron model should now work correctly.

@msbouanane
Copy link
Author

It does work correctly! Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants