Questions about ann-to-snn conversion #628
Unanswered
MayWeHappy
asked this question in
Q&A
Replies: 1 comment
-
Its recommended to run a heuristic search on the parameters to find the best match. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Authors,
I trained an MLP on fashionMNIST with 2 hidden layers and converted it to SNN using your ann_to_snn function, with database normalization. However, testing shows the SNN generates the same output for all inputs.
I believe I trained the MLP properly but parameter selection may be wrong for the SNN. Adjusting SNN parameters like thresholds/weight decay could resolve this, allowing effective feature extraction and classification.
How can I modify parameters to fix this? Any guidance would be appreciated.
GuYe
Beta Was this translation helpful? Give feedback.
All reactions