[GitHub] tqchen closed issue #2944: v1.0 Stable Release TODO List

2017-10-18 Thread GitBox
tqchen closed issue #2944: v1.0 Stable Release TODO List URL: https://github.com/apache/incubator-mxnet/issues/2944 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] tqchen closed issue #3084: Scala Package for v1.0 TODO List

2017-10-18 Thread GitBox
tqchen closed issue #3084: Scala Package for v1.0 TODO List URL: https://github.com/apache/incubator-mxnet/issues/3084 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] tqchen closed issue #2284: Compiling MxNet: Problems with CMake

2017-10-18 Thread GitBox
tqchen closed issue #2284: Compiling MxNet: Problems with CMake URL: https://github.com/apache/incubator-mxnet/issues/2284 This is an automated message from the Apache Git Service. To respond to the message, please log on Git

[GitHub] tqchen closed issue #2771: CRF as RNN with permutohedral lattice

2017-10-18 Thread GitBox
tqchen closed issue #2771: CRF as RNN with permutohedral lattice URL: https://github.com/apache/incubator-mxnet/issues/2771 This is an automated message from the Apache Git Service. To respond to the message, please log on Gi

[GitHub] tqchen closed issue #2066: Mxnet model visualisation

2017-10-18 Thread GitBox
tqchen closed issue #2066: Mxnet model visualisation URL: https://github.com/apache/incubator-mxnet/issues/2066 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] tqchen closed issue #3724: asnumpy() of NDArray @cpu halted

2017-10-18 Thread GitBox
tqchen closed issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] tqchen closed issue #3523: Operator documents issues tracking

2017-10-18 Thread GitBox
tqchen closed issue #3523: Operator documents issues tracking URL: https://github.com/apache/incubator-mxnet/issues/3523 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHu

[GitHub] tqchen closed issue #3504: [RFC] Documentation of MXNet

2017-10-18 Thread GitBox
tqchen closed issue #3504: [RFC] Documentation of MXNet URL: https://github.com/apache/incubator-mxnet/issues/3504 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] tqchen closed issue #3201: [OP] Mathematical functions

2017-10-18 Thread GitBox
tqchen closed issue #3201: [OP] Mathematical functions URL: https://github.com/apache/incubator-mxnet/issues/3201 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and u

[GitHub] tqchen closed issue #3487: [PERF] Call for NN Layer Kernel Improvement

2017-10-18 Thread GitBox
tqchen closed issue #3487: [PERF] Call for NN Layer Kernel Improvement URL: https://github.com/apache/incubator-mxnet/issues/3487 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] tqchen closed issue #3200: [OP] Array manipulation

2017-10-18 Thread GitBox
tqchen closed issue #3200: [OP] Array manipulation URL: https://github.com/apache/incubator-mxnet/issues/3200 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use t

[GitHub] tqchen commented on issue #3198: Check list for more operators

2017-10-18 Thread GitBox
tqchen commented on issue #3198: Check list for more operators URL: https://github.com/apache/incubator-mxnet/issues/3198#issuecomment-337798930 close on stale issue This is an automated message from the Apache Git Service. T

[GitHub] tqchen closed issue #3198: Check list for more operators

2017-10-18 Thread GitBox
tqchen closed issue #3198: Check list for more operators URL: https://github.com/apache/incubator-mxnet/issues/3198 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] tqchen closed issue #3917: how to use my own loss to compute grad?

2017-10-18 Thread GitBox
tqchen closed issue #3917: how to use my own loss to compute grad? URL: https://github.com/apache/incubator-mxnet/issues/3917 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] tqchen closed issue #3987: How to set auxiliary state in Batchnorm manually ?

2017-10-18 Thread GitBox
tqchen closed issue #3987: How to set auxiliary state in Batchnorm manually ? URL: https://github.com/apache/incubator-mxnet/issues/3987 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] tqchen closed issue #3946: When predicting, does mxnet provide thread-safe interface?

2017-10-18 Thread GitBox
tqchen closed issue #3946: When predicting, does mxnet provide thread-safe interface? URL: https://github.com/apache/incubator-mxnet/issues/3946 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] tqchen closed issue #4003: Building a visualization tool for MXNet

