[GitHub] [incubator-mxnet] windoman commented on issue #14548: mx.viz.plot_network KeyError: 'ctc_loss0_output'

2019-03-27 Thread GitBox
windoman commented on issue #14548: mx.viz.plot_network KeyError: 'ctc_loss0_output' URL: https://github.com/apache/incubator-mxnet/issues/14548#issuecomment-477433920 @szha This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] wkcn commented on issue #14542: Support SyncBatchNorm5D

2019-03-27 Thread GitBox
wkcn commented on issue #14542: Support SyncBatchNorm5D URL: https://github.com/apache/incubator-mxnet/pull/14542#issuecomment-477432470 ``` == FAIL: test_gluon_gpu.test_sync_batchnorm

[GitHub] [incubator-mxnet] windoman opened a new issue #14548: mx.viz.plot_network KeyError: 'ctc_loss0_output'

2019-03-27 Thread GitBox
windoman opened a new issue #14548: mx.viz.plot_network KeyError: 'ctc_loss0_output' URL: https://github.com/apache/incubator-mxnet/issues/14548 ## Description I builded my network with `mx.sym.ctc_loss` for the final loss on speech recognition task, and with `mx.viz.plot_network`

[GitHub] [incubator-mxnet] reminisce commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-27 Thread GitBox
reminisce commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454#issuecomment-477429210 @TaoLv Let's talk offline today.

[GitHub] [incubator-mxnet] chinakook commented on issue #14459: Cannot release memory sometimes

2019-03-27 Thread GitBox
chinakook commented on issue #14459: Cannot release memory sometimes URL: https://github.com/apache/incubator-mxnet/issues/14459#issuecomment-477429064 ```sudo nvidia-smi -pm 0``` This is an automated message from the Apache

[GitHub] [incubator-mxnet] TaoLv commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-27 Thread GitBox
TaoLv commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454#issuecomment-477426403 @reminisce Do you have steps for reproducing those failures on local machine?

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-27 Thread GitBox
pengzhao-intel commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454#issuecomment-477425059 cc @juliusshufan

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-27 Thread GitBox
pengzhao-intel commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454#issuecomment-477424925 @TaoLv will help taking look the MKLDNN related issues in the list :)

[incubator-mxnet] branch master updated: Tidy up storage allocation and deallocation (#14480)

2019-03-27 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 645c778 Tidy up storage

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #14480: Tidy up storage allocation and deallocation

2019-03-27 Thread GitBox
anirudh2290 merged pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] anirudh2290 closed issue #13951: Gluon RNN memory leaks with extra variables

2019-03-27 Thread GitBox
anirudh2290 closed issue #13951: Gluon RNN memory leaks with extra variables URL: https://github.com/apache/incubator-mxnet/issues/13951 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] anirudh2290 closed issue #14358: Memory builds up when creating size-zero NDArray in a loop

2019-03-27 Thread GitBox
anirudh2290 closed issue #14358: Memory builds up when creating size-zero NDArray in a loop URL: https://github.com/apache/incubator-mxnet/issues/14358 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14113: Enhance subgraph API

2019-03-27 Thread GitBox
reminisce commented on a change in pull request #14113: Enhance subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14113#discussion_r269838120 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -153,20 +120,23 @@ void ResetNodeLabels(const

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14113: Enhance subgraph API

2019-03-27 Thread GitBox
reminisce commented on a change in pull request #14113: Enhance subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14113#discussion_r269838335 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -180,41 +150,40 @@ bool LabelSubgraph(const Graph& g,

[GitHub] [incubator-mxnet] reminisce closed pull request #14361: [numpy] Add a global switch to turn on/off numpy compatibility

2019-03-27 Thread GitBox
reminisce closed pull request #14361: [numpy] Add a global switch to turn on/off numpy compatibility URL: https://github.com/apache/incubator-mxnet/pull/14361 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14113: Enhance subgraph API

2019-03-27 Thread GitBox
reminisce commented on a change in pull request #14113: Enhance subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14113#discussion_r269839151 ## File path: src/operator/subgraph/mkldnn/mkldnn_post_quantize_align_scale_property.h ## @@ -0,0 +1,147 @@ +/* + *

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14113: Enhance subgraph API

2019-03-27 Thread GitBox
reminisce commented on a change in pull request #14113: Enhance subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14113#discussion_r269837846 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -101,12 +68,12 @@ void PrintNodeEntries(const

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14113: Enhance subgraph API

2019-03-27 Thread GitBox
reminisce commented on a change in pull request #14113: Enhance subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14113#discussion_r269838901 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -676,14 +605,30 @@ void CreateSubgraphNode(Graph* g,

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14113: Enhance subgraph API

