BICLab / Spike-Driven-Transformer

Offical implementation of "Spike-driven Transformer" (NeurIPS2023)
https://openreview.net/forum?id=9FmolyOHi5
Apache License 2.0
212 stars 15 forks source link

Virtual environment error #2

Closed garasgaras closed 1 year ago

garasgaras commented 1 year ago

hello, I tried to install the virtual environment but got this error even though the cupy was installed. Is there a specific version of Cuda or Python? Assert cupy is not None, 'CuPy is not installed! You can install it from "https://github.com/cupy/cupy".

jkhu29 commented 1 year ago

Please follow the instructions in https://docs.cupy.dev/en/stable/install.html#installing-cupy-from-pypi to install cupy. Also, this error is related to spikingjelly, please submit this issue here, thank you.