2017-10-18 Thread GitBox
tqchen closed issue #4003: Building a visualization tool for MXNet URL: https://github.com/apache/incubator-mxnet/issues/4003 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] tqchen closed issue #5346: Amalgamation using weBLAS (JS + WebGL) ?

2017-10-18 Thread GitBox
tqchen closed issue #5346: Amalgamation using weBLAS (JS + WebGL) ? URL: https://github.com/apache/incubator-mxnet/issues/5346 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] reminisce commented on a change in pull request #8340: Fill optimizations

2017-10-18 Thread GitBox
reminisce commented on a change in pull request #8340: Fill optimizations URL: https://github.com/apache/incubator-mxnet/pull/8340#discussion_r145600607 ## File path: src/operator/tensor/init_op.h ## @@ -164,19 +164,38 @@ inline bool InitStorageType(const nnvm::NodeAttrs& a

[GitHub] dslate opened a new issue #8344: Broken link for "MXNet R Reference Manual"?

2017-10-18 Thread GitBox
dslate opened a new issue #8344: Broken link for "MXNet R Reference Manual"? URL: https://github.com/apache/incubator-mxnet/issues/8344 On the MXNet page for the R API (http://mxnet.incubator.apache.org/api/r/index.html) the link to the "MXNet R Reference Manual" seems to point to a docume

[GitHub] eric-haibin-lin opened a new pull request #8345: Misc fixes for sparse distributed training

2017-10-18 Thread GitBox
eric-haibin-lin opened a new pull request #8345: Misc fixes for sparse distributed training URL: https://github.com/apache/incubator-mxnet/pull/8345 ## Description ## - As #8116 removes [wait_to_write](https://github.com/apache/incubator-mxnet/pull/8116/files#diff-0cd6fcb2cd941d4c4a829b

[GitHub] chinakook commented on issue #8336: Building with libjpeg-turbo error

2017-10-18 Thread GitBox
chinakook commented on issue #8336: Building with libjpeg-turbo error URL: https://github.com/apache/incubator-mxnet/issues/8336#issuecomment-337800856 OK This is an automated message from the Apache Git Service. To respond t

[GitHub] reminisce commented on a change in pull request #8340: Fill optimizations

2017-10-18 Thread GitBox
reminisce commented on a change in pull request #8340: Fill optimizations URL: https://github.com/apache/incubator-mxnet/pull/8340#discussion_r14559 ## File path: src/operator/tensor/init_op.h ## @@ -164,19 +164,38 @@ inline bool InitStorageType(const nnvm::NodeAttrs& a

[GitHub] chinakook closed issue #8336: Building with libjpeg-turbo error

2017-10-18 Thread GitBox
chinakook closed issue #8336: Building with libjpeg-turbo error URL: https://github.com/apache/incubator-mxnet/issues/8336 This is an automated message from the Apache Git Service. To respond to the message, please log on Git

[GitHub] tqchen commented on issue #8343: [CMAKE] Cmake changes, upgrade training test so it converge

2017-10-18 Thread GitBox
tqchen commented on issue #8343: [CMAKE] Cmake changes, upgrade training test so it converge URL: https://github.com/apache/incubator-mxnet/pull/8343#issuecomment-337801113 failure in the tests appears due to the missing ci machine. need retrigger when they are up

[GitHub] goodtogood commented on issue #7771: Error when loading JSON network definition with c++ api

2017-10-18 Thread GitBox
goodtogood commented on issue #7771: Error when loading JSON network definition with c++ api URL: https://github.com/apache/incubator-mxnet/issues/7771#issuecomment-337804646 same problem. This is an automated message from t

[GitHub] wa1618i commented on issue #5218: core dumped when I try to compile mxnet0.9.3 with nnpack support WHY?

2017-10-18 Thread GitBox
wa1618i commented on issue #5218: core dumped when I try to compile mxnet0.9.3 with nnpack support WHY? URL: https://github.com/apache/incubator-mxnet/issues/5218#issuecomment-337805448 @szha I have same issue here, please re-open. I can build mxnet from the source without error but tryin

[GitHub] wa1618i closed issue #8333: make: *** [build/src/operator/activation_gpu.o] Error 2

