Hi guys, I’m training my neural network converted to SNN using nengo_dl. In my problem I need to obtain the best training parameters and so I decided to implement the random search process, since spiking networks do not have support for this… but I am getting the following result, is this normal to happen? What could be happening? Can anyone help me?
Image 01:
Image 02:
It seems that there are times when the random search works (second image) and other times when it doesn’t (first image)… does anyone know or has anyone experienced this?
Thank you.