[GitHub] [incubator-mxnet] szha commented on issue #14476: Change RNN OP to stateful

2019-03-19 Thread GitBox
szha commented on issue #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-474692772 cc @stephenrawls since the work is related. This is an automated message from the

[GitHub] [incubator-mxnet] yuxihu commented on issue #14477: Revert "Fix memory leak for size-zero ndarray"

2019-03-19 Thread GitBox
yuxihu commented on issue #14477: Revert "Fix memory leak for size-zero ndarray" URL: https://github.com/apache/incubator-mxnet/pull/14477#issuecomment-474691141 @anirudh2290 @apeforest please help merge once CI passes. This

[GitHub] [incubator-mxnet] yuxihu opened a new pull request #14477: Revert "Fix memory leak for size-zero ndarray"

2019-03-19 Thread GitBox
yuxihu opened a new pull request #14477: Revert "Fix memory leak for size-zero ndarray" URL: https://github.com/apache/incubator-mxnet/pull/14477 Reverts apache/incubator-mxnet#14365 Removing size > 0 check in some paths caused flakiness in tests. One example is

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #14451: fix custom operation in fork

2019-03-19 Thread GitBox
arcadiaphy commented on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-474679966 @anirudh2290 Add some docs on custom op. This is an automated message from

[GitHub] [incubator-mxnet] TaoLv commented on issue #14476: Change RNN OP to stateful

2019-03-19 Thread GitBox
TaoLv commented on issue #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-474664759 @szha @sbodenstein Please help to review. This is an automated message from the

[GitHub] [incubator-mxnet] lihaofd opened a new pull request #14476: Change RNN OP to stateful

2019-03-19 Thread GitBox
lihaofd opened a new pull request #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476 ## Description ## In this PR, it refactored RNN OP to stateful by using FStatefulCompute @pengzhao-intel, @TaoLv , @ciyongch ## Feature changes ##

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14433: Prevent crashes for opencv exception and std::exception

2019-03-19 Thread GitBox
anirudh2290 commented on issue #14433: Prevent crashes for opencv exception and std::exception URL: https://github.com/apache/incubator-mxnet/pull/14433#issuecomment-474651664 This is dependent on waitall PR: https://github.com/apache/incubator-mxnet/pull/14397. Please review that one

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false

2019-03-19 Thread GitBox
TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false URL: https://github.com/apache/incubator-mxnet/pull/14466#discussion_r267159268 ## File path: src/operator/quantization/quantized_fully_connected.cc

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false

2019-03-19 Thread GitBox
TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false URL: https://github.com/apache/incubator-mxnet/pull/14466#discussion_r267159623 ## File path: src/operator/subgraph/mkldnn/mkldnn_fc.cc ## @@

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false

2019-03-19 Thread GitBox
TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false URL: https://github.com/apache/incubator-mxnet/pull/14466#discussion_r267159842 ## File path: tests/python/quantization/test_quantization.py ##

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false

2019-03-19 Thread GitBox
TaoLv commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false URL: https://github.com/apache/incubator-mxnet/pull/14466#discussion_r267159513 ## File path: src/operator/quantization/quantized_fully_connected.cc

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false

2019-03-19 Thread GitBox
xinyu-intel commented on a change in pull request #14466: [MKL-DNN] Enable s8 support for inner product and 3d input with flatten=false URL: https://github.com/apache/incubator-mxnet/pull/14466#discussion_r267158655 ## File path:

[GitHub] [incubator-mxnet] roadcode closed issue #14471: undefined symbol: _Z9rleDecodePK3RLEPhm

2019-03-19 Thread GitBox
roadcode closed issue #14471: undefined symbol: _Z9rleDecodePK3RLEPhm URL: https://github.com/apache/incubator-mxnet/issues/14471 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] roadcode commented on issue #14471: undefined symbol: _Z9rleDecodePK3RLEPhm

2019-03-19 Thread GitBox
roadcode commented on issue #14471: undefined symbol: _Z9rleDecodePK3RLEPhm URL: https://github.com/apache/incubator-mxnet/issues/14471#issuecomment-474648681 using the [SimpleDet docker images](https://hub.docker.com/r/rogerchen/simpledet) , the problem has been solved

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #14475: Fixes test_operator_gpu.test_multinomial_generator

2019-03-19 Thread GitBox
stu1130 opened a new pull request #14475: Fixes test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14475 ## Description ## Fixes #14457, #14158 success_rate of the verify_generator function was changing from 0.15 to 0.25 after the this

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

2019-03-19 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 32ec95e Bump the publish

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14397: Add exception handling support for waitall

2019-03-19 Thread GitBox
yuxihu commented on a change in pull request #14397: Add exception handling support for waitall URL: https://github.com/apache/incubator-mxnet/pull/14397#discussion_r267154685 ## File path: src/resource.cc ## @@ -190,12 +190,14 @@ class ResourceManagerImpl : public

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14397: Add exception handling support for waitall

2019-03-19 Thread GitBox
yuxihu commented on a change in pull request #14397: Add exception handling support for waitall URL: https://github.com/apache/incubator-mxnet/pull/14397#discussion_r267154394 ## File path: src/engine/threaded_engine.cc ## @@ -428,6 +447,14 @@ inline void

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-19 Thread GitBox
zachgk commented on a change in pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#discussion_r267149722 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/Image.scala ## @@

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-19 Thread GitBox
zachgk commented on a change in pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#discussion_r267149993 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/Image.scala ## @@

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-19 Thread GitBox
zachgk commented on a change in pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#discussion_r267154512 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/javaapi/Image.scala

[GitHub] [incubator-mxnet] yuxihu closed pull request #13933: [WIP] Remove redundant shared_ptr for exception_ptr

2019-03-19 Thread GitBox
yuxihu closed pull request #13933: [WIP] Remove redundant shared_ptr for exception_ptr URL: https://github.com/apache/incubator-mxnet/pull/13933 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] yuxihu commented on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr

2019-03-19 Thread GitBox
yuxihu commented on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr URL: https://github.com/apache/incubator-mxnet/pull/13933#issuecomment-474642943 @pinaraws Have not got a chance to look into the test failure. @anirudh2290 had explanation about why we are using

[GitHub] [incubator-mxnet] pinaraws commented on issue #14296: [WIP]: ensure when one dimension is zero the shape is inferred

2019-03-19 Thread GitBox
pinaraws commented on issue #14296: [WIP]: ensure when one dimension is zero the shape is inferred URL: https://github.com/apache/incubator-mxnet/pull/14296#issuecomment-474642136 @access2rohit Could you please address the comment by @ZhennanQin ?

[GitHub] [incubator-mxnet] pinaraws commented on issue #14367: upload snail for gluon

2019-03-19 Thread GitBox
pinaraws commented on issue #14367: upload snail for gluon URL: https://github.com/apache/incubator-mxnet/pull/14367#issuecomment-474641840 @szha @eric-haibin-lin This PR is ready for your review, please take a look, thanks!

[GitHub] [incubator-mxnet] pinaraws commented on issue #14252: Allow releasing all gpu memory

2019-03-19 Thread GitBox
pinaraws commented on issue #14252: Allow releasing all gpu memory URL: https://github.com/apache/incubator-mxnet/pull/14252#issuecomment-474641572 @vladoovtcharov Did you get a chance to work on changes requested by @szha ?

[GitHub] [incubator-mxnet] pinaraws commented on issue #14251: [WIP] Fix unary operator ceil/floor/trunc when data type is integer

2019-03-19 Thread GitBox
pinaraws commented on issue #14251: [WIP] Fix unary operator ceil/floor/trunc when data type is integer URL: https://github.com/apache/incubator-mxnet/pull/14251#issuecomment-474641174 @apeforest Could you please add a test as suggested by @szha ?

[GitHub] [incubator-mxnet] pinaraws commented on a change in pull request #14249: Update inference sample make file.

2019-03-19 Thread GitBox
pinaraws commented on a change in pull request #14249: Update inference sample make file. URL: https://github.com/apache/incubator-mxnet/pull/14249#discussion_r267152033 ## File path: cpp-package/example/inference/Makefile ## @@ -34,7 +40,12 @@ debug: all

[GitHub] [incubator-mxnet] pinaraws commented on issue #14208: Add support for fast variable-length LSTM

2019-03-19 Thread GitBox
pinaraws commented on issue #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208#issuecomment-474639930 @szha Could you please respond to questions posted by @stephenrawls ?

[GitHub] [incubator-mxnet] pinaraws commented on issue #14162: [WIP] Quantize/digitize operator

2019-03-19 Thread GitBox
pinaraws commented on issue #14162: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/14162#issuecomment-474639468 @lebeg Any updates? This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] pinaraws commented on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-19 Thread GitBox
pinaraws commented on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#issuecomment-474638921 @mxnet-label-bot add[Scala, Java] This is an

[GitHub] [incubator-mxnet] pinaraws commented on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-19 Thread GitBox
pinaraws commented on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#issuecomment-474638688 @mxnet-label-bot add[pr-awaiting-review] This is

[GitHub] [incubator-mxnet] ifeherva commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge]

2019-03-19 Thread GitBox
ifeherva commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge] URL: https://github.com/apache/incubator-mxnet/pull/13768#issuecomment-474638367 Still working on it, but got caught up with other tasks. I mostly figured out the technical part, the

[GitHub] [incubator-mxnet] lanking520 opened a new pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-19 Thread GitBox
lanking520 opened a new pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474 ## Description ## As title mentioned above, now you can draw bounding boxes with Scala/Java Image API. @andrewfayres

[GitHub] [incubator-mxnet] pinaraws commented on issue #14042: [MXNET-891] Support tuple of scales in upsample operator

2019-03-19 Thread GitBox
pinaraws commented on issue #14042: [MXNET-891] Support tuple of scales in upsample operator URL: https://github.com/apache/incubator-mxnet/pull/14042#issuecomment-474637086 @vandanavk Thanks for your contribution! Could you please rebase and resolve conflicts?

[GitHub] [incubator-mxnet] pinaraws commented on issue #13995: [MXNET-1287][WIP] Scala compiler warnings

2019-03-19 Thread GitBox
pinaraws commented on issue #13995: [MXNET-1287][WIP] Scala compiler warnings URL: https://github.com/apache/incubator-mxnet/pull/13995#issuecomment-474636605 @zachgk Any updates? This is an automated message from the Apache

[GitHub] [incubator-mxnet] pinaraws commented on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr

2019-03-19 Thread GitBox
pinaraws commented on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr URL: https://github.com/apache/incubator-mxnet/pull/13933#issuecomment-474636304 @yuxihu Any updates? This is an automated message from

[GitHub] [incubator-mxnet] pinaraws commented on issue #13917: [WIP] Enable image classification mem leak test

2019-03-19 Thread GitBox
pinaraws commented on issue #13917: [WIP] Enable image classification mem leak test URL: https://github.com/apache/incubator-mxnet/pull/13917#issuecomment-474635845 @KellenSunderland Thanks for your contribution! Could you please rebase and resolve conflicts?

[GitHub] [incubator-mxnet] pinaraws commented on issue #13824: Fix incorrect delete in MXExecutorReshape exception handling (#13376)

2019-03-19 Thread GitBox
pinaraws commented on issue #13824: Fix incorrect delete in MXExecutorReshape exception handling (#13376) URL: https://github.com/apache/incubator-mxnet/pull/13824#issuecomment-474635204 Merged @mxnet-label-bot remove [pr-awaiting-review]

[GitHub] [incubator-mxnet] pinaraws commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge]

2019-03-19 Thread GitBox
pinaraws commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge] URL: https://github.com/apache/incubator-mxnet/pull/13768#issuecomment-474634624 @ifeherva Do you have any updates? Do you need any help?

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial

2019-03-19 Thread GitBox
thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial URL: https://github.com/apache/incubator-mxnet/pull/12542#discussion_r267142969 ## File path: docs/tutorials/python/module_to_gluon.md ## @@ -0,0 +1,362 @@ + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial

2019-03-19 Thread GitBox
thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial URL: https://github.com/apache/incubator-mxnet/pull/12542#discussion_r267143036 ## File path: docs/tutorials/python/module_to_gluon.md ## @@ -0,0 +1,362 @@ + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial

2019-03-19 Thread GitBox
thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial URL: https://github.com/apache/incubator-mxnet/pull/12542#discussion_r267143272 ## File path: docs/tutorials/python/module_to_gluon.md ## @@ -0,0 +1,362 @@ + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial

2019-03-19 Thread GitBox
thomelane commented on a change in pull request #12542: [MXNET-949] Module API to Gluon API tutorial URL: https://github.com/apache/incubator-mxnet/pull/12542#discussion_r267143360 ## File path: docs/tutorials/python/module_to_gluon.md ## @@ -0,0 +1,362 @@ + + + + + + + +

