sauravtii
sauravtii
I did checked the version of sPyNNaker and other tools and they all are up to date.
Just wanted to follow up
I followed the instructions mentioned in the link but faced the following issues while installing it: After using ```python setup.py develop``` ``` running develop /home/saurav/miniconda3/envs/tf/lib/python3.9/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated....
Okay, thank you. I have used SNN toolbox for a couple of times but I am still not sure how the conversion from an ANN to SNN actually takes place....
Just wanted to follow up.
Okay, thanks.
Hi, I tried with 500 timesteps but still the accuracy is not good. I have provided the output below. ``` Epoch: 99 100%|██████████| 782/782 [00:07
Hi, I am using max pooling
> could you please share your code, I'm having the same problem as you My VGG-16 architecture: ``` class CNN(nn.Module): def __init__(self): super().__init__() self.network = nn.Sequential( nn.Conv2d(3, 64, 3, 1,...
Thanks @DingJianhao. The accuracy did improve. But is there any way that I can get more than 90 % accuracy ? I have provided my output: ``` Epoch: 149 100%|██████████|...