PyTorch-Spiking-YOLOv3 icon indicating copy to clipboard operation
PyTorch-Spiking-YOLOv3 copied to clipboard

Cannot use multi card to test

Open Perfect-August opened this issue 4 years ago • 1 comments

您好,我的显卡是12G的显存,当我使用多卡运行ann-snn的时候,出现了以下错误:TypeError: zip argument #1 must support iteration,请问该如何解决? 微信截图_20210819155520 另外,请问您考虑添加IBT神经元吗?

Perfect-August avatar Aug 19 '21 08:08 Perfect-August

抱歉,目前还不支持多卡,您可以尝试添加。 IBT还不支持,目前支持仅使用正脉冲的LIF(考虑到实际部署时芯片通常仅支持LIF和正脉冲),而IBT需要用到负脉冲,您也可以尝试添加。

cwq159 avatar Aug 25 '21 02:08 cwq159