[GitHub] [incubator-mxnet] pinaraws commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485

2019-03-19 Thread GitBox
pinaraws commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485 URL: https://github.com/apache/incubator-mxnet/pull/14470#issuecomment-474629530 @marcoabreu Sorry I missed your comment @devymex Please add tests as requested by @marcoabreu

[GitHub] [incubator-mxnet] vandanavk commented on issue #13627: [MXNET-895] ONNX import/export: TopK

2019-03-19 Thread GitBox
vandanavk commented on issue #13627: [MXNET-895] ONNX import/export: TopK URL: https://github.com/apache/incubator-mxnet/pull/13627#issuecomment-474628262 @pinaraws this is ready for review, but can be merged only after #13667

[GitHub] [incubator-mxnet] pinaraws commented on issue #13667: [MXNET-1253] [WIP] Fix large array issue in topk operator

2019-03-19 Thread GitBox
pinaraws commented on issue #13667: [MXNET-1253] [WIP] Fix large array issue in topk operator URL: https://github.com/apache/incubator-mxnet/pull/13667#issuecomment-474627160 @apeforest Any updates? This is an automated

[GitHub] [incubator-mxnet] pinaraws commented on issue #13627: [MXNET-895] ONNX import/export: TopK

2019-03-19 Thread GitBox
pinaraws commented on issue #13627: [MXNET-895] ONNX import/export: TopK URL: https://github.com/apache/incubator-mxnet/pull/13627#issuecomment-474626991 @vandanavk Is this ready for review? @Roshrini Can you please take a look?

[GitHub] [incubator-mxnet] pinaraws commented on issue #13472: [WIP][Don't merge] Comment out dmlc::SetEnv in pthread_atfork #13438

2019-03-19 Thread GitBox
pinaraws commented on issue #13472: [WIP][Don't merge] Comment out dmlc::SetEnv in pthread_atfork #13438 URL: https://github.com/apache/incubator-mxnet/pull/13472#issuecomment-474625532 @larroy Can this be merged now? Or should we close this PR?

[GitHub] [incubator-mxnet] apeforest closed pull request #13190: [WIP] catch floating number divide by zero

2019-03-19 Thread GitBox
apeforest closed pull request #13190: [WIP] catch floating number divide by zero URL: https://github.com/apache/incubator-mxnet/pull/13190 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] apeforest commented on issue #13190: [WIP] catch floating number divide by zero

2019-03-19 Thread GitBox
apeforest commented on issue #13190: [WIP] catch floating number divide by zero URL: https://github.com/apache/incubator-mxnet/pull/13190#issuecomment-474624814 Don't have time to work on this now. Closing it. This is an

[GitHub] [incubator-mxnet] pinaraws commented on issue #13190: [WIP] catch floating number divide by zero

2019-03-19 Thread GitBox
pinaraws commented on issue #13190: [WIP] catch floating number divide by zero URL: https://github.com/apache/incubator-mxnet/pull/13190#issuecomment-474624404 @apeforest Any updates? This is an automated message from the

[GitHub] [incubator-mxnet] pinaraws commented on issue #13142: [WIP] cudnnFind** API does not return deterministic algorithms

2019-03-19 Thread GitBox
pinaraws commented on issue #13142: [WIP] cudnnFind** API does not return deterministic algorithms URL: https://github.com/apache/incubator-mxnet/pull/13142#issuecomment-474623952 Is this still WIP @apeforest ? This is an

[GitHub] [incubator-mxnet] pinaraws commented on issue #13083: [MXNET-345] Hardmax operator

2019-03-19 Thread GitBox
pinaraws commented on issue #13083: [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#issuecomment-474623441 @ChaiBapchya Could you please fix the conflicts and retrigger the tests? This

[GitHub] [incubator-mxnet] sxjscience commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos, sin, negative, mul

2019-03-19 Thread GitBox
sxjscience commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul URL: https://github.com/apache/incubator-mxnet/pull/12821#issuecomment-474623034 No. @apeforest will continue working on that. From:

[GitHub] [incubator-mxnet] pinaraws commented on issue #12893: Dummy-data based benchmarking script for Gluon RNN-API

