Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem setting up spikingjelly in a conda environment #15

Open
yzlc080733 opened this issue Aug 4, 2022 · 2 comments
Open

Problem setting up spikingjelly in a conda environment #15

yzlc080733 opened this issue Aug 4, 2022 · 2 comments

Comments

@yzlc080733
Copy link

(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

@fangwei123456
Copy link
Owner

Hi, you can use pip install tensorboard before install spikingjelly to avoid this problem.

@fangwei123456
Copy link
Owner

fangwei123456 commented Aug 5, 2022

42f600b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants