spiking_relu_conversion
spiking_relu_conversion copied to clipboard
Error showing "Index exceeds the number of array elements(4) in lmiunpck"
I have gone through your research work "Fast-Classifying, High-Accuracy Spiking DeepNetworks Through Weight and Threshold Balancing" and tried to do the simulation using the MATLAB code provided by you on github. But when I am trying to run it in my MATLAB 2021a,it is showing following errors :
" Index exceeds the number of array elements (4). Error in lmiunpck (line 22) rs=lmisys(4); rv=lmisys(5); % row sizes of LMISET,LMIVAR Error in nnsetup (line 25) [LMI_set,LMI_var,LMI_term,data]=lmiunpck(lmisys); Error in example_fcn (line 12) nn = nnsetup([784 1200 1200 10]);"