I am trying to compare two numpy arrays to see how good my prediction is.
The arrays are 2 dimensional in a 32bit float format. The problem is, in order to get the scores I need to divide the prediction value by the groundtruth value and there are zeros for those places in the gt array I do not have a value. Therefor I get an error.
anybody any idea how I can swing that?