[GitHub] [incubator-mxnet] roywei commented on a change in pull request #15097: [BUGFIX] fix unknown parameter shapes when np_shape is turned on.

2019-06-01 Thread GitBox
roywei commented on a change in pull request #15097: [BUGFIX] fix unknown parameter shapes when np_shape is turned on. URL: https://github.com/apache/incubator-mxnet/pull/15097#discussion_r289625962 ## File path: python/mxnet/gluon/parameter.py ## @@ -156,7 +157,12 @@ def

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #15097: [BUGFIX] fix unknown parameter shapes when np_shape is turned on.

2019-06-01 Thread GitBox
roywei commented on a change in pull request #15097: [BUGFIX] fix unknown parameter shapes when np_shape is turned on. URL: https://github.com/apache/incubator-mxnet/pull/15097#discussion_r289625980 ## File path: python/mxnet/gluon/utils.py ## @@ -412,3 +413,17 @@ def

[incubator-mxnet] branch numpy updated: Numpy Unary Ops (#15010)

2019-06-01 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new 82a27d7 Numpy Unary Ops (#15010)

[GitHub] [incubator-mxnet] reminisce merged pull request #15010: Numpy Unary Ops

2019-06-01 Thread GitBox
reminisce merged pull request #15010: Numpy Unary Ops URL: https://github.com/apache/incubator-mxnet/pull/15010 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15111: fix the cmake cmd with wrong path

2019-06-01 Thread GitBox
pengzhao-intel commented on issue #15111: fix the cmake cmd with wrong path URL: https://github.com/apache/incubator-mxnet/pull/15111#issuecomment-497996815 Thanks for the fix. Could you paste the log before and after the fix?

[GitHub] [incubator-mxnet] NRauschmayr commented on a change in pull request #15114: Added transform tutorial

2019-06-01 Thread GitBox
NRauschmayr commented on a change in pull request #15114: Added transform tutorial URL: https://github.com/apache/incubator-mxnet/pull/15114#discussion_r289625336 ## File path: docs/tutorials/gluon/transforms.md ## @@ -0,0 +1,156 @@ + +# Data Transforms + +Creating a

[GitHub] [incubator-mxnet] NRauschmayr commented on a change in pull request #15114: Added transform tutorial

2019-06-01 Thread GitBox
NRauschmayr commented on a change in pull request #15114: Added transform tutorial URL: https://github.com/apache/incubator-mxnet/pull/15114#discussion_r289625331 ## File path: docs/tutorials/gluon/transforms.md ## @@ -0,0 +1,156 @@ + +# Data Transforms + +Creating a

[GitHub] [incubator-mxnet] NRauschmayr commented on a change in pull request #15114: Added transform tutorial

2019-06-01 Thread GitBox
NRauschmayr commented on a change in pull request #15114: Added transform tutorial URL: https://github.com/apache/incubator-mxnet/pull/15114#discussion_r289625253 ## File path: docs/tutorials/gluon/transforms.md ## @@ -0,0 +1,156 @@ + +# Data Transforms + +Creating a

[GitHub] [incubator-mxnet] NRauschmayr commented on a change in pull request #15114: Added transform tutorial

2019-06-01 Thread GitBox
NRauschmayr commented on a change in pull request #15114: Added transform tutorial URL: https://github.com/apache/incubator-mxnet/pull/15114#discussion_r289625236 ## File path: docs/tutorials/gluon/transforms.md ## @@ -0,0 +1,156 @@ + +# Data Transforms + +Creating a

[GitHub] [incubator-mxnet] NRauschmayr commented on a change in pull request #15114: Added transform tutorial

2019-06-01 Thread GitBox
NRauschmayr commented on a change in pull request #15114: Added transform tutorial URL: https://github.com/apache/incubator-mxnet/pull/15114#discussion_r289625197 ## File path: docs/tutorials/gluon/transforms.md ## @@ -0,0 +1,156 @@ + +# Data Transforms + +Creating a

[GitHub] [incubator-mxnet] chinakook commented on issue #15119: SoftmaxActivation replacement

2019-06-01 Thread GitBox
chinakook commented on issue #15119: SoftmaxActivation replacement URL: https://github.com/apache/incubator-mxnet/issues/15119#issuecomment-497992548 softmax(A, axis=1) This is an automated message from the Apache Git

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2019-06-01 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new c8b3e9a Bump the publish

[incubator-mxnet] branch v1.5.x updated (01cf29d -> cdb7b72)

2019-06-01 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch v1.5.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 01cf29d Fix typo in amalgamation README.md (TREAD->THREAD) (#15058) add 6cf964a Improve FC perf

[incubator-mxnet] branch master updated: Fix mkldnn backend when using naive engine (#15089)

2019-06-01 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new cdb7b72 Fix mkldnn backend when

[GitHub] [incubator-mxnet] pengzhao-intel closed issue #15078: Naive engine produce incorrect result on MKLDNN backend

2019-06-01 Thread GitBox
pengzhao-intel closed issue #15078: Naive engine produce incorrect result on MKLDNN backend URL: https://github.com/apache/incubator-mxnet/issues/15078 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #15089: Fix mkldnn backend when using naive engine

2019-06-01 Thread GitBox
pengzhao-intel merged pull request #15089: Fix mkldnn backend when using naive engine URL: https://github.com/apache/incubator-mxnet/pull/15089 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] zheng-da commented on issue #15097: [BUGFIX] fix unknown parameter shapes when np_shape is turned on.

2019-06-01 Thread GitBox
zheng-da commented on issue #15097: [BUGFIX] fix unknown parameter shapes when np_shape is turned on. URL: https://github.com/apache/incubator-mxnet/pull/15097#issuecomment-497979188 where should we document `-1` is unknown dim and is experimental?

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15106: NER example: fix metrics computation

2019-06-01 Thread GitBox
szha commented on a change in pull request #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#discussion_r289618656 ## File path: example/named_entity_recognition/src/ner.py ## @@ -205,6 +209,8 @@ def sym_gen(seq_len):

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15106: NER example: fix metrics computation

2019-06-01 Thread GitBox
szha commented on a change in pull request #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#discussion_r289618664 ## File path: example/named_entity_recognition/src/ner.py ## @@ -225,6 +231,8 @@ def train(train_iter,

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15106: NER example: fix metrics computation

2019-06-01 Thread GitBox
szha commented on a change in pull request #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#discussion_r289618653 ## File path: example/named_entity_recognition/src/ner.py ## @@ -205,6 +209,8 @@ def sym_gen(seq_len):

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15106: NER example: fix metrics computation

2019-06-01 Thread GitBox
szha commented on a change in pull request #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#discussion_r289618633 ## File path: example/named_entity_recognition/src/ner.py ## @@ -135,12 +137,14 @@ def

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15106: NER example: fix metrics computation

2019-06-01 Thread GitBox
szha commented on a change in pull request #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#discussion_r289618624 ## File path: example/named_entity_recognition/src/ner.py ## @@ -135,12 +137,14 @@ def

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15106: NER example: fix metrics computation

2019-06-01 Thread GitBox
szha commented on a change in pull request #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#discussion_r289618615 ## File path: example/named_entity_recognition/src/ner.py ## @@ -93,6 +93,7 @@ def

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15106: NER example: fix metrics computation

2019-06-01 Thread GitBox
szha commented on a change in pull request #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#discussion_r289618600 ## File path: example/named_entity_recognition/src/metrics.py ## @@ -64,6 +65,8 @@ def

[GitHub] [incubator-mxnet] anandj91 opened a new pull request #15124: [MXNET-1294] Priority-based parameter propagation for improved data parallel training throughput

2019-06-01 Thread GitBox
anandj91 opened a new pull request #15124: [MXNET-1294] Priority-based parameter propagation for improved data parallel training throughput URL: https://github.com/apache/incubator-mxnet/pull/15124 ## Description ## https://issues.apache.org/jira/browse/MXNET-1294 During data

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2019-06-01 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new eff2248 Bump the publish

[GitHub] [incubator-mxnet] Chouffe opened a new issue #15123: [Clojure][Scala] Converting an ndarray to a BufferedImage is really slow

2019-06-01 Thread GitBox
Chouffe opened a new issue #15123: [Clojure][Scala] Converting an ndarray to a BufferedImage is really slow URL: https://github.com/apache/incubator-mxnet/issues/15123 When calling the `to-image` from the clojure package which interops with the Scala `Image/toImage`, it is really slow to

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15123: [Clojure][Scala] Converting an ndarray to a BufferedImage is really slow

2019-06-01 Thread GitBox
mxnet-label-bot commented on issue #15123: [Clojure][Scala] Converting an ndarray to a BufferedImage is really slow URL: https://github.com/apache/incubator-mxnet/issues/15123#issuecomment-497974960 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and

[incubator-mxnet] branch master updated (e8a20fb -> 75a90d0)

2019-06-01 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from e8a20fb Enable serializing/deserializing ndarrays in np_shape semantics (#15090) add 75a90d0

[GitHub] [incubator-mxnet] apeforest merged pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-06-01 Thread GitBox
apeforest merged pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] Chouffe opened a new pull request #15122: [clojure] fix: image test does not rely on s3 to run

2019-06-01 Thread GitBox
Chouffe opened a new pull request #15122: [clojure] fix: image test does not rely on s3 to run URL: https://github.com/apache/incubator-mxnet/pull/15122 ## Description ## `images-test` relied on S3 to run which makes it impossible for offline use. The dependency on S3 is removed

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2019-06-01 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new fac9faa Bump the publish

[GitHub] [incubator-mxnet] Chouffe opened a new pull request #15121: [clojure] clojurify function names in image.clj namespace

2019-06-01 Thread GitBox
Chouffe opened a new pull request #15121: [clojure] clojurify function names in image.clj namespace URL: https://github.com/apache/incubator-mxnet/pull/15121 ## Description ## The `image` namespace is using some functions that are not named the `clojure way`. It is an attempt to

[incubator-mxnet] branch master updated (866ec10 -> e8a20fb)

2019-06-01 Thread zhengda
This is an automated email from the ASF dual-hosted git repository. zhengda pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 866ec10 Fix R installation instructions (windows / mac) (#15087) add e8a20fb Enable

[GitHub] [incubator-mxnet] zheng-da merged pull request #15090: Enable serializing/deserializing ndarrays in np_shape semantics

2019-06-01 Thread GitBox
zheng-da merged pull request #15090: Enable serializing/deserializing ndarrays in np_shape semantics URL: https://github.com/apache/incubator-mxnet/pull/15090 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log

2019-06-01 Thread GitBox
kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#discussion_r289614132 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -1074,16 +1074,19 @@

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log

2019-06-01 Thread GitBox
kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#discussion_r289614132 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -1074,16 +1074,19 @@

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15120: [bug] fix higher grad log

2019-06-01 Thread GitBox
kshitij12345 commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-497965942 @apeforest @larroy please review This is an automated message from the Apache

[GitHub] [incubator-mxnet] kshitij12345 opened a new pull request #15120: [bug] fix higher grad log

2019-06-01 Thread GitBox
kshitij12345 opened a new pull request #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120 There is a bug in the implementation for higher order gradient of `log`.

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu

2019-06-01 Thread GitBox
pengzhao-intel commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu URL: https://github.com/apache/incubator-mxnet/issues/14357#issuecomment-497956255 @ThomasDelteil thanks for the example. Will follow up the case @wuxun-zhang @juliusshufan

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15089: Fix mkldnn backend when using naive engine

2019-06-01 Thread GitBox
pengzhao-intel commented on issue #15089: Fix mkldnn backend when using naive engine URL: https://github.com/apache/incubator-mxnet/pull/15089#issuecomment-497953403 I am going to merge this PR to fix the problem inside MKLDNN implementation under the naive engine. We will submit the

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2019-06-01 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new ac0bbcb Bump the publish

[GitHub] [incubator-mxnet] chinakook commented on issue #15074: Feedforward is deprecated? Module needs shapes while binding. How can we do it without shapes?

2019-06-01 Thread GitBox
chinakook commented on issue #15074: Feedforward is deprecated? Module needs shapes while binding. How can we do it without shapes? URL: https://github.com/apache/incubator-mxnet/issues/15074#issuecomment-497943837 Set some shape first, and it can be changed accord to the given data

[GitHub] [incubator-mxnet] sunrongda commented on issue #15020: REAME MTCNN Link URL Error in original website

2019-06-01 Thread GitBox
sunrongda commented on issue #15020: REAME MTCNN Link URL Error in original website URL: https://github.com/apache/incubator-mxnet/pull/15020#issuecomment-497939283 @abhinavs95 Please help review This is an automated

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2019-06-01 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new f969979 Bump the publish

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-06-01 Thread GitBox
kshitij12345 edited a comment on issue #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497920495 @apeforest As mentioned in the #14992 for `log` , ~~I guess the check will fail with given

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-06-01 Thread GitBox
kshitij12345 edited a comment on issue #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497920495 @apeforest As mentioned in the #14992 for `log` , ~~I guess the check will fail with given

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-06-01 Thread GitBox
kshitij12345 commented on issue #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-497920495 @apeforest As mentioned in the #14992 for `log` , I guess the check will fail with given script.

[GitHub] [incubator-mxnet] haojin2 commented on issue #15010: Numpy Unary Ops

2019-06-01 Thread GitBox
haojin2 commented on issue #15010: Numpy Unary Ops URL: https://github.com/apache/incubator-mxnet/pull/15010#issuecomment-497918493 @reminisce This one should be ready for merge. This is an automated message from the Apache