Hi, when I run the code python run.py, I have a problem, but if I change LeNet5 to LeNet1, there isn't an error. could you help me solve that?
Traceback (most recent call last): File "run.py", line 175, in <module> coverage, covered_combinations, max_comb = idc.test(X_test) File "/home/dong/deepimportance_code_release/deepimportance_code_release/coverages/idc.py", line 92, in test relevant_neurons) File "/home/dong/deepimportance_code_release/deepimportance_code_release/coverages/idc.py", line 158, in quantizeSilhouette out_i.append(l[i]) IndexError: index 71 is out of bounds for axis 0 with size 10