loiccordone / object-detection-with-spiking-neural-networks

Repository code for the IJCNN 2022 paper "Object Detection with Spiking Neural Networks on Automotive Event Data"
MIT License
57 stars 12 forks source link

RuntimeError: "coalesce" not implemented for 'Bool' #19

Closed ShristiDasBiswas closed 1 year ago

ShristiDasBiswas commented 1 year ago

How can I solve this error?

error

CurryYH commented 9 months ago

I've encountered the same issue (maybe it is because the incompatible version between torch ( version author mentioned is a little bit old) and cuda ). Have you sovled this issue now?