2017-10-18 Thread GitBox
wa1618i closed issue #8333: make: *** [build/src/operator/activation_gpu.o] Error 2 URL: https://github.com/apache/incubator-mxnet/issues/8333 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145604477 ## File path: tests/python/unittest/test_sparse_ndarray.py ## @@ -647,7 +647,20 @@ def test_sp

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145602552 ## File path: python/mxnet/ndarray/sparse.py ## @@ -235,6 +235,16 @@ def copyto(self, other):

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145605688 ## File path: src/common/utils.h ## @@ -43,9 +43,88 @@ #include #include +#include "../o

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145605970 ## File path: src/common/utils.h ## @@ -43,9 +43,88 @@ #include #include +#include "../o

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145605158 ## File path: src/ndarray/ndarray.cc ## @@ -1214,6 +1214,39 @@ void NDArray::SyncCopyToCPU(voi

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145603042 ## File path: src/common/utils.h ## @@ -43,9 +43,88 @@ #include #include +#include "../o

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145604804 ## File path: python/mxnet/ndarray/sparse.py ## @@ -235,6 +235,16 @@ def copyto(self, other):

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145604923 ## File path: src/ndarray/ndarray.cc ## @@ -1214,6 +1214,39 @@ void NDArray::SyncCopyToCPU(voi

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145605904 ## File path: src/common/utils.h ## @@ -43,9 +43,88 @@ #include #include +#include "../o

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145605552 ## File path: src/common/utils.h ## @@ -43,9 +43,88 @@ #include #include +#include "../o

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145606227 ## File path: tests/python/unittest/test_sparse_ndarray.py ## @@ -647,7 +647,20 @@ def test_sp

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145605750 ## File path: src/common/utils.h ## @@ -43,9 +43,88 @@ #include #include +#include "../o

[GitHub] eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr

2017-10-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8259: check_format of ndrray, mainly for csr URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145603905 ## File path: src/common/utils.h ## @@ -43,9 +43,88 @@ #include #include +#include "../o

[GitHub] benqua commented on issue #8297: [scala] Make accuracy idependant of output size (fix #8226)

2017-10-18 Thread GitBox
benqua commented on issue #8297: [scala] Make accuracy idependant of output size (fix #8226) URL: https://github.com/apache/incubator-mxnet/pull/8297#issuecomment-337812605 It can be done, but it would break the API for people calling EvalMetric.get (https://github.com/apache/incubator-mxn

[GitHub] rahul003 commented on a change in pull request #8345: Misc fixes for sparse distributed training

2017-10-18 Thread GitBox
rahul003 commented on a change in pull request #8345: Misc fixes for sparse distributed training URL: https://github.com/apache/incubator-mxnet/pull/8345#discussion_r145605694 ## File path: src/kvstore/kvstore_dist.h ## @@ -366,15 +362,15 @@ class KVStoreDist : public KVSt

[GitHub] rahul003 commented on a change in pull request #8345: Misc fixes for sparse distributed training

2017-10-18 Thread GitBox
rahul003 commented on a change in pull request #8345: Misc fixes for sparse distributed training URL: https://github.com/apache/incubator-mxnet/pull/8345#discussion_r145605694 ## File path: src/kvstore/kvstore_dist.h ## @@ -366,15 +362,15 @@ class KVStoreDist : public KVSt

[GitHub] zhreshold commented on issue #8346: fix diagnose if hashtag not found.

2017-10-18 Thread GitBox
zhreshold commented on issue #8346: fix diagnose if hashtag not found. URL: https://github.com/apache/incubator-mxnet/pull/8346#issuecomment-337813753 @szha This is an automated message from the Apache Git Service. To respond

[GitHub] zhreshold opened a new pull request #8346: fix diagnose if hashtag not found.

2017-10-18 Thread GitBox
zhreshold opened a new pull request #8346: fix diagnose if hashtag not found. URL: https://github.com/apache/incubator-mxnet/pull/8346 ## Description ## Fix diagnose message if not installed from pip ## Checklist ## ### Essentials ### - [x] Changes are complete (i.e. I finish

[GitHub] zhreshold commented on issue #8325: Fix typo in gluon l1loss docstring

2017-10-18 Thread GitBox
zhreshold commented on issue #8325: Fix typo in gluon l1loss docstring URL: https://github.com/apache/incubator-mxnet/pull/8325#issuecomment-337814203 Please rebase to master to fix the CI This is an automated message from the

<    1   2