Install
SNNGrow offers two installation methods. Running the following command in your terminal will install the project:
Install from Local(Recommended):
Install PyTorch
Install CUDA locally, make sure the CUDA version is consistent with the Pytorch CUDA version
Download or clone SNNGrow from github:
git clone https://github.com/snngrow/snngrow.git
Enter the folder of SNNGrow and install braincog locally with setuptools:
cd snngrow python setup.py install
Install Lite Version from PyPI(The Lite version does not support spiking computation mode):
pip install snngrow