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

New error on classification: ValueError: optimizer got an empty parameter list #13

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello Loic, After updating the code and attepmting to replicate classification results. I am seeing this new error. Could you please help me out with this? What could be the cause of this? Attached is the error output. Regards, Below is my command input: runcommand

Below is the error output: new_error

loiccordone commented 2 years ago

Hello wozcoder, Thank you for your interest in our work but I don't have time to provide you support every day. You're seeing this error because you don't use the right formatting for the model name, it should be "densenet-121_16". This information could have been obtained in the code: https://github.com/loiccordone/object-detection-with-spiking-neural-networks/blob/d52e6e803ee776095d313af862f01cac068da899/models/utils.py#L38-L46