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

2019-03-08 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 5736544 Bump the publish

[GitHub] [incubator-mxnet] karan6181 commented on issue #14350: [MXNET-1335][WIP][fit api]Text Sentiment Classification examples using Gluon fit() API

2019-03-08 Thread GitBox
karan6181 commented on issue #14350: [MXNET-1335][WIP][fit api]Text Sentiment Classification examples using Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14350#issuecomment-471141527 Hi @szha , thank you for your inputs. we were planning to shift these examples into

[GitHub] [incubator-mxnet] iblis17 merged pull request #14024: Julia: split symbolic-node.jl into several snippets

2019-03-08 Thread GitBox
iblis17 merged pull request #14024: Julia: split symbolic-node.jl into several snippets URL: https://github.com/apache/incubator-mxnet/pull/14024 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Julia: split symbolic-node.jl into several snippets (#14024)

2019-03-08 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis 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 ed83071 Julia: split symbolic-node.jl

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

2019-03-08 Thread GitBox
andrewfayres commented on issue #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#issuecomment-471137318 @nswamy This is because there is no guarantee that they are created at the same ResourceScope level. For example, the

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator

2019-03-08 Thread GitBox
wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator URL: https://github.com/apache/incubator-mxnet/pull/14363#discussion_r263981617 ## File path: src/operator/custom/custom-inl.h ## @@ -139,38 +143,51 @@ class CustomOperator {

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14363: Support multi-threading for Custom Operator

2019-03-08 Thread GitBox
anirudh2290 commented on a change in pull request #14363: Support multi-threading for Custom Operator URL: https://github.com/apache/incubator-mxnet/pull/14363#discussion_r263981157 ## File path: src/operator/custom/custom-inl.h ## @@ -139,38 +143,51 @@ class

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator

2019-03-08 Thread GitBox
wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator URL: https://github.com/apache/incubator-mxnet/pull/14363#discussion_r263979000 ## File path: src/operator/custom/custom-inl.h ## @@ -139,38 +143,51 @@ class CustomOperator {

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

2019-03-08 Thread GitBox
nswamy commented on issue #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#issuecomment-471132632 If I understood correct(from the description), the problem is Executor creates some NDArrays that gets disposed before the

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator

2019-03-08 Thread GitBox
wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator URL: https://github.com/apache/incubator-mxnet/pull/14363#discussion_r263979000 ## File path: src/operator/custom/custom-inl.h ## @@ -139,38 +143,51 @@ class CustomOperator {

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator

2019-03-08 Thread GitBox
wkcn commented on a change in pull request #14363: Support multi-threading for Custom Operator URL: https://github.com/apache/incubator-mxnet/pull/14363#discussion_r263979000 ## File path: src/operator/custom/custom-inl.h ## @@ -139,38 +143,51 @@ class CustomOperator {

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

2019-03-08 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 9d79136 Bump the publish

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

2019-03-08 Thread GitBox
anirudh2290 commented on issue #14358: Memory builds up when creating size-zero NDArray in a loop URL: https://github.com/apache/incubator-mxnet/issues/14358#issuecomment-471131141 Nice catch ! This is an automated message

[GitHub] [incubator-mxnet] e8035669 edited a comment on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh

2019-03-08 Thread GitBox
e8035669 edited a comment on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh URL: https://github.com/apache/incubator-mxnet/issues/14184#issuecomment-471129574 Oh! It works! I really don't understand mxnet. I should work hard on it. Thank you guys.

[GitHub] [incubator-mxnet] e8035669 edited a comment on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh

2019-03-08 Thread GitBox
e8035669 edited a comment on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh URL: https://github.com/apache/incubator-mxnet/issues/14184#issuecomment-471129574 Oh! It works! I really don't realize mxnet. I should work hard on it. Thank you guys.

[GitHub] [incubator-mxnet] e8035669 closed issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh

2019-03-08 Thread GitBox
e8035669 closed issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh URL: https://github.com/apache/incubator-mxnet/issues/14184 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] e8035669 commented on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh

2019-03-08 Thread GitBox
e8035669 commented on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh URL: https://github.com/apache/incubator-mxnet/issues/14184#issuecomment-471129574 Oh! It works! I really don't know mxnet. I should work hard on it. Thank you guys.

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14363: Support multi-threading for Custom Operator

2019-03-08 Thread GitBox
anirudh2290 commented on a change in pull request #14363: Support multi-threading for Custom Operator URL: https://github.com/apache/incubator-mxnet/pull/14363#discussion_r263976440 ## File path: src/operator/custom/custom-inl.h ## @@ -139,38 +143,51 @@ class

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