2019-03-19 Thread GitBox
pinaraws commented on issue #12893: Dummy-data based benchmarking script for Gluon RNN-API URL: https://github.com/apache/incubator-mxnet/pull/12893#issuecomment-474622736 @mxnet-label-bot add[pr-awaiting-response] This is

[GitHub] [incubator-mxnet] pinaraws commented on issue #12893: Dummy-data based benchmarking script for Gluon RNN-API

2019-03-19 Thread GitBox
pinaraws commented on issue #12893: Dummy-data based benchmarking script for Gluon RNN-API URL: https://github.com/apache/incubator-mxnet/pull/12893#issuecomment-474622583 @nswamy @sandeep-krishnamurthy @anirudh2290 - Please consider closing this PR since there is no follow up from the

[GitHub] [incubator-mxnet] pinaraws commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos, sin, negative, mul

2019-03-19 Thread GitBox
pinaraws commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul URL: https://github.com/apache/incubator-mxnet/pull/12821#issuecomment-474622336 @sxjscience Any updates? Are you still planning to continue to work on this PR?

[GitHub] [incubator-mxnet] pinaraws commented on issue #12635: [WIP] initial commit for trace op feature

2019-03-19 Thread GitBox
pinaraws commented on issue #12635: [WIP] initial commit for trace op feature URL: https://github.com/apache/incubator-mxnet/pull/12635#issuecomment-474621906 @samskalicky Any updates? This is an automated message from the

[GitHub] [incubator-mxnet] pinaraws commented on issue #12648: [WIP] Enable Codecov comment

2019-03-19 Thread GitBox
pinaraws commented on issue #12648: [WIP] Enable Codecov comment URL: https://github.com/apache/incubator-mxnet/pull/12648#issuecomment-474621788 @marcoabreu Any updates? This is an automated message from the Apache Git

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

2019-03-19 Thread GitBox
pinaraws commented on issue #12440: Add stable nrm2 for L2 normalization URL: https://github.com/apache/incubator-mxnet/pull/12440#issuecomment-474620734 @TD Any updates on the requested changes? This is an automated

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

2019-03-19 Thread GitBox
pinaraws commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-474620220 @rahulhuilgol Please review This is an automated

[GitHub] [incubator-mxnet] marcoabreu commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485

2019-03-19 Thread GitBox
marcoabreu commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485 URL: https://github.com/apache/incubator-mxnet/pull/14470#issuecomment-474620141 Sorry @pinaraws but I don't agree with that status.

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

2019-03-19 Thread GitBox
pinaraws commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-474619856 @mxnet-label-bot remove[pr-work-in-progress]

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

2019-03-19 Thread GitBox
pinaraws commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-474619792 @mxnet-label-bot add[pr-awaiting-review] This is

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

2019-03-19 Thread GitBox
pinaraws commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-474617799 @nswamy @sandeep-krishnamurthy @anirudh2290 - Please consider closing this PR since there is no follow up from the authors since

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

2019-03-19 Thread GitBox
pinaraws commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-474617653 @mxnet-label-bot remove[pr-work-in-progress] This is an

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

2019-03-19 Thread GitBox
pinaraws commented on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-474616505 @nswamy @sandeep-krishnamurthy @anirudh2290 - Please consider closing this PR since there is no follow up from the author since

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

2019-03-19 Thread GitBox
pinaraws commented on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-474616008 @mxnet-label-bot remove[pr-work-in-progress] This is an automated

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267126682 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267127740 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

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

2019-03-19 Thread GitBox
pinaraws edited a comment on issue #14461: [MXNET-1359] Adds a multiclass-MCC metric derived from Pearson URL: https://github.com/apache/incubator-mxnet/pull/14461#issuecomment-474595123 Thank you for your contribution @tlby! Some tests are failing, please have a look.

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267127631 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] pinaraws edited a comment on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485

2019-03-19 Thread GitBox
pinaraws edited a comment on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485 URL: https://github.com/apache/incubator-mxnet/pull/14470#issuecomment-474596031 @mxnet-label-bot add[pr-awaiting-merge]

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267127428 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267126861 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267126384 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] pinaraws edited a comment on issue #14472: Fixed tutorial warnings

2019-03-19 Thread GitBox
pinaraws edited a comment on issue #14472: Fixed tutorial warnings URL: https://github.com/apache/incubator-mxnet/pull/14472#issuecomment-474596489 Thank you for your contribution @NRauschmayr! Some tests are failing, please have a look. @mxnet-label-bot add[pr-work-in-progress]

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267127654 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] pinaraws edited a comment on issue #14473: Fixes the test_sgld

2019-03-19 Thread GitBox
pinaraws edited a comment on issue #14473: Fixes the test_sgld URL: https://github.com/apache/incubator-mxnet/pull/14473#issuecomment-474597161 Thank you for your contribution @stu1130! Some tests are failing, please have a look. @mxnet-label-bot add[pr-work-in-progress]

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267126965 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267126859 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267126320 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267126127 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
ThomasDelteil commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267125641 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + +

[GitHub] [incubator-mxnet] piyushghai commented on issue #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on issue #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#issuecomment-474605418 @ThomasDelteil Can you also review this :) ? This is an automated

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267119046 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,311 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267118978 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,311 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] piyushghai opened a new pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai opened a new pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462 ## Description ## Added a simple tutorial showcasing the fit api usage. ## Checklist ## ### Essentials ### Please feel free to

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267118931 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,311 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial

2019-03-19 Thread GitBox
piyushghai commented on a change in pull request #14462: [MXNET-1358][Fit API] Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/14462#discussion_r267118290 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,311 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] ShownX edited a comment on issue #14459: Cannot release memory sometimes

2019-03-19 Thread GitBox
ShownX edited a comment on issue #14459: Cannot release memory sometimes URL: https://github.com/apache/incubator-mxnet/issues/14459#issuecomment-474600351 ![Screenshot from 2019-03-19

[GitHub] [incubator-mxnet] ShownX edited a comment on issue #14459: Cannot release memory sometimes

2019-03-19 Thread GitBox
ShownX edited a comment on issue #14459: Cannot release memory sometimes URL: https://github.com/apache/incubator-mxnet/issues/14459#issuecomment-474600351 ![Screenshot from 2019-03-19

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

2019-03-19 Thread GitBox
ShownX commented on issue #14459: Cannot release memory sometimes URL: https://github.com/apache/incubator-mxnet/issues/14459#issuecomment-474600351 ![Screenshot from 2019-03-19 16-54-23](https://user-images.githubusercontent.com/9678100/54644629-c2b15800-4a67-11e9-8f41-f58ad6f17f45.png)

[GitHub] [incubator-mxnet] ThomasDelteil commented on issue #14101: Flaky test_random.test_multinomial_generator

2019-03-19 Thread GitBox
ThomasDelteil commented on issue #14101: Flaky test_random.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14101#issuecomment-474600025 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-14472/1/pipeline

[GitHub] [incubator-mxnet] pinaraws commented on issue #14473: Fixes the test_sgld

2019-03-19 Thread GitBox
pinaraws commented on issue #14473: Fixes the test_sgld URL: https://github.com/apache/incubator-mxnet/pull/14473#issuecomment-474597161 Thank you for your contribution @stu1130! Some tests are failing, please have a look. @mxnet-label-bot [pr-work-in-progress]

[GitHub] [incubator-mxnet] pinaraws commented on issue #14472: Fixed tutorial warnings

2019-03-19 Thread GitBox
pinaraws commented on issue #14472: Fixed tutorial warnings URL: https://github.com/apache/incubator-mxnet/pull/14472#issuecomment-474596489 Thank you for your contribution @NRauschmayr! Some tests are failing, please have a look. @mxnet-label-bot [pr-work-in-progress]

[GitHub] [incubator-mxnet] pinaraws commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485

2019-03-19 Thread GitBox
pinaraws commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485 URL: https://github.com/apache/incubator-mxnet/pull/14470#issuecomment-474596031 @mxnet-label-bot [pr-awaiting-merge] This

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

2019-03-19 Thread GitBox
pinaraws commented on issue #14461: [MXNET-1359] Adds a multiclass-MCC metric derived from Pearson URL: https://github.com/apache/incubator-mxnet/pull/14461#issuecomment-474595123 Thank you for your contribution @tlby! Some tests are failing, please have a look. @mxnet-label-bot

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #14473: Fixes the test_sgld

2019-03-19 Thread GitBox
stu1130 opened a new pull request #14473: Fixes the test_sgld URL: https://github.com/apache/incubator-mxnet/pull/14473 ## Description ## Fixes #14241 The original test failed with float16. Adjust the tolerance level of float16 following [Fixing Flaky

  1   2   3   >