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

ValueError: too many values to unpack (expected 2) #61

Open
HaoyuYao opened this issue Nov 22, 2023 · 4 comments
Open

ValueError: too many values to unpack (expected 2) #61

HaoyuYao opened this issue Nov 22, 2023 · 4 comments

Comments

@HaoyuYao
Copy link

Traceback (most recent call last):
File "ann_to_snn.py", line 205, in
dataloader=dataloader)
File "/home/PyTorch-Spiking-YOLOv3/spiking_utils/snn_evaluate.py", line 278, in snn_evaluate
output_snn1, output_snn2 = snn(data) # two branches
ValueError: too many values to unpack (expected 2)

@Ariella1128
Copy link

I'm having the same error. Did you solve it?

@uefall
Copy link

uefall commented Jul 4, 2024

torch版本高了,解析出来的output nodes不对,建议用低版本torch

@SongFan-zju
Copy link

torch版本高了,解析出来的output nodes不对,建议用低版本torch

您好,为什么我1.2.0的版本还是无法解析出来

@SongFan-zju
Copy link

I'm having the same error. Did you solve it?

请问你解决了这个问题吗

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

4 participants