Hello,
I am trying to figure out the number of utilized neuromorphic cores and axons by the loihi device when a Keras model is converted to an SNN model. I used the Keras to SNN model example to build my project and implemented it on loihi using nengo-loihi library.
Hi @nayimrahman,
NengoLoihi provides the sim.model.utilitization_summary
function that may provide you with the information you require.
It is possible that NxSDK provides a more detailed report, but NxSDK is managed by Intel’s INRC, so you will have to contact them to find out if it is able to produce a more detailed report.