dmlc / minpy

NumPy interface with mixed backend execution
https://minpy.readthedocs.io/en/latest/
Other
1.11k stars 112 forks source link

How to use np.where #186

Closed AMSSwanglab closed 5 years ago

AMSSwanglab commented 5 years ago

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?

LowinLi commented 5 years ago

i have this problem too