[GitHub] pengzhao-intel commented on issue #8881: Intel MKL FATAL ERROR: Cannot load libmkl_avx512_mic.so or libmkl_def.so.

2018-03-13 Thread GitBox
pengzhao-intel commented on issue #8881: Intel MKL FATAL ERROR: Cannot load libmkl_avx512_mic.so or libmkl_def.so. URL: https://github.com/apache/incubator-mxnet/issues/8881#issuecomment-372562280 Resolved by #9112 and the mklml has been replaced by MKL-DNN. This should be closed.

[GitHub] sxjscience commented on issue #10085: Topk op cannot run!

2018-03-13 Thread GitBox
sxjscience commented on issue #10085: Topk op cannot run! URL: https://github.com/apache/incubator-mxnet/issues/10085#issuecomment-372562351 It's because the first argument is set as `_`, which gives `req[0]=kNullOp`. If you only needs the indices, a temporary workaround is to use `inds =

[GitHub] pengzhao-intel commented on issue #8874: mxnet installation from source: C++ linkage error on HPC

2018-03-13 Thread GitBox
pengzhao-intel commented on issue #8874: mxnet installation from source: C++ linkage error on HPC URL: https://github.com/apache/incubator-mxnet/issues/8874#issuecomment-372561464 @jerrin92 does the issue resolved? This is

[GitHub] chinakook opened a new issue #10085: Topk op cannot run!

2018-03-13 Thread GitBox
chinakook opened a new issue #10085: Topk op cannot run! URL: https://github.com/apache/incubator-mxnet/issues/10085 When testing ```python a = mx.sym.var("data", shape=(6,7,8)) adata= nd.random.uniform(shape=(6,7,8), ctx=mx.gpu(0)) _, inds = mx.sym.topk(a, axis=-1, k=5,

[GitHub] eric-haibin-lin commented on issue #10084: which optimizer to support sparse update except adam, ftrl, sgd?

2018-03-13 Thread GitBox
eric-haibin-lin commented on issue #10084: which optimizer to support sparse update except adam, ftrl, sgd? URL: https://github.com/apache/incubator-mxnet/issues/10084#issuecomment-372560412 Also sparse adagrad. Note that GPU optimizer performance can be further improved if applied with

[GitHub] moveforever commented on issue #10084: which optimizer to support sparse update except adam, ftrl, sgd?

2018-03-13 Thread GitBox
moveforever commented on issue #10084: which optimizer to support sparse update except adam, ftrl, sgd? URL: https://github.com/apache/incubator-mxnet/issues/10084#issuecomment-372557589 Just a question on what sparse optimizer was implemented, tks

[GitHub] eric-haibin-lin commented on issue #10084: which optimizer to support sparse update except adam, ftrl, sgd?

2018-03-13 Thread GitBox
eric-haibin-lin commented on issue #10084: which optimizer to support sparse update except adam, ftrl, sgd? URL: https://github.com/apache/incubator-mxnet/issues/10084#issuecomment-372556099 Is it a question on what sparse optimizer was implemented, or what welcomes contribution?

<    1   2   3