[GitHub] [incubator-mxnet] apeforest commented on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
apeforest commented on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475118273 It seems the mismatch you reported has been fixed in master. Please rebase the latest master and verify. Thanks.

[GitHub] [incubator-mxnet] apeforest commented on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
apeforest commented on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475118077 > then you will see "error C2672: 'std::min': no matching overloaded function found". This error is not unique to Windows VC2015. Linux should

[GitHub] [incubator-mxnet] apeforest commented on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
apeforest commented on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475117887 > Build it by vc2015 then you will know what am I talking about. If our Windows CI could not catch the error you encountered, we cannot verify

[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
stereomatchingkiss commented on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475114296 > Would you be able to check how this build steps are different from what you are doing ? Not sure, maybe we are using different

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

2019-03-20 Thread GitBox
apeforest commented on issue #14286: Add examples of running MXNet with Horovod URL: https://github.com/apache/incubator-mxnet/pull/14286#issuecomment-475108026 @eric-haibin-lin Could you please help to review or merge this PR if no other concern?

[GitHub] [incubator-mxnet] ymjiang edited a comment on issue #14485: Any suggestion to accelerate parameter update on PS for distributed training?

2019-03-20 Thread GitBox
ymjiang edited a comment on issue #14485: Any suggestion to accelerate parameter update on PS for distributed training? URL: https://github.com/apache/incubator-mxnet/issues/14485#issuecomment-475106277 @apeforest I use Alexnet, about 50M parameters.

[GitHub] [incubator-mxnet] ymjiang commented on issue #14485: Any suggestion to accelerate parameter update on PS for distributed training?

2019-03-20 Thread GitBox
ymjiang commented on issue #14485: Any suggestion to accelerate parameter update on PS for distributed training? URL: https://github.com/apache/incubator-mxnet/issues/14485#issuecomment-475106277 @apeforest I use Alexnet, about 50M parameter.

[incubator-mxnet] branch master updated: Fixes test_operator_gpu.test_multinomial_generator (#14475)

2019-03-20 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn 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 a01bdee Fixes

[GitHub] [incubator-mxnet] wkcn closed issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator

2019-03-20 Thread GitBox
wkcn closed issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14158 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] wkcn commented on issue #14475: Fixes test_operator_gpu.test_multinomial_generator

2019-03-20 Thread GitBox
wkcn commented on issue #14475: Fixes test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14475#issuecomment-475104522 Merged. Thanks for your contribution! This is an automated

[GitHub] [incubator-mxnet] wkcn merged pull request #14475: Fixes test_operator_gpu.test_multinomial_generator

2019-03-20 Thread GitBox
wkcn merged pull request #14475: Fixes test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14475 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] wkcn closed issue #14457: [Flaky Test] Python 3: GPU WIN test_operator_gpu.test_multinomial_generator

2019-03-20 Thread GitBox
wkcn closed issue #14457: [Flaky Test] Python 3: GPU WIN test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14457 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] apeforest commented on issue #14485: Any suggestion to accelerate parameter update on PS for distributed training?

2019-03-20 Thread GitBox
apeforest commented on issue #14485: Any suggestion to accelerate parameter update on PS for distributed training? URL: https://github.com/apache/incubator-mxnet/issues/14485#issuecomment-475101655 @ymjiang how many parameters in one update

[GitHub] [incubator-mxnet] ymjiang opened a new issue #14485: Any suggestion to accelerate parameter update for distributed training?

2019-03-20 Thread GitBox
ymjiang opened a new issue #14485: Any suggestion to accelerate parameter update for distributed training? URL: https://github.com/apache/incubator-mxnet/issues/14485 When doing distributed training, I find the parameter update (push requests) dominates the communication time. Since the

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14485: Any suggestion to accelerate parameter update for distributed training?

2019-03-20 Thread GitBox
mxnet-label-bot commented on issue #14485: Any suggestion to accelerate parameter update for distributed training? URL: https://github.com/apache/incubator-mxnet/issues/14485#issuecomment-475097500 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and

[GitHub] [incubator-mxnet] szha commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size …

2019-03-20 Thread GitBox
szha commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size … URL: https://github.com/apache/incubator-mxnet/pull/14464#issuecomment-475095994 @wkcn yes, that feature is being developed in the feature branch.

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

2019-03-20 Thread GitBox
wuxun-zhang commented on issue #14286: Add examples of running MXNet with Horovod URL: https://github.com/apache/incubator-mxnet/pull/14286#issuecomment-475096041 @apeforest @yuxihu I tried the lastest MXNet repo and ran Horovod (using PyPi package) successfully on CPU. Many thanks for

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
anirudh2290 commented on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475095589 @stereomatchingkiss there is currently a ci check for windows build and the latest commit on 1.3.x has a windows build test passing:

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14484: Odd behaviour with 'device' kvstore and CUDA illegal memory access errors

2019-03-20 Thread GitBox
mxnet-label-bot commented on issue #14484: Odd behaviour with 'device' kvstore and CUDA illegal memory access errors URL: https://github.com/apache/incubator-mxnet/issues/14484#issuecomment-475092764 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and

[GitHub] [incubator-mxnet] OliverColeman opened a new issue #14484: Odd behaviour with 'device' kvstore and CUDA illegal memory access errors

2019-03-20 Thread GitBox
OliverColeman opened a new issue #14484: Odd behaviour with 'device' kvstore and CUDA illegal memory access errors URL: https://github.com/apache/incubator-mxnet/issues/14484 ## Description Training the FCN model from gluon-cv over 2 GPUs I encounter different but perhaps related

[GitHub] [incubator-mxnet] wkcn commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size …

2019-03-20 Thread GitBox
wkcn commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size … URL: https://github.com/apache/incubator-mxnet/pull/14464#issuecomment-475091641 Is it merged into the branch fit-api?

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

2019-03-20 Thread GitBox
ZhennanQin commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r267606082 ## File path: src/operator/subgraph/mkldnn/mkldnn_fc_property.h ## @@ -120,19 +120,19 @@ class SgMKLDNNFCSelector

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

2019-03-20 Thread GitBox
ZhennanQin commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r267606052 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -205,9 +204,14 @@ class SubgraphPropertyRegistry {

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

2019-03-20 Thread GitBox
ZhennanQin commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r267606065 ## File path: src/operator/subgraph/mkldnn/mkldnn_fc_property.h ## @@ -120,19 +120,19 @@ class SgMKLDNNFCSelector

[GitHub] [incubator-mxnet] wkcn commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size …

2019-03-20 Thread GitBox
wkcn commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size … URL: https://github.com/apache/incubator-mxnet/pull/14464#issuecomment-475088969 Merged. Thanks for your contribution!

[incubator-mxnet] branch fit-api updated: Fixed issue where the estimator was printing beyond the dataset size … (#14464)

2019-03-20 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a commit to branch fit-api in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/fit-api by this push: new e6c63b1 Fixed issue where the

[GitHub] [incubator-mxnet] wkcn merged pull request #14464: Fixed issue where the estimator was printing beyond the dataset size …

2019-03-20 Thread GitBox
wkcn merged pull request #14464: Fixed issue where the estimator was printing beyond the dataset size … URL: https://github.com/apache/incubator-mxnet/pull/14464 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14277: Enhance PartitionGraph

2019-03-20 Thread GitBox
pengzhao-intel commented on issue #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#issuecomment-475088857 @anirudh2290 thanks a lot for the review :) @reminisce could you help to review again?

[GitHub] [incubator-mxnet] stereomatchingkiss edited a comment on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
stereomatchingkiss edited a comment on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475086570 > Can you explain what were the errors you found and why this is the right fix. Build it by vc2015 then you will know what am

[GitHub] [incubator-mxnet] stereomatchingkiss edited a comment on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
stereomatchingkiss edited a comment on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475086570 > Can you explain what were the errors you found and why this is the right fix. Build it by vc2015 then you will know what am

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14438: Fixing unintentional variable overloading

2019-03-20 Thread GitBox
anirudh2290 commented on issue #14438: Fixing unintentional variable overloading URL: https://github.com/apache/incubator-mxnet/pull/14438#issuecomment-475086736 @zjost you can push an empty commit to retrigger the test. also can you rebase the latest master onto your branch.

[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14380: fix type mismatch bugs

2019-03-20 Thread GitBox
stereomatchingkiss commented on issue #14380: fix type mismatch bugs URL: https://github.com/apache/incubator-mxnet/pull/14380#issuecomment-475086570 > Can you explain what were the errors you found and why this is the right fix. Build it by vc2015 then you will know what am I

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

2019-03-20 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 5a69327 Bump the publish

[GitHub] [incubator-mxnet] zachgk commented on issue #14482: [Flaky Test] Python 3 TensorRT GPU : test_cvnets.test_tensorrt_on_cifar_resnets

2019-03-20 Thread GitBox
zachgk commented on issue #14482: [Flaky Test] Python 3 TensorRT GPU : test_cvnets.test_tensorrt_on_cifar_resnets URL: https://github.com/apache/incubator-mxnet/issues/14482#issuecomment-475085229 @mxnet-label-bot add [Test, Flaky, Python]

[GitHub] [incubator-mxnet] lanking520 merged pull request #14481: Added link to landing page for Java examples

2019-03-20 Thread GitBox
lanking520 merged pull request #14481: Added link to landing page for Java examples URL: https://github.com/apache/incubator-mxnet/pull/14481 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Added link to landing page for Java examples (#14481)

2019-03-20 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking 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 95d4680 Added link to landing page

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #14483: Reenable the test_kvstore_gpu.test_rsp_push_pull

2019-03-20 Thread GitBox
stu1130 opened a new pull request #14483: Reenable the test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/14483 ## Description ## Ran 10k with latest MXNet code. ``` TOTAL 18749 13965 6519 94

[incubator-mxnet] branch master updated: Change Straight Dope to Dive into Deep Learning (#14465)

2019-03-20 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 3b28e62 Change Straight Dope to Dive

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #14465: [MXNET-1361] Change 'The Straight Dope' to 'Dive into Deep Learning' on the website

2019-03-20 Thread GitBox
eric-haibin-lin merged pull request #14465: [MXNET-1361] Change 'The Straight Dope' to 'Dive into Deep Learning' on the website URL: https://github.com/apache/incubator-mxnet/pull/14465 This is an automated message from the

[GitHub] [incubator-mxnet] piyushghai opened a new issue #14482: [Flaky Test] Python 3 TensorRT GPU : test_cvnets.test_tensorrt_on_cifar_resnets

2019-03-20 Thread GitBox
piyushghai opened a new issue #14482: [Flaky Test] Python 3 TensorRT GPU : test_cvnets.test_tensorrt_on_cifar_resnets URL: https://github.com/apache/incubator-mxnet/issues/14482

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14482: [Flaky Test] Python 3 TensorRT GPU : test_cvnets.test_tensorrt_on_cifar_resnets

2019-03-20 Thread GitBox
mxnet-label-bot commented on issue #14482: [Flaky Test] Python 3 TensorRT GPU : test_cvnets.test_tensorrt_on_cifar_resnets URL: https://github.com/apache/incubator-mxnet/issues/14482#issuecomment-475073215 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will

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

2019-03-20 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-475067430 ```diff diff --git a/python/mxnet/metric.py b/python/mxnet/metric.py index 2a33cf4d9..6de76cc64 100644

[GitHub] [incubator-mxnet] apeforest commented on issue #14475: Fixes test_operator_gpu.test_multinomial_generator

2019-03-20 Thread GitBox
apeforest commented on issue #14475: Fixes test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14475#issuecomment-475065589 Can you add a comment in the code that this success_rate might make the tests flaky. Please also refer to the issue

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

2019-03-20 Thread GitBox
szha commented on issue #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-475060301 @stephenrawls This is to change the RNN op from legacy operator to a stateful operator. A stateful operator supports carrying arbitrary state from the

[GitHub] [incubator-mxnet] kohr-h commented on issue #12822: [clojure-package] On modern Ubuntu, scala package cannot be loaded without legacy libcurl

2019-03-20 Thread GitBox
kohr-h commented on issue #12822: [clojure-package] On modern Ubuntu, scala package cannot be loaded without legacy libcurl URL: https://github.com/apache/incubator-mxnet/issues/12822#issuecomment-475059923 Sounds good @zachgk. Unfortunately I don't have time to test it myself, so I'll

[GitHub] [incubator-mxnet] kohr-h closed issue #12822: [clojure-package] On modern Ubuntu, scala package cannot be loaded without legacy libcurl

2019-03-20 Thread GitBox
kohr-h closed issue #12822: [clojure-package] On modern Ubuntu, scala package cannot be loaded without legacy libcurl URL: https://github.com/apache/incubator-mxnet/issues/12822 This is an automated message from the Apache

[GitHub] [incubator-mxnet] ddavydenko edited a comment on issue #14481: Added link to landing page for Java examples

2019-03-20 Thread GitBox
ddavydenko edited a comment on issue #14481: Added link to landing page for Java examples URL: https://github.com/apache/incubator-mxnet/pull/14481#issuecomment-475050867 @lanking520 , could you please review? This is an

[GitHub] [incubator-mxnet] piyushghai commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size …

2019-03-20 Thread GitBox
piyushghai commented on issue #14464: Fixed issue where the estimator was printing beyond the dataset size … URL: https://github.com/apache/incubator-mxnet/pull/14464#issuecomment-475052866 @mxnet-label-bot Update [Gluon, pr-awaiting-merge]

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

2019-03-20 Thread GitBox
stephenrawls commented on issue #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-475051996 This will definitely impact my cudnn var-length PR. It's been on back burner for last couple weeks but been meaning to push it through soon.

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

2019-03-20 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_r267570366 ## 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-20 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_r267569722 ## 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-20 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_r267569624 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] ddavydenko commented on issue #14481: Added link to landing page for Java examples

2019-03-20 Thread GitBox
ddavydenko commented on issue #14481: Added link to landing page for Java examples URL: https://github.com/apache/incubator-mxnet/pull/14481#issuecomment-475050867 @lanking520 , could you please review and merge? This is an

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

2019-03-20 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_r267569675 ## 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-20 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_r267569250 ## 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-20 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_r267569302 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] ddavydenko opened a new pull request #14481: Added link to landing page for Java examples

2019-03-20 Thread GitBox
ddavydenko opened a new pull request #14481: Added link to landing page for Java examples URL: https://github.com/apache/incubator-mxnet/pull/14481 ## Description ## Modification to readme.md of /examples folder to add link to Java language binding landing page on mxnet.io

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

2019-03-20 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_r267569212 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] zachgk commented on issue #12822: [clojure-package] On modern Ubuntu, scala package cannot be loaded without legacy libcurl

2019-03-20 Thread GitBox
zachgk commented on issue #12822: [clojure-package] On modern Ubuntu, scala package cannot be loaded without legacy libcurl URL: https://github.com/apache/incubator-mxnet/issues/12822#issuecomment-475049625 @kohr-h With the 1.4 release, we statically link the dependencies such as curl

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

2019-03-20 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_r267566104 ## File path: docs/tutorials/gluon/fit_api_tutorial.md ## @@ -0,0 +1,210 @@ + + + + + + + + + +

[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-20 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_r267563641 ## File path: tests/nightly/estimator/test_estimator_cnn_cpu.py ## @@ -0,0

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

2019-03-20 Thread GitBox
karan6181 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_r267562068 ## 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-20 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_r267558007 ## File path: tests/nightly/estimator/test_estimator_cnn_gpu.py ## @@ -0,0

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

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

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

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

[GitHub] [incubator-mxnet] karan6181 commented on issue #10295: Build failure with cython 0.28

2019-03-20 Thread GitBox
karan6181 commented on issue #10295: Build failure with cython 0.28 URL: https://github.com/apache/incubator-mxnet/issues/10295#issuecomment-475028283 Duplicate of [#10738](https://github.com/apache/incubator-mxnet/issues/10738)

[GitHub] [incubator-mxnet] karan6181 commented on issue #10295: Build failure with cython 0.28

2019-03-20 Thread GitBox
karan6181 commented on issue #10295: Build failure with cython 0.28 URL: https://github.com/apache/incubator-mxnet/issues/10295#issuecomment-475027146 This issue is similar to [#10738](https://github.com/apache/incubator-mxnet/issues/10738) and might be fixed by

[GitHub] [incubator-mxnet] karan6181 commented on issue #10295: Build failure with cython 0.28

2019-03-20 Thread GitBox
karan6181 commented on issue #10295: Build failure with cython 0.28 URL: https://github.com/apache/incubator-mxnet/issues/10295#issuecomment-475025975 @mxnet-label-bot add [Bug] This is an automated message from the Apache

[GitHub] [incubator-mxnet] karan6181 commented on issue #10738: python build (with cython) seems broken in linux (python3)

2019-03-20 Thread GitBox
karan6181 commented on issue #10738: python build (with cython) seems broken in linux (python3) URL: https://github.com/apache/incubator-mxnet/issues/10738#issuecomment-475025660 Throwing same error with the latest "cython-0.29.6". Tried uninstalling cython, and then try to install

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

2019-03-20 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 7afa927 Bump the publish

[GitHub] [incubator-mxnet] lanking520 edited a comment on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-20 Thread GitBox
lanking520 edited a comment on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#issuecomment-475018004 The recent commit cancelled the check on top-left corn because of overlapping text

[GitHub] [incubator-mxnet] lanking520 edited a comment on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-20 Thread GitBox
lanking520 edited a comment on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#issuecomment-475018004 The recent commit cancelled the check on top-left corn because of: ![image](https://file.io/IAnU8j)

[GitHub] [incubator-mxnet] lanking520 edited a comment on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-20 Thread GitBox
lanking520 edited a comment on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#issuecomment-475018004 The recent commit cancelled the check on top-left corn because of: ![alt text](https://file.io/IAnU8j)

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

2019-03-20 Thread GitBox
lanking520 commented on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#issuecomment-475018004 The recent commit cancelled the check on top-left corn because of: ![](https://file.io/IAnU8j)

[GitHub] [incubator-mxnet] zachgk commented on issue #14479: Unable to load mxnet-cu100 on Windows 10 after install

2019-03-20 Thread GitBox
zachgk commented on issue #14479: Unable to load mxnet-cu100 on Windows 10 after install URL: https://github.com/apache/incubator-mxnet/issues/14479#issuecomment-475011565 Hi @Rmwak, have you looked at our windows setup instructions

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

2019-03-20 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 920a735 Bump the publish

[GitHub] [incubator-mxnet] karan6181 commented on issue #12428: [R] mx.io.CSVIter not loading labels in version 1.3.0

2019-03-20 Thread GitBox
karan6181 commented on issue #12428: [R] mx.io.CSVIter not loading labels in version 1.3.0 URL: https://github.com/apache/incubator-mxnet/issues/12428#issuecomment-474981978 @some-guy1 Could you please re-run your script again with the latest MXNet master, the R environment crash issue

[GitHub] [incubator-mxnet] ChengeLi commented on issue #9259: Shared memory leak when using mxnet.gluon.data.DataLoader

2019-03-20 Thread GitBox
ChengeLi commented on issue #9259: Shared memory leak when using mxnet.gluon.data.DataLoader URL: https://github.com/apache/incubator-mxnet/issues/9259#issuecomment-474971476 Hi @kohillyang, Thanks for the information! I have also encountered similar problem with Mxnet 1.3.1, python 2.7,

[GitHub] [incubator-mxnet] karan6181 commented on issue #13374: [Bug] ValueError: There are multiple outputs with name "resnetv1b0_layers1_relu0_fwd_output".

2019-03-20 Thread GitBox
karan6181 commented on issue #13374: [Bug] ValueError: There are multiple outputs with name "resnetv1b0_layers1_relu0_fwd_output". URL: https://github.com/apache/incubator-mxnet/issues/13374#issuecomment-474964876 Hi @**kohillyang**, could you please upgrade your gluoncv version to

[GitHub] [incubator-mxnet] anirudh2290 edited a comment on issue #14467: MKL-DNN QuantizedFullyConnectedOp Error

2019-03-20 Thread GitBox
anirudh2290 edited a comment on issue #14467: MKL-DNN QuantizedFullyConnectedOp Error URL: https://github.com/apache/incubator-mxnet/issues/14467#issuecomment-474954712 can you try ``` q_symbol.infer_shape_partial(data=(900, 137, 9), category=(900, 2)) ``` First list

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14467: MKL-DNN QuantizedFullyConnectedOp Error

2019-03-20 Thread GitBox
anirudh2290 commented on issue #14467: MKL-DNN QuantizedFullyConnectedOp Error URL: https://github.com/apache/incubator-mxnet/issues/14467#issuecomment-474954712 can you try ``` q_symbol.infer_shape_partial(data=(900, 137, 9), category=(900, 2)) ``` also list outputs

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

2019-03-20 Thread GitBox
yuxihu opened a new pull request #14480: Fix memory leak for size-zero ndarray URL: https://github.com/apache/incubator-mxnet/pull/14480 The original fix #14365 caused test flakiness (See #14477 for more details). For size-zero ndarray (e.g. mx.nd.array([]), mx.nd.ones(0)), the

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

2019-03-20 Thread GitBox
yuxihu commented on issue #14480: Fix memory leak for size-zero ndarray URL: https://github.com/apache/incubator-mxnet/pull/14480#issuecomment-474954717 @mxnet-label-bot add [pr-work-in-progress] This is an automated message

[GitHub] [incubator-mxnet] Rmwak opened a new issue #14479: Unable to load mxnet-cu100 on Windows 10 after install

2019-03-20 Thread GitBox
Rmwak opened a new issue #14479: Unable to load mxnet-cu100 on Windows 10 after install URL: https://github.com/apache/incubator-mxnet/issues/14479 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14479: Unable to load mxnet-cu100 on Windows 10 after install

2019-03-20 Thread GitBox
mxnet-label-bot commented on issue #14479: Unable to load mxnet-cu100 on Windows 10 after install URL: https://github.com/apache/incubator-mxnet/issues/14479#issuecomment-474953847 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some

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

2019-03-20 Thread GitBox
apeforest commented on issue #14286: Add examples of running MXNet with Horovod URL: https://github.com/apache/incubator-mxnet/pull/14286#issuecomment-474947956 @wuxun-zhang Do you still have problem running the example on CPU following this guide?

[GitHub] [incubator-mxnet] yifeim opened a new issue #13951: Gluon RNN memory leaks with extra variables

2019-03-20 Thread GitBox
yifeim opened a new issue #13951: Gluon RNN memory leaks with extra variables URL: https://github.com/apache/incubator-mxnet/issues/13951 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

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

2019-03-20 Thread GitBox
anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r267449548 ## File path: src/operator/subgraph/mkldnn/mkldnn_fc_property.h ## @@ -120,19 +120,19 @@ class

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

2019-03-20 Thread GitBox
anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r267448070 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -205,9 +204,14 @@ class SubgraphPropertyRegistry {

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

2019-03-20 Thread GitBox
anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r267448750 ## File path: src/operator/subgraph/mkldnn/mkldnn_fc_property.h ## @@ -120,19 +120,19 @@ class

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

2019-03-20 Thread GitBox
lanking520 commented on issue #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474#issuecomment-474938028 @marcoabreu add some pointwise checking on the bounding box in Scala. So the test will check the color of the

[GitHub] [incubator-mxnet] mseth10 commented on issue #14452: [WIP] Fix the unit test for depthwise convolution

2019-03-20 Thread GitBox
mseth10 commented on issue #14452: [WIP] Fix the unit test for depthwise convolution URL: https://github.com/apache/incubator-mxnet/pull/14452#issuecomment-474930435 This seems like a new failure and needs to be investigated, it was not there when I raised the issue #14052 . Are we

[GitHub] [incubator-mxnet] karan6181 commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis

2019-03-20 Thread GitBox
karan6181 commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis URL: https://github.com/apache/incubator-mxnet/pull/13143#issuecomment-474922484 @szha and @anirudh2290 Could you please have a took at this PR? Thank you!

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

2019-03-20 Thread GitBox
yuxihu commented on issue #14286: Add examples of running MXNet with Horovod URL: https://github.com/apache/incubator-mxnet/pull/14286#issuecomment-474918763 @apeforest ready to merge this one? This is an automated message

[GitHub] [incubator-mxnet] pinaraws commented on issue #14475: Fixes test_operator_gpu.test_multinomial_generator

2019-03-20 Thread GitBox
pinaraws commented on issue #14475: Fixes test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14475#issuecomment-474913650 @mxnet-label-bot add[Test, pr-awaiting-merge] This is

[incubator-mxnet] branch master updated: fix custom operation in fork (#14451)

2019-03-20 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 4b1811c fix custom operation in

[GitHub] [incubator-mxnet] anirudh2290 closed issue #14396: mx.nd.Custom not working in subprocess

2019-03-20 Thread GitBox
anirudh2290 closed issue #14396: mx.nd.Custom not working in subprocess URL: https://github.com/apache/incubator-mxnet/issues/14396 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #14451: fix custom operation in fork

2019-03-20 Thread GitBox
anirudh2290 merged pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451 This is an automated message from the Apache Git Service. To respond to the message, please log

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

2019-03-20 Thread GitBox
pinaraws commented on issue #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-474905642 @mxnet-label-bot add[pr-awaiting-review] This is an automated message from the

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14441: [MXNET-1357] Fix the cpp-examples to add exception handling

2019-03-20 Thread GitBox
anirudh2290 commented on a change in pull request #14441: [MXNET-1357] Fix the cpp-examples to add exception handling URL: https://github.com/apache/incubator-mxnet/pull/14441#discussion_r267421097 ## File path: cpp-package/example/utils.h ## @@ -27,6 +27,15 @@ using

  1   2   >