np.max and np.min are missing axis parameter
Happypig375 opened this issue · 2 comments
Happypig375 commented
np.max and np.min are missing axis parameter
KevinBaselinesw commented
Use the np.amax and np.amin APIs. They support the axis parameter.
Happypig375 commented
ok