2019-03-27 Thread GitBox
reminisce commented on a change in pull request #14113: Enhance subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14113#discussion_r269839030 ## File path: src/operator/subgraph/build_subgraph.cc ## @@ -748,27 +693,38 @@ Graph PartitionGraph(Graph&& g) {

[GitHub] [incubator-mxnet] yuxihu commented on issue #14480: Tidy up storage allocation and deallocation

2019-03-27 Thread GitBox
yuxihu commented on issue #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#issuecomment-477420276 @mxnet-label-bot update [pr-awaiting-merge] This is an automated

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269837202 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on issue #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#issuecomment-477415589 > > * Please consider move new contents to separate file, io.py is way too long now > * Docs are missing, especially for

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269833812 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269833857 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269833554 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269833603 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] yangfly commented on issue #14515: Should gluon layer support **name** field?

2019-03-27 Thread GitBox
yangfly commented on issue #14515: Should gluon layer support **name** field? URL: https://github.com/apache/incubator-mxnet/issues/14515#issuecomment-477413836 @eureka7mt Thank you for your advice, but there are two drawbacks with `prefix=name_`. - Naming conflicts: conv with

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r268224846 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14545: Optimize transpose operator with MKL-DNN

2019-03-27 Thread GitBox
pengzhao-intel commented on issue #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#issuecomment-477413491 cc @eric-haibin-lin This is an automated message from the

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r268224481 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] tlby commented on issue #14461: [MXNET-1359] Adds a multiclass-MCC metric derived from Pearson

2019-03-27 Thread GitBox
tlby commented on issue #14461: [MXNET-1359] Adds a multiclass-MCC metric derived from Pearson URL: https://github.com/apache/incubator-mxnet/pull/14461#issuecomment-477411935 It turned out building the confusion matrix wasn't the hotspot in `.update()` anyway. Once I cleaned up the

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN

2019-03-27 Thread GitBox
TaoLv commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#discussion_r269831505 ## File path: src/operator/nn/mkldnn/mkldnn_transpose.cc ## @@ -0,0 +1,155 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN

2019-03-27 Thread GitBox
TaoLv commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#discussion_r269830924 ## File path: src/operator/nn/mkldnn/mkldnn_transpose.cc ## @@ -0,0 +1,155 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN

2019-03-27 Thread GitBox
TaoLv commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#discussion_r269830895 ## File path: src/operator/tensor/matrix_op.cc ## @@ -339,6 +339,34 @@ Example:: })

[incubator-mxnet] branch terrytangyuan-patch-1 updated: retrigger CI

2019-03-27 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a commit to branch terrytangyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/terrytangyuan-patch-1 by this push: new 3a02f75

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

2019-03-27 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 a29f8e6 Bump the publish

[GitHub] [incubator-mxnet] zhreshold commented on issue #14542: Support SyncBatchNorm5D

2019-03-27 Thread GitBox
zhreshold commented on issue #14542: Support SyncBatchNorm5D URL: https://github.com/apache/incubator-mxnet/pull/14542#issuecomment-477403048 looks good This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269823762 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269820482 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269823861 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269821475 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269821001 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269822812 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269821402 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269820818 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269822473 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269820933 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269823480 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
zhreshold commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269821264 ## File path: python/mxnet/io/io.py ## @@ -966,6 +988,164 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN

2019-03-27 Thread GitBox
ZhennanQin commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#discussion_r269823151 ## File path: src/operator/nn/mkldnn/mkldnn_transpose.cc ## @@ -0,0 +1,155 @@ +/* + * Licensed

[GitHub] [incubator-mxnet] stu1130 closed pull request #14546: [WIP] Fix ndarray index out of bound

2019-03-27 Thread GitBox
stu1130 closed pull request #14546: [WIP] Fix ndarray index out of bound URL: https://github.com/apache/incubator-mxnet/pull/14546 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN

2019-03-27 Thread GitBox
ZhennanQin commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#discussion_r269822336 ## File path: src/operator/nn/mkldnn/mkldnn_transpose.cc ## @@ -0,0 +1,155 @@ +/* + * Licensed

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN

2019-03-27 Thread GitBox
ZhennanQin commented on a change in pull request #14545: Optimize transpose operator with MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14545#discussion_r269821881 ## File path: src/operator/tensor/matrix_op.cc ## @@ -339,6 +339,34 @@ Example:: })

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-27 Thread GitBox
anirudh2290 commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-477397918 I think worth trying would be checking if cudaGetErrorString is not called does it still get stuck. Since custom op uses

