https://github.com/jacobgil/keras-cam/blob/2b7ada2c5c819808a174444e82622315a07fa11e/cam.py#L34 Should this be the case here? **for i, w in enumerate(class_weights[:,np.argmax(predictions)]):**
keras-cam/cam.py
Line 34 in 2b7ada2
Should this be the case here?
for i, w in enumerate(class_weights[:,np.argmax(predictions)]):