[GitHub] iblis17 opened a new pull request #13871: Julia: fix `argmax`/`argmin` for NDArray

2019-01-16 Thread GitBox
iblis17 opened a new pull request #13871: Julia: fix `argmax`/`argmin` for NDArray URL: https://github.com/apache/incubator-mxnet/pull/13871 - fix 0-based index output to 1-based index close #13786 -- ```julia julia> x = NDArray([1. 2 3; 4 5 6]) 2×3 NDArray{Float64,2

[GitHub] iblis17 opened a new pull request #13871: Julia: fix `argmax`/`argmin` for NDArray

2019-01-15 Thread GitBox
iblis17 opened a new pull request #13871: Julia: fix `argmax`/`argmin` for NDArray URL: https://github.com/apache/incubator-mxnet/pull/13871 - fix 0-based index output to 1-based index close #13786 -- ```julia julia> x = NDArray([1. 2 3; 4 5 6]) 2×3 NDArray{Float64,2