2019-03-08 Thread GitBox
andrewfayres commented on issue #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#issuecomment-471127342 NeuralStyle on gpu seems to be failing. I'll have to dig into why. I also think I've thought of a better way to deal

[GitHub] [incubator-mxnet] kice edited a comment on issue #13346: Aggregate SGD

2019-03-08 Thread GitBox
kice edited a comment on issue #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346#issuecomment-471124605 Missing type information for some parameteres E.g. From here

[GitHub] [incubator-mxnet] kice edited a comment on issue #13346: Aggregate SGD

2019-03-08 Thread GitBox
kice edited a comment on issue #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346#issuecomment-471124605 Missing type information for some parameteres E.g. From here

[GitHub] [incubator-mxnet] kice commented on issue #13346: Aggregate SGD

2019-03-08 Thread GitBox
kice commented on issue #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346#issuecomment-471124605 Missing type information for some parameteres E.g. From here

[GitHub] [incubator-mxnet] leleamol commented on issue #13861: mxnet C API gives the wrong detection results with yolo coco pretrained model exported form gluonCV

2019-03-08 Thread GitBox
leleamol commented on issue #13861: mxnet C API gives the wrong detection results with yolo coco pretrained model exported form gluonCV URL: https://github.com/apache/incubator-mxnet/issues/13861#issuecomment-471121628 @SOWENKIN I tried reproducing this issue with mxnet =1.4. I am

[GitHub] [incubator-mxnet] piyushghai commented on issue #14373: Passing parameters to HybridBlocks and not using them

2019-03-08 Thread GitBox
piyushghai commented on issue #14373: Passing parameters to HybridBlocks and not using them URL: https://github.com/apache/incubator-mxnet/issues/14373#issuecomment-471119930 Looks like a possible bug to me. I'm labelling it so that the MXNet community can help resolve it.

[GitHub] [incubator-mxnet] whamza15 opened a new issue #14373: Passing parameters to HybridBlocks and not using them

2019-03-08 Thread GitBox
whamza15 opened a new issue #14373: Passing parameters to HybridBlocks and not using them URL: https://github.com/apache/incubator-mxnet/issues/14373 ## Description Not using variables in hybrid_forward() causes deferred initialization to fail. There is no requirement that one

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14373: Passing parameters to HybridBlocks and not using them

2019-03-08 Thread GitBox
mxnet-label-bot commented on issue #14373: Passing parameters to HybridBlocks and not using them URL: https://github.com/apache/incubator-mxnet/issues/14373#issuecomment-471117573 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels

[GitHub] [incubator-mxnet] ptrendx commented on issue #14066: Add dtype visualization to plot_network

2019-03-08 Thread GitBox
ptrendx commented on issue #14066: Add dtype visualization to plot_network URL: https://github.com/apache/incubator-mxnet/pull/14066#issuecomment-471116466 @szha Does anything else need to be done with this PR? This is an

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

2019-03-08 Thread GitBox
yuxihu commented on issue #14365: Fix memory leak for size-zero ndarray URL: https://github.com/apache/incubator-mxnet/pull/14365#issuecomment-471115893 Yes, I am looking into the test failures. This is an automated message

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph

2019-03-08 Thread GitBox
anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r263965734 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -200,7 +197,7 @@ typedef

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

2019-03-08 Thread GitBox
vandanavk commented on issue #14372: Memory fixes. Resolves #10867, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372#issuecomment-471108372 @mxnet-label-bot add [Memory, Scala, pr-awaiting-review]

[GitHub] [incubator-mxnet] andrewfayres commented on issue #11926: segfault in native code while trying to use CustomOp

2019-03-08 Thread GitBox
andrewfayres commented on issue #11926: segfault in native code while trying to use CustomOp URL: https://github.com/apache/incubator-mxnet/issues/11926#issuecomment-471107302 I accidentally added the wrong issue id to the pr above. It doesn't have anything to do with this.

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14371: Links and References in Julia tutorials are broken

2019-03-08 Thread GitBox
anirudhacharya commented on issue #14371: Links and References in Julia tutorials are broken URL: https://github.com/apache/incubator-mxnet/issues/14371#issuecomment-471105294 @piyushghai I do not know the proper links and references. I was just trying to checkout mxnet's julia bindings

[GitHub] [incubator-mxnet] piyushghai commented on issue #14371: Links and References in Julia tutorials are broken

2019-03-08 Thread GitBox
piyushghai commented on issue #14371: Links and References in Julia tutorials are broken URL: https://github.com/apache/incubator-mxnet/issues/14371#issuecomment-471103450 @anirudhacharya Good catch. Can you perhaps also raise a PR to fix this ? @mxnet-label-bot Update [Doc,

[GitHub] [incubator-mxnet] piyushghai commented on issue #14371: Links and References in Julia tutorials are broken

2019-03-08 Thread GitBox
piyushghai commented on issue #14371: Links and References in Julia tutorials are broken URL: https://github.com/apache/incubator-mxnet/issues/14371#issuecomment-471103101 @mxnet-label-bot Add [Doc, Julia] This is an

[GitHub] [incubator-mxnet] andrewfayres opened a new pull request #14372: Memory fixes. Resolves #11926, and resolves #14080

2019-03-08 Thread GitBox
andrewfayres opened a new pull request #14372: Memory fixes. Resolves #11926, and resolves #14080 URL: https://github.com/apache/incubator-mxnet/pull/14372 ## Description ## There were a few memory leaks in executor and some instances of where ResourceScope was causing problems. This

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14262: Fix NaN value comparisons in relu, max and min ops

2019-03-08 Thread GitBox
anirudhacharya commented on issue #14262: Fix NaN value comparisons in relu, max and min ops URL: https://github.com/apache/incubator-mxnet/pull/14262#issuecomment-471102695 Run Mode: Before --> After ( time in ms) 'Whole CPU run: '- 0.843163 --> 0.864071 'Forward CPU

[GitHub] [incubator-mxnet] andrewfayres commented on issue #10867: Scala Module API resize is leaking memory on the native size.

2019-03-08 Thread GitBox
andrewfayres commented on issue #10867: Scala Module API resize is leaking memory on the native size. URL: https://github.com/apache/incubator-mxnet/issues/10867#issuecomment-471098431 I've finally come up with a good fix for this. I'll be submitting a PR shortly. I've run your test on

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14351: [MXNet-1348][WIP][Fit API]Adding CNN examples for fit() API

2019-03-08 Thread GitBox
abhinavs95 commented on a change in pull request #14351: [MXNet-1348][WIP][Fit API]Adding CNN examples for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14351#discussion_r263949755 ## File path: example/gluon/estimator_example/alexnet.py ## @@ -0,0 +1,156

[GitHub] [incubator-mxnet] roywei commented on issue #14351: [MXNet-1348][WIP][Fit API]Adding CNN examples for fit() API

2019-03-08 Thread GitBox
roywei commented on issue #14351: [MXNet-1348][WIP][Fit API]Adding CNN examples for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14351#issuecomment-471091897 Hi @szha, thanks for pointing out, we do plan to do a tutorial for the API. after some discussions, we dediced to

[GitHub] [incubator-mxnet] roywei commented on issue #14350: [MXNET-1335][WIP][fit api]Text Sentiment Classification examples using Gluon fit() API

2019-03-08 Thread GitBox
roywei commented on issue #14350: [MXNET-1335][WIP][fit api]Text Sentiment Classification examples using Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14350#issuecomment-471091795 Hi @szha, thanks for pointing out, we do plan to do a tutorial for the API. after some

[GitHub] [incubator-mxnet] apeforest commented on issue #14286: Add examples of running MXNet with Horovod

2019-03-08 Thread GitBox
apeforest commented on issue #14286: Add examples of running MXNet with Horovod URL: https://github.com/apache/incubator-mxnet/pull/14286#issuecomment-471077249 @pengzhao-intel @eric-haibin-lin @yuxihu @ctcyang Addressed your comments. Please help to review again. Thanks!

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

2019-03-08 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 0ffa4dd Bump the publish

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj`

2019-03-08 Thread GitBox
gigasquid commented on a change in pull request #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj` URL: https://github.com/apache/incubator-mxnet/pull/14308#discussion_r263917326 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/ndarray.clj

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj`

2019-03-08 Thread GitBox
gigasquid commented on a change in pull request #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj` URL: https://github.com/apache/incubator-mxnet/pull/14308#discussion_r263919484 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/ndarray.clj

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj`

2019-03-08 Thread GitBox
gigasquid commented on a change in pull request #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj` URL: https://github.com/apache/incubator-mxnet/pull/14308#discussion_r263916984 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/ndarray.clj

[GitHub] [incubator-mxnet] nswamy commented on issue #14350: [MXNET-1335][WIP][fit api]Text Sentiment Classification examples using Gluon fit() API

2019-03-08 Thread GitBox
nswamy commented on issue #14350: [MXNET-1335][WIP][fit api]Text Sentiment Classification examples using Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14350#issuecomment-471061316 I think it might be a good idea to have these example(for Gluon) in the main repo,

[GitHub] [incubator-mxnet] anirudhacharya opened a new issue #14371: Links and References in Julia tutorials are broken

2019-03-08 Thread GitBox
anirudhacharya opened a new issue #14371: Links and References in Julia tutorials are broken URL: https://github.com/apache/incubator-mxnet/issues/14371 The links and references in the two Julia tutorials are broken - -

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14371: Links and References in Julia tutorials are broken

2019-03-08 Thread GitBox
mxnet-label-bot commented on issue #14371: Links and References in Julia tutorials are broken URL: https://github.com/apache/incubator-mxnet/issues/14371#issuecomment-471060213 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14351: [MXNet-1348][WIP][Fit API]Adding CNN examples for fit() API

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14351: [MXNet-1348][WIP][Fit API]Adding CNN examples for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14351#discussion_r263908825 ## File path: example/gluon/estimator_example/alexnet.py ## @@ -0,0 +1,156 @@

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263893930 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263907978 ## File path: python/mxnet/gluon/estimator/event_handler.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263898477 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263891726 ## File path: example/gluon/estimator_example/mnist_cnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263890619 ## File path: example/gluon/estimator_example/mnist_cnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263907705 ## File path: python/mxnet/gluon/estimator/event_handler.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263897968 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263898629 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263893130 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263891834 ## File path: example/gluon/estimator_example/mnist_cnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263896630 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r26385 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler

2019-03-08 Thread GitBox
nswamy commented on a change in pull request #14346: [MXNet-1334][WIP][Fit API]base class for estimator and eventhandler URL: https://github.com/apache/incubator-mxnet/pull/14346#discussion_r263899369 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@ -0,0

[GitHub] [incubator-mxnet] gigasquid commented on issue #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj`

2019-03-08 Thread GitBox
gigasquid commented on issue #14308: [clojure-package][wip] add `->nd-vec` function in `ndarray.clj` URL: https://github.com/apache/incubator-mxnet/pull/14308#issuecomment-471052758 taking a look  This is an automated

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14305: [Clojure] Helper function for n-dim vector to ndarray

2019-03-08 Thread GitBox
gigasquid commented on a change in pull request #14305: [Clojure] Helper function for n-dim vector to ndarray URL: https://github.com/apache/incubator-mxnet/pull/14305#discussion_r263905379 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/util.clj ## @@

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14305: [Clojure] Helper function for n-dim vector to ndarray

2019-03-08 Thread GitBox
gigasquid commented on a change in pull request #14305: [Clojure] Helper function for n-dim vector to ndarray URL: https://github.com/apache/incubator-mxnet/pull/14305#discussion_r263877165 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/util.clj ## @@

[GitHub] [incubator-mxnet] gigasquid commented on a change in pull request #14305: [Clojure] Helper function for n-dim vector to ndarray

2019-03-08 Thread GitBox
gigasquid commented on a change in pull request #14305: [Clojure] Helper function for n-dim vector to ndarray URL: https://github.com/apache/incubator-mxnet/pull/14305#discussion_r263903235 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/ndarray.clj ##

[GitHub] [incubator-mxnet] piyushghai commented on issue #14345: Output inconsistency between mxnet model and converted onnx model

2019-03-08 Thread GitBox
piyushghai commented on issue #14345: Output inconsistency between mxnet model and converted onnx model URL: https://github.com/apache/incubator-mxnet/issues/14345#issuecomment-471048675 @XinyuDu Thanks I was missing protobuf. So I was able to reproduce your issue. I loaded

[GitHub] [incubator-mxnet] leleamol commented on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh

2019-03-08 Thread GitBox
leleamol commented on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh URL: https://github.com/apache/incubator-mxnet/issues/14184#issuecomment-471045003 Hi @e8035669 , I tried your example but instead of `Symbol dummySym = Symbol::Variable();` I

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

2019-03-08 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 33173cc Bump the publish

[GitHub] [incubator-mxnet] piyushghai commented on issue #14370: Add travis build for different platforms

2019-03-08 Thread GitBox
piyushghai commented on issue #14370: Add travis build for different platforms URL: https://github.com/apache/incubator-mxnet/issues/14370#issuecomment-471043772 @marcoabreu Is this something we plan to do with Travis ? Or are the Jenkins CI testing out various platform sufficient for now

[GitHub] [incubator-mxnet] access2rohit commented on issue #14365: Fix memory leak for size-zero ndarray

2019-03-08 Thread GitBox
access2rohit commented on issue #14365: Fix memory leak for size-zero ndarray URL: https://github.com/apache/incubator-mxnet/pull/14365#issuecomment-471027889 @yuxihu Can you look at the failing checks. LGTM This is an

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14202: [Doc] Start the tutorials for MKL-DNN backend

2019-03-08 Thread GitBox
aaronmarkham commented on issue #14202: [Doc] Start the tutorials for MKL-DNN backend URL: https://github.com/apache/incubator-mxnet/pull/14202#issuecomment-471022048 Sorry, I thought I already replied. We can do the docs update in a separate PR, but I wanted to flag that it should be

[GitHub] [incubator-mxnet] piyushghai commented on issue #14369: mxnet build error: with flag USE_TENSORRT

2019-03-08 Thread GitBox
piyushghai commented on issue #14369: mxnet build error: with flag USE_TENSORRT URL: https://github.com/apache/incubator-mxnet/issues/14369#issuecomment-471016881 @mxnet-label-bot Add [Build] This is an automated message

[GitHub] [incubator-mxnet] piyushghai commented on issue #14369: mxnet build error: with flag USE_TENSORRT

2019-03-08 Thread GitBox
piyushghai commented on issue #14369: mxnet build error: with flag USE_TENSORRT URL: https://github.com/apache/incubator-mxnet/issues/14369#issuecomment-471016736 @sleepwalker2017 Can you tell me a bit more information about your system ? You can use this template : ##

[GitHub] [incubator-mxnet] ausk edited a comment on issue #14116: Failure in generated op.h in version 1.3.1

2019-03-08 Thread GitBox
ausk edited a comment on issue #14116: Failure in generated op.h in version 1.3.1 URL: https://github.com/apache/incubator-mxnet/issues/14116#issuecomment-471015256 Rebuild more than 5 times, building failed when run `OpWrapperGenerator.py`, finally locate to this issue ...

[GitHub] [incubator-mxnet] ausk commented on issue #14116: Failure in generated op.h in version 1.3.1

2019-03-08 Thread GitBox
ausk commented on issue #14116: Failure in generated op.h in version 1.3.1 URL: https://github.com/apache/incubator-mxnet/issues/14116#issuecomment-471015256 Rebuild more than 5 times, building failed when run `OpWrapperGenerator.py`, finally locate to this issue.

[GitHub] [incubator-mxnet] piyushghai commented on issue #14370: Add travis build for different platforms

2019-03-08 Thread GitBox
piyushghai commented on issue #14370: Add travis build for different platforms URL: https://github.com/apache/incubator-mxnet/issues/14370#issuecomment-471015050 @mxnet-label-bot Add [Feature Request, Build] This is an

[GitHub] [incubator-mxnet] piyushghai commented on issue #14368: test_operator_gpu.test_bulking failing on windows

2019-03-08 Thread GitBox
piyushghai commented on issue #14368: test_operator_gpu.test_bulking failing on windows URL: https://github.com/apache/incubator-mxnet/issues/14368#issuecomment-471014705 @mxnet-label-bot Add[Test, CI, Windows] This is an

[GitHub] [incubator-mxnet] piyushghai commented on issue #14364: Enable MKL_USE_ILP64 cause a lot of compile time errors on windws

2019-03-08 Thread GitBox
piyushghai commented on issue #14364: Enable MKL_USE_ILP64 cause a lot of compile time errors on windws URL: https://github.com/apache/incubator-mxnet/issues/14364#issuecomment-471014472 @mxnet-label-bot Add [CPP, Windows, Build]

[GitHub] [incubator-mxnet] piyushghai commented on issue #14366: Flaky test test_with_random_seed

2019-03-08 Thread GitBox
piyushghai commented on issue #14366: Flaky test test_with_random_seed URL: https://github.com/apache/incubator-mxnet/issues/14366#issuecomment-471013556 @mxnet-label-bot Update [Flaky, Test] This is an automated message

[GitHub] [incubator-mxnet] vandanavk commented on issue #14356: support leading dimension of -1 in ravel/unravel

2019-03-08 Thread GitBox
vandanavk commented on issue #14356: support leading dimension of -1 in ravel/unravel URL: https://github.com/apache/incubator-mxnet/pull/14356#issuecomment-471000353 @apeforest @samskalicky @anirudh2290 for review This is

[GitHub] [incubator-mxnet] zeryx commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result

2019-03-08 Thread GitBox
zeryx commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result URL: https://github.com/apache/incubator-mxnet/issues/10567#issuecomment-470993875 @KellenSunderland would love to know more, this is very relevant to us.

[GitHub] [incubator-mxnet] gigasquid commented on issue #14305: [Clojure] Helper function for n-dim vector to ndarray

2019-03-08 Thread GitBox
gigasquid commented on issue #14305: [Clojure] Helper function for n-dim vector to ndarray URL: https://github.com/apache/incubator-mxnet/pull/14305#issuecomment-470978955 taking a look  This is an automated message from

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

2019-03-08 Thread GitBox
vandanavk commented on issue #14367: upload snail for gluon URL: https://github.com/apache/incubator-mxnet/pull/14367#issuecomment-470961639 @mxnet-label-bot add [Gluon, Example, pr-awaiting-review] This is an automated

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

2019-03-08 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 3d486b5 Bump the publish

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__'

2019-03-08 Thread GitBox
wkcn edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__' URL: https://github.com/apache/incubator-mxnet/issues/13199#issuecomment-470919032 @kohillyang I submitted a PR to

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__'

2019-03-08 Thread GitBox
wkcn edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__' URL: https://github.com/apache/incubator-mxnet/issues/13199#issuecomment-470919032 @kohillyang I submitted a PR to

[GitHub] [incubator-mxnet] wkcn commented on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__'

2019-03-08 Thread GitBox
wkcn commented on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__' URL: https://github.com/apache/incubator-mxnet/issues/13199#issuecomment-470919032 @kohillyang I submitted a PR to support

[GitHub] [incubator-mxnet] kohillyang edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__'

2019-03-08 Thread GitBox
kohillyang edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__' URL: https://github.com/apache/incubator-mxnet/issues/13199#issuecomment-470867620 I didn't modify

[GitHub] [incubator-mxnet] kohillyang edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__'

2019-03-08 Thread GitBox
kohillyang edited a comment on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__' URL: https://github.com/apache/incubator-mxnet/issues/13199#issuecomment-470867620 I didn't modify

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14370: Add travis build for different platforms

2019-03-08 Thread GitBox
mxnet-label-bot commented on issue #14370: Add travis build for different platforms URL: https://github.com/apache/incubator-mxnet/issues/14370#issuecomment-470872524 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] [incubator-mxnet] stereomatchingkiss opened a new issue #14370: Add travis build for different platforms

2019-03-08 Thread GitBox
stereomatchingkiss opened a new issue #14370: Add travis build for different platforms URL: https://github.com/apache/incubator-mxnet/issues/14370 Any plan to add travis build for different platforms? Right now mxnet/cpp_package on windows are broken(according to #14343, it is broken

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14369: mxnet compile error: with flag USE_TENSORRT

2019-03-08 Thread GitBox
mxnet-label-bot commented on issue #14369: mxnet compile error: with flag USE_TENSORRT URL: https://github.com/apache/incubator-mxnet/issues/14369#issuecomment-470867902 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] [incubator-mxnet] sleepwalker2017 opened a new issue #14369: mxnet compile error: with flag USE_TENSORRT

2019-03-08 Thread GitBox
sleepwalker2017 opened a new issue #14369: mxnet compile error: with flag USE_TENSORRT URL: https://github.com/apache/incubator-mxnet/issues/14369 make -j USE_CPP_PACKAGE=1 USE_TENSORRT here is the error list: src/executor/onnx_to_tensorrt.cc: In function

[GitHub] [incubator-mxnet] kohillyang commented on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__'

2019-03-08 Thread GitBox
kohillyang commented on issue #13199: Namescope is None when hybridize in multi-threading environment. AttributeError: 'NoneType' object has no attribute '__exit__' URL: https://github.com/apache/incubator-mxnet/issues/13199#issuecomment-470867620 I didn't modify

[GitHub] [incubator-mxnet] XinyuDu commented on issue #14345: Output inconsistency between mxnet model and converted onnx model

2019-03-08 Thread GitBox
XinyuDu commented on issue #14345: Output inconsistency between mxnet model and converted onnx model URL: https://github.com/apache/incubator-mxnet/issues/14345#issuecomment-47085 > @XinyuDu I downloaded your model, and given the code snippet, I was not able to convert it to ONNX.