cwq159 / PyTorch-Spiking-YOLOv3

A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.
GNU General Public License v3.0
205 stars 58 forks source link

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

Open HaoyuYao opened 8 months ago

HaoyuYao commented 8 months ago

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 commented 6 months ago

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

uefall commented 1 month ago

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