[GitHub] [incubator-mxnet] YutingZhang commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-27 Thread GitBox
YutingZhang commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-477393968 @arcadiaphy if LOG(FATAL) gets stuck, then there might be more stuff that can get stuck, which are harder to figure out.

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14496: performance degradation from 1.3.1 to 1.4.0

2019-03-27 Thread GitBox
apeforest edited a comment on issue #14496: performance degradation from 1.3.1 to 1.4.0 URL: https://github.com/apache/incubator-mxnet/issues/14496#issuecomment-477378018 @sun-dev is correct. The data type is the shape/index data type not data type of the tensor elements. There are add,

[GitHub] [incubator-mxnet] wkcn commented on issue #14244: Feature request: share memory between numpy.array and mxnet.ndarray

2019-03-27 Thread GitBox
wkcn commented on issue #14244: Feature request: share memory between numpy.array and mxnet.ndarray URL: https://github.com/apache/incubator-mxnet/issues/14244#issuecomment-477392272 We can update the submodule dlpack. This

[GitHub] [incubator-mxnet] Chida15 commented on issue #13763: [contrib][op] fix MultiBoxPrior confusing results if first ratio is not 1.0

2019-03-27 Thread GitBox
Chida15 commented on issue #13763: [contrib][op] fix MultiBoxPrior confusing results if first ratio is not 1.0 URL: https://github.com/apache/incubator-mxnet/pull/13763#issuecomment-477388126 I just download the newest version, but why is the question still not solved? I still can't set

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #14542: Support SyncBatchNorm5D

2019-03-27 Thread GitBox
wkcn commented on a change in pull request #14542: Support SyncBatchNorm5D URL: https://github.com/apache/incubator-mxnet/pull/14542#discussion_r269808533 ## File path: src/operator/contrib/sync_batch_norm-inl.h ## @@ -275,14 +275,17 @@ class SyncBatchNorm : public

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-03-27 Thread GitBox
abhinavs95 commented on issue #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547#issuecomment-477382857 @mxnet-label-bot add [Gluon, Test] This is

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-03-27 Thread GitBox
piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547#discussion_r269806893 ## File path: tests/nightly/estimator/test_sentiment_rnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-03-27 Thread GitBox
piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547#discussion_r269806091 ## File path: tests/nightly/estimator/test_sentiment_rnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-03-27 Thread GitBox
piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547#discussion_r269804815 ## File path: tests/nightly/estimator/test_sentiment_rnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-03-27 Thread GitBox
piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547#discussion_r269804631 ## File path: tests/nightly/estimator/test_sentiment_rnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-03-27 Thread GitBox
piyushghai commented on a change in pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547#discussion_r269803764 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -106,6 +106,22

[GitHub] [incubator-mxnet] karan6181 opened a new pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-03-27 Thread GitBox
karan6181 opened a new pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547 ## Description ## This PR adds nightly RNN Integration test using Gluon fit() API. JIRA epic can be found here:

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #12440: Add stable nrm2 for L2 normalization

2019-03-27 Thread GitBox
abhinavs95 commented on issue #12440: Add stable nrm2 for L2 normalization URL: https://github.com/apache/incubator-mxnet/pull/12440#issuecomment-477378325 @TD Could you please give an update? Thanks This is an automated

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation

2019-03-27 Thread GitBox
abhinavs95 commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-477378001 @anirudh2290 @szha Could you please help review?

[GitHub] [incubator-mxnet] apeforest commented on issue #14496: performance degradation from 1.3.1 to 1.4.0

2019-03-27 Thread GitBox
apeforest commented on issue #14496: performance degradation from 1.3.1 to 1.4.0 URL: https://github.com/apache/incubator-mxnet/issues/14496#issuecomment-477378018 @sun-dev is correct. The computation in this operator is not on the elements of the tensor but the between shape index of the

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #11658: Optimize cached op static memory allocation

2019-03-27 Thread GitBox
abhinavs95 commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-477377152 @piiswrong Could you provide an update on the PR? Thanks This

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14494: [MXNet-1340][Fit API]Adding train history class

2019-03-27 Thread GitBox
roywei commented on a change in pull request #14494: [MXNet-1340][Fit API]Adding train history class URL: https://github.com/apache/incubator-mxnet/pull/14494#discussion_r269801433 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -231,37 +221,45 @@ def

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #11184: Make amalgamation part be suitable for iOS

2019-03-27 Thread GitBox
abhinavs95 commented on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-477376663 @Aozorany Could you please provide an update on the PR? This is

[GitHub] [incubator-mxnet] andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080

