You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python version 3.12
snntorch version: 0.9.1
nir version: 1.0.4
1) Outdated deployed version
As I mentioned this week in the OpenNeuromorphic Discord server, the actual deployed version of snntorch on pypi and conda is outdated, and version 0.9.1 does not support some layers for the neural networks:
[WARNING] module not implemented: Conv2d
[WARNING] module not implemented: AvgPool2d
[WARNING] module not implemented: Conv2d
[WARNING] module not implemented: AvgPool2d
[WARNING] module not implemented: Conv2d
[WARNING] module not implemented: Flatten
2) Problems with NIR nodes
Then, if I use the current version of the code that is on GitHub, I'm able to run without the "not implemented" warning. However, if I try to save the model in NIR format:
But is it supposed to do this like that?
It could be related to the previous point of the convolutional, pooling, and flattening layers that were not implemented. Is something missing in the implementation?
The text was updated successfully, but these errors were encountered:
The following issue comports two parts:
Current versions of the software:
1) Outdated deployed version
As I mentioned this week in the OpenNeuromorphic Discord server, the actual deployed version of snntorch on pypi and conda is outdated, and version 0.9.1 does not support some layers for the neural networks:
Will produce:
2) Problems with NIR nodes
Then, if I use the current version of the code that is on GitHub, I'm able to run without the "not implemented" warning. However, if I try to save the model in NIR format:
I get the following error:
A possible solution to mitigate this is to manually set the nodes:
But is it supposed to do this like that?
It could be related to the previous point of the convolutional, pooling, and flattening layers that were not implemented. Is something missing in the implementation?
The text was updated successfully, but these errors were encountered: