dmlc/minpy

How to use np.where

AMSSwanglab opened this issue · 1 comments

I want to find the positions of a array that its value is 1.
I use np.where(w==1), but there is an error:
_20181112213012
Does anyone knows why?

i have this problem too