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
However, there is no introduction on how to set up a conda environment to run the code. I encountered many problems installing the specific spikingjelly mentioned in readme.md. The problems include: python setup.py install asks for python=3.8 ; cannot install when torch is 1.4/1.8/1.12 ; train.py complains no tensorboard is available.
Could you please provide more details on the dependencies?
// After spending much time on it, I finally got a working plan for my machine(Linux x64): python=3.8 pytorch=1.6.0 cudatoolkit=10.2 tensorboard=1
The text was updated successfully, but these errors were encountered:
(This is more a suggestion than an issue :)
Thanks a lot for sharing your code.
However, there is no introduction on how to set up a conda environment to run the code. I encountered many problems installing the specific spikingjelly mentioned in readme.md. The problems include:
python setup.py install
asks for python=3.8 ; cannot install when torch is 1.4/1.8/1.12 ; train.py complains no tensorboard is available.Could you please provide more details on the dependencies?
// After spending much time on it, I finally got a working plan for my machine(Linux x64): python=3.8 pytorch=1.6.0 cudatoolkit=10.2 tensorboard=1
The text was updated successfully, but these errors were encountered: