Bullying10k数据集import时发生错误 #479
|
为什么在from spikingjelly.datasets.bullying10k import Bullying10kClassification时会提示:ModuleNotFoundError: No module named 'spikingjelly.datasets.bullying10k',我已经在vscode上安装了最新版本的spikingjelly |
Answered by
fangwei123456
Dec 23, 2023
Replies: 2 comments 3 replies
|
pip install -qU git+https://github.com/fangwei123456/spikingjelly |
0 replies
Answer selected by
chenjq2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

bullying10k目前只在开发版本中,pip上还没有更新。可以直接安装开发版pip install -qU git+https://github.com/fangwei123456/spikingjelly