2019-03-27 Thread GitBox
andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#discussion_r269790876 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/ResourceScope.scala

[GitHub] [incubator-mxnet] andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080

2019-03-27 Thread GitBox
andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#discussion_r269790109 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/ResourceScope.scala

[GitHub] [incubator-mxnet] Bfzanchetta commented on issue #13950: [ARM][Jetson] Make failed on Jetson TX2 (Jetpack 3.3, CUDA 9.0)

2019-03-27 Thread GitBox
Bfzanchetta commented on issue #13950: [ARM][Jetson] Make failed on Jetson TX2 (Jetpack 3.3, CUDA 9.0) URL: https://github.com/apache/incubator-mxnet/issues/13950#issuecomment-477365945 As of today (March 27th) I have similar errors on Jetson TX2, but with JetPack 3.2.1. The action

[GitHub] [incubator-mxnet] andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080

2019-03-27 Thread GitBox
andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#discussion_r269789050 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/ResourceScope.scala

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14494: [MXNet-1340][Fit API]Adding train history class

2019-03-27 Thread GitBox
roywei commented on a change in pull request #14494: [MXNet-1340][Fit API]Adding train history class URL: https://github.com/apache/incubator-mxnet/pull/14494#discussion_r269788325 ## File path: python/mxnet/gluon/trainer.py ## @@ -259,6 +259,13 @@ def

[GitHub] [incubator-mxnet] andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080

2019-03-27 Thread GitBox
andrewfayres commented on a change in pull request #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#discussion_r269787536 ## File path: scala-package/core/src/test/scala/org/apache/mxnet/ResourceScopeSuite.scala

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-03-27 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r269783214 ## File path: tests/nightly/estimator/test_estimator_cnn_gpu.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on issue #14372: Memory fixes. Resolves #10867, and resolves #14080

2019-03-27 Thread GitBox
nswamy commented on issue #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#issuecomment-477359084 summary of offline discussion: * The method is private, this needs to be re-evaluate if we can do without adding scope

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-03-27 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r269782453 ## File path: tests/nightly/estimator/test_estimator_cnn_cpu.py ## @@ -0,0

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-03-27 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r269782009 ## File path: tests/nightly/estimator/test_estimator_cnn_gpu.py ## @@ -0,0

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-03-27 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r269781719 ## File path: tests/nightly/estimator/test_estimator_cnn_cpu.py ## @@ -0,0

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
anirudhacharya commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r268267623 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] eric-haibin-lin closed issue #14124: SequenceMask is slow on GPU for BERT

2019-03-27 Thread GitBox
eric-haibin-lin closed issue #14124: SequenceMask is slow on GPU for BERT URL: https://github.com/apache/incubator-mxnet/issues/14124 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-mxnet] branch master updated: speedup SequenceMask on GPU (#14445)

2019-03-27 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 09daf22 speedup SequenceMask on GPU

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #14445: Speedup SequenceMask on GPU

2019-03-27 Thread GitBox
eric-haibin-lin merged pull request #14445: Speedup SequenceMask on GPU URL: https://github.com/apache/incubator-mxnet/pull/14445 This is an automated message from the Apache Git Service. To respond to the message, please

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

2019-03-27 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 9fbc317 Bump the publish

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269759861 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269759480 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269763215 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269753768 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269758130 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269757065 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269760309 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-03-27 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r269754453 ## File path: python/mxnet/io/io.py ## @@ -966,6 +985,165 @@ def creator(*args, **kwargs):

[incubator-mxnet] branch numpy updated: [numpy] Fix numpy import in python2 (#14537)

2019-03-27 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 db37dd9 [numpy] Fix numpy import in

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #14537: [numpy] Fix numpy import in python2

2019-03-27 Thread GitBox
eric-haibin-lin merged pull request #14537: [numpy] Fix numpy import in python2 URL: https://github.com/apache/incubator-mxnet/pull/14537 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] reminisce closed pull request #14521: [numpy] Fix unit tests after using numpy-compatible shape definition

2019-03-27 Thread GitBox
reminisce closed pull request #14521: [numpy] Fix unit tests after using numpy-compatible shape definition URL: https://github.com/apache/incubator-mxnet/pull/14521 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] reminisce commented on issue #14521: [numpy] Fix unit tests after using numpy-compatible shape definition

2019-03-27 Thread GitBox
reminisce commented on issue #14521: [numpy] Fix unit tests after using numpy-compatible shape definition URL: https://github.com/apache/incubator-mxnet/pull/14521#issuecomment-477329782 Please review https://github.com/apache/incubator-mxnet/pull/14537. This one is closed.

  1   2   >