[GitHub] [incubator-mxnet] hgt312 commented on issue #16921: [NumPy][Typo][Doc] Fix typos and docs in MXNet NumPy symbolic interface

2019-11-26 Thread GitBox
hgt312 commented on issue #16921: [NumPy][Typo][Doc] Fix typos and docs in MXNet NumPy symbolic interface URL: https://github.com/apache/incubator-mxnet/pull/16921#issuecomment-558971853 @mxnet-label-bot add [Numpy] This is

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

2019-11-26 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 109ed84 Bump the

[incubator-mxnet] branch master updated (8f10d55 -> a98cefc)

2019-11-26 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8f10d55 [Numpy] Fix imperative basic indexing in numpy (#16902) add a98cefc [Numpy] Basic

[incubator-mxnet] branch master updated (8f10d55 -> a98cefc)

2019-11-26 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8f10d55 [Numpy] Fix imperative basic indexing in numpy (#16902) add a98cefc [Numpy] Basic

[GitHub] [incubator-mxnet] sxjscience merged pull request #16621: [Numpy] Basic indexing in symbolic interface of DeepNumpy

2019-11-26 Thread GitBox
sxjscience merged pull request #16621: [Numpy] Basic indexing in symbolic interface of DeepNumpy URL: https://github.com/apache/incubator-mxnet/pull/16621 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] sxjscience closed issue #16279: [Bug] Inconsistency between HybridBlock and Block

2019-11-26 Thread GitBox
sxjscience closed issue #16279: [Bug] Inconsistency between HybridBlock and Block URL: https://github.com/apache/incubator-mxnet/issues/16279 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] liuzh91 commented on issue #16918: Configurable log interval for estimator

2019-11-26 Thread GitBox
liuzh91 commented on issue #16918: Configurable log interval for estimator URL: https://github.com/apache/incubator-mxnet/issues/16918#issuecomment-558956935 > @liuzh91 would you be interested to fix this given you're currently working on the Estimator API? I can do this.

[GitHub] [incubator-mxnet] hgt312 opened a new pull request #16921: [NumPy][Typo][Doc] Fix typos and docs in MXNet NumPy symbolic interface

2019-11-26 Thread GitBox
hgt312 opened a new pull request #16921: [NumPy][Typo][Doc] Fix typos and docs in MXNet NumPy symbolic interface URL: https://github.com/apache/incubator-mxnet/pull/16921 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16893: Multi-tensor LAMB

2019-11-26 Thread GitBox
leezu edited a comment on issue #16893: Multi-tensor LAMB URL: https://github.com/apache/incubator-mxnet/pull/16893#issuecomment-558954600 What's the relation with https://github.com/apache/incubator-mxnet/pull/16715/? #16715 recently added 'LAMB' optimizer to

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16893: Multi-tensor LAMB

2019-11-26 Thread GitBox
leezu edited a comment on issue #16893: Multi-tensor LAMB URL: https://github.com/apache/incubator-mxnet/pull/16893#issuecomment-558954600 What's the relation with https://github.com/apache/incubator-mxnet/pull/16715/? #16715 recently added 'LAMB' optimizer to

[GitHub] [incubator-mxnet] leezu commented on issue #16893: Multi-tensor LAMB

2019-11-26 Thread GitBox
leezu commented on issue #16893: Multi-tensor LAMB URL: https://github.com/apache/incubator-mxnet/pull/16893#issuecomment-558954600 What's the relation with https://github.com/apache/incubator-mxnet/pull/16715/? #16715 recently added 'LAMB' optimizer to

[GitHub] [incubator-mxnet] leezu commented on issue #16918: Configurable log interval for estimator

2019-11-26 Thread GitBox
leezu commented on issue #16918: Configurable log interval for estimator URL: https://github.com/apache/incubator-mxnet/issues/16918#issuecomment-558952259 @liuzh91 would you be interested to fix this given you're currently working on the Estimator API?

[GitHub] [incubator-mxnet] zburning commented on issue #16880: Better to flatten the label array in metric.F1()

2019-11-26 Thread GitBox
zburning commented on issue #16880: Better to flatten the label array in metric.F1() URL: https://github.com/apache/incubator-mxnet/issues/16880#issuecomment-558943470 @sxjscience Yes, I would like to work on it. This is an

[GitHub] [incubator-mxnet] TaoLv commented on issue #16899: [WIP] Enable MKL-DNN in pip packages

2019-11-26 Thread GitBox
TaoLv commented on issue #16899: [WIP] Enable MKL-DNN in pip packages URL: https://github.com/apache/incubator-mxnet/pull/16899#issuecomment-558939291 I'm not sure whether the backward compatibility matters for convenient binary releases or not. What about if downstream projects explicitly

[GitHub] [incubator-mxnet] sxjscience commented on issue #16880: Better to flatten the label array in metric.F1()

2019-11-26 Thread GitBox
sxjscience commented on issue #16880: Better to flatten the label array in metric.F1() URL: https://github.com/apache/incubator-mxnet/issues/16880#issuecomment-558930931 @zburning Are you willing to fix this problem? This

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #16916: Support for XLA devices

2019-11-26 Thread GitBox
cjolivier01 edited a comment on issue #16916: Support for XLA devices URL: https://github.com/apache/incubator-mxnet/issues/16916#issuecomment-558918339 As a start, it would be good to simply be able to generate an HloModuleProto protobuf file.

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #16916: Support for XLA devices

2019-11-26 Thread GitBox
cjolivier01 commented on issue #16916: Support for XLA devices URL: https://github.com/apache/incubator-mxnet/issues/16916#issuecomment-558918339 As a start, it would be good to simply be able to generate an HloModuleProto protobuf file. Thisin itself would create an object that can be

[GitHub] [incubator-mxnet] cjolivier01 edited a comment on issue #16916: Support for XLA devices

2019-11-26 Thread GitBox
cjolivier01 edited a comment on issue #16916: Support for XLA devices URL: https://github.com/apache/incubator-mxnet/issues/16916#issuecomment-558918339 As a start, it would be good to simply be able to generate an HloModuleProto protobuf file. This in itself would create an object that

[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16900: introduce gradient update handler to the base estimator

2019-11-26 Thread GitBox
liuzh91 commented on a change in pull request #16900: introduce gradient update handler to the base estimator URL: https://github.com/apache/incubator-mxnet/pull/16900#discussion_r351081843 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16750: [Numpy] add custom op sort

2019-11-26 Thread GitBox
wkcn commented on a change in pull request #16750: [Numpy] add custom op sort URL: https://github.com/apache/incubator-mxnet/pull/16750#discussion_r351080020 ## File path: python/mxnet/numpy_op_fallback.py ## @@ -49,6 +49,49 @@ def _register_helper(prop_cls): return

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16750: [Numpy] add custom op sort

2019-11-26 Thread GitBox
wkcn commented on a change in pull request #16750: [Numpy] add custom op sort URL: https://github.com/apache/incubator-mxnet/pull/16750#discussion_r351080020 ## File path: python/mxnet/numpy_op_fallback.py ## @@ -49,6 +49,49 @@ def _register_helper(prop_cls): return

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator

2019-11-26 Thread GitBox
leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator URL: https://github.com/apache/incubator-mxnet/pull/16900#discussion_r351075164 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -706,3

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator

2019-11-26 Thread GitBox
leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator URL: https://github.com/apache/incubator-mxnet/pull/16900#discussion_r351074857 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -130,13

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator

2019-11-26 Thread GitBox
leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator URL: https://github.com/apache/incubator-mxnet/pull/16900#discussion_r351074958 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -235,14

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator

2019-11-26 Thread GitBox
leezu commented on a change in pull request #16900: introduce gradient update handler to the base estimator URL: https://github.com/apache/incubator-mxnet/pull/16900#discussion_r351074874 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -176,14

[incubator-mxnet] 01/01: wip

2019-11-26 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/autograd-custom-func in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 9a9d5663d2c586df6d4a9190cbee668813e46b9d Author: Iblis Lin AuthorDate: Wed Nov 27 10:34:45

[incubator-mxnet] branch ib/autograd-custom-func created (now 9a9d566)

2019-11-26 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/autograd-custom-func in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 9a9d566 wip This branch includes the following new commits: new 9a9d566 wip The 1

[GitHub] [incubator-mxnet] szha edited a comment on issue #14883: [Discussion] Overhead in MXNet Execution

2019-11-26 Thread GitBox
szha edited a comment on issue #14883: [Discussion] Overhead in MXNet Execution URL: https://github.com/apache/incubator-mxnet/issues/14883#issuecomment-558896605 One idea that gained some popularity after discussion is to introduce an engine-less mode to MXNet, in which the operators are

[GitHub] [incubator-mxnet] szha commented on issue #14883: [Discussion] Overhead in MXNet Execution

2019-11-26 Thread GitBox
szha commented on issue #14883: [Discussion] Overhead in MXNet Execution URL: https://github.com/apache/incubator-mxnet/issues/14883#issuecomment-558896605 One idea that gained some popularity after discussion is to introduce an engine-less mode to MXNet, in which the operators are

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16916: Support for XLA devices

2019-11-26 Thread GitBox
pengzhao-intel commented on issue #16916: Support for XLA devices URL: https://github.com/apache/incubator-mxnet/issues/16916#issuecomment-558889568 Good idea! We're evaluating the possibility of XLA recently :) This is an

[GitHub] [incubator-mxnet] rongzha1 edited a comment on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression.

2019-11-26 Thread GitBox
rongzha1 edited a comment on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression. URL: https://github.com/apache/incubator-mxnet/issues/16891#issuecomment-558656729 cpu test on both v1.5.x and v1.6.x mkldnn + openblas, but no regression issue was found. So can you try

[GitHub] [incubator-mxnet] larroy commented on issue #16796: Add support for boolean inputs to FusedOp

2019-11-26 Thread GitBox
larroy commented on issue #16796: Add support for boolean inputs to FusedOp URL: https://github.com/apache/incubator-mxnet/pull/16796#issuecomment-558881215 @ptrendx is in the container in ci/ folder. You can use the exact same run by using ci/build.py you have the same instruction in the

[GitHub] [incubator-mxnet] xinyu-intel commented on issue #16866: [WIP]Enhance quantized_conv case

2019-11-26 Thread GitBox
xinyu-intel commented on issue #16866: [WIP]Enhance quantized_conv case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-558881282 Some flaky tests always fail in CI but cannot reproduce easily from local even with docker env on EC2. So debug with the CI environment

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16866: [WIP]Enhance quantized_conv case

2019-11-26 Thread GitBox
ChaiBapchya commented on issue #16866: [WIP]Enhance quantized_conv case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-558879178 Are you trying to use this PR for testing the issue? If that's the case it doesn't make sense coz its a costly experiment in that case.

[GitHub] [incubator-mxnet] Kh4L commented on issue #16881: Add TypeFlag=>string macro

2019-11-26 Thread GitBox
Kh4L commented on issue #16881: Add TypeFlag=>string macro URL: https://github.com/apache/incubator-mxnet/pull/16881#issuecomment-558878148 @wkcn @haojin2 understood, I will change it to use this This is an automated message

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

2019-11-26 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 4245d3b Bump the

[GitHub] [incubator-mxnet] zhreshold commented on issue #16708: Training an FPN model using grad_req="add" causes rapid divergence, while manually implemented gradient accumulation works fine

2019-11-26 Thread GitBox
zhreshold commented on issue #16708: Training an FPN model using grad_req="add" causes rapid divergence, while manually implemented gradient accumulation works fine URL: https://github.com/apache/incubator-mxnet/issues/16708#issuecomment-558876214 After digging a while, I found several

[GitHub] [incubator-mxnet] yzhliu opened a new pull request #16920: [DO NOT MERGE] test fp16 cpu runtime

2019-11-26 Thread GitBox
yzhliu opened a new pull request #16920: [DO NOT MERGE] test fp16 cpu runtime URL: https://github.com/apache/incubator-mxnet/pull/16920 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

[GitHub] [incubator-mxnet] ptrendx opened a new pull request #16919: Backport #16902 to 1.6

2019-11-26 Thread GitBox
ptrendx opened a new pull request #16919: Backport #16902 to 1.6 URL: https://github.com/apache/incubator-mxnet/pull/16919 Backport #16902 to 1.6 @sxjscience FYI This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] szha commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ?

2019-11-26 Thread GitBox
szha commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ? URL: https://github.com/apache/incubator-mxnet/issues/16754#issuecomment-558869103 mirror option isn't added to Gluon yet. This is an automated

[incubator-mxnet] branch master updated (d2d4876 -> 8f10d55)

2019-11-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d2d4876 Fix memory leak reported by ASAN in NNVM to ONNX conversion (#15516) add 8f10d55 [Numpy] Fix

[GitHub] [incubator-mxnet] haojin2 merged pull request #16902: [Numpy] Fix imperative basic indexing in numpy

2019-11-26 Thread GitBox
haojin2 merged pull request #16902: [Numpy] Fix imperative basic indexing in numpy URL: https://github.com/apache/incubator-mxnet/pull/16902 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] haojin2 closed issue #16887: [Numpy] Bug of basic indexing

2019-11-26 Thread GitBox
haojin2 closed issue #16887: [Numpy] Bug of basic indexing URL: https://github.com/apache/incubator-mxnet/issues/16887 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion

2019-11-26 Thread GitBox
wkcn edited a comment on issue #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion URL: https://github.com/apache/incubator-mxnet/pull/15516#issuecomment-558862408 Merged. It is a tiny change to modify the template type, and keep the original variable name. We can

[GitHub] [incubator-mxnet] wkcn commented on issue #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion

2019-11-26 Thread GitBox
wkcn commented on issue #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion URL: https://github.com/apache/incubator-mxnet/pull/15516#issuecomment-558862408 Merged. It is a tiny change to change the template type, and keep the original variable name. We can modify

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv

2019-11-26 Thread GitBox
pengzhao-intel commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv URL: https://github.com/apache/incubator-mxnet/issues/16830#issuecomment-558862368 https://github.com/apache/incubator-mxnet/pull/16866

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv

2019-11-26 Thread GitBox
pengzhao-intel commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv URL: https://github.com/apache/incubator-mxnet/issues/16830#issuecomment-558862104 > Happening again:

[GitHub] [incubator-mxnet] pengzhao-intel edited a comment on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv

2019-11-26 Thread GitBox
pengzhao-intel edited a comment on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv URL: https://github.com/apache/incubator-mxnet/issues/16830#issuecomment-558862104 > @xinyu-intel @PatricZhao Anyone could take a look? Yes, @xinyu-intel is looking for

[incubator-mxnet] branch master updated (6b00b2c -> d2d4876)

2019-11-26 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6b00b2c Allow loading from model files with empty weights. (#16061) add d2d4876 Fix memory leak

[GitHub] [incubator-mxnet] wkcn merged pull request #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion

2019-11-26 Thread GitBox
wkcn merged pull request #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion URL: https://github.com/apache/incubator-mxnet/pull/15516 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated (a11b7ea -> 6b00b2c)

2019-11-26 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a11b7ea Try to fix CI (#16908) add 6b00b2c Allow loading from model files with empty weights. (#16061)

[incubator-mxnet] branch master updated (a11b7ea -> 6b00b2c)

2019-11-26 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a11b7ea Try to fix CI (#16908) add 6b00b2c Allow loading from model files with empty weights. (#16061)

[GitHub] [incubator-mxnet] wkcn commented on issue #16061: Allow loading from model files with empty weights.

2019-11-26 Thread GitBox
wkcn commented on issue #16061: Allow loading from model files with empty weights. URL: https://github.com/apache/incubator-mxnet/pull/16061#issuecomment-558860811 Merged. Thank you for the fix : ) This is an automated

[GitHub] [incubator-mxnet] wkcn merged pull request #16061: Allow loading from model files with empty weights.

2019-11-26 Thread GitBox
wkcn merged pull request #16061: Allow loading from model files with empty weights. URL: https://github.com/apache/incubator-mxnet/pull/16061 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] sxjscience commented on issue #16917: Revert "Try to fix CI (#16908)"

2019-11-26 Thread GitBox
sxjscience commented on issue #16917: Revert "Try to fix CI (#16908)" URL: https://github.com/apache/incubator-mxnet/pull/16917#issuecomment-558860463 @larroy It seems that the additional dependencies have partially fixed the issue.

[GitHub] [incubator-mxnet] sxjscience closed pull request #16917: Revert "Try to fix CI (#16908)"

2019-11-26 Thread GitBox
sxjscience closed pull request #16917: Revert "Try to fix CI (#16908)" URL: https://github.com/apache/incubator-mxnet/pull/16917 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #16918: Configurable log interval for estimator

2019-11-26 Thread GitBox
eric-haibin-lin opened a new issue #16918: Configurable log interval for estimator URL: https://github.com/apache/incubator-mxnet/issues/16918 Currently the gluon Estimator has a LoggingHandler, which supports logging per batch and per epoch. It would be good to have a configurable

[GitHub] [incubator-mxnet] sxjscience commented on issue #16902: [Numpy] Fix imperative basic indexing in numpy

2019-11-26 Thread GitBox
sxjscience commented on issue #16902: [Numpy] Fix imperative basic indexing in numpy URL: https://github.com/apache/incubator-mxnet/pull/16902#issuecomment-558847792 @ptrendx Sorry for the confusion. This one actually fixes #16887 I've mistakenly pointed to the other one.

[GitHub] [incubator-mxnet] ptrendx commented on issue #16902: [Numpy] Fix imperative basic indexing in numpy

2019-11-26 Thread GitBox
ptrendx commented on issue #16902: [Numpy] Fix imperative basic indexing in numpy URL: https://github.com/apache/incubator-mxnet/pull/16902#issuecomment-558847500 @sxjscience I'm confused. The issue tagged 1.6.0 is #16887 and I thought you will make the separate fix for that issue, not

[GitHub] [incubator-mxnet] ptrendx commented on issue #16895: Fix ndarray indexing bug

2019-11-26 Thread GitBox
ptrendx commented on issue #16895: Fix ndarray indexing bug URL: https://github.com/apache/incubator-mxnet/pull/16895#issuecomment-558846371 @reminisce could you merge with the latest master to pick up this fix for the cpp test?

[GitHub] [incubator-mxnet] sxjscience commented on issue #16917: Revert "Try to fix CI (#16908)"

2019-11-26 Thread GitBox
sxjscience commented on issue #16917: Revert "Try to fix CI (#16908)" URL: https://github.com/apache/incubator-mxnet/pull/16917#issuecomment-558841809 @larroy This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] sxjscience opened a new pull request #16917: Revert "Try to fix CI (#16908)"

2019-11-26 Thread GitBox
sxjscience opened a new pull request #16917: Revert "Try to fix CI (#16908)" URL: https://github.com/apache/incubator-mxnet/pull/16917 This reverts commit a11b7eaca6cda5f560c315a30093256f9a455cc2. ## Description ## Unfortunately the previous attempt did not fix the CI problem and

[GitHub] [incubator-mxnet] sxjscience commented on issue #16908: Try to fix CI

2019-11-26 Thread GitBox
sxjscience commented on issue #16908: Try to fix CI URL: https://github.com/apache/incubator-mxnet/pull/16908#issuecomment-558840874 @larroy Yes, we should revert it This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] larroy commented on issue #16908: Try to fix CI

2019-11-26 Thread GitBox
larroy commented on issue #16908: Try to fix CI URL: https://github.com/apache/incubator-mxnet/pull/16908#issuecomment-558839335 https://github.com/apache/incubator-mxnet/issues/16478#issuecomment-558771696 This is an

[GitHub] [incubator-mxnet] larroy commented on issue #16908: Try to fix CI

2019-11-26 Thread GitBox
larroy commented on issue #16908: Try to fix CI URL: https://github.com/apache/incubator-mxnet/pull/16908#issuecomment-558837490 If this change is not fixing the failure, could we revert it if the additional deps are not needed?

[GitHub] [incubator-mxnet] larroy commented on issue #16908: Try to fix CI

2019-11-26 Thread GitBox
larroy commented on issue #16908: Try to fix CI URL: https://github.com/apache/incubator-mxnet/pull/16908#issuecomment-558837202 this could be a Docker cache issue. I can't reproduce locally. TVM lib seems corrupted. This is

[GitHub] [incubator-mxnet] larroy edited a comment on issue #16908: Try to fix CI

2019-11-26 Thread GitBox
larroy edited a comment on issue #16908: Try to fix CI URL: https://github.com/apache/incubator-mxnet/pull/16908#issuecomment-558837202 this could be a ccache cache issue. I can't reproduce locally. TVM lib seems corrupted.

[GitHub] [incubator-mxnet] haojin2 commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv

2019-11-26 Thread GitBox
haojin2 commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv URL: https://github.com/apache/incubator-mxnet/issues/16830#issuecomment-558832803 Happening again:

[GitHub] [incubator-mxnet] guoquan commented on issue #16864: [Discussion] 1.7.0 Roadmap

2019-11-26 Thread GitBox
guoquan commented on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-558830286 Let's have it then. #16916 I would (personally) focus it to requesting support for XLA devices. It would be helpful in the way that it

[GitHub] [incubator-mxnet] guoquan opened a new issue #16916: Support for XLA devices

2019-11-26 Thread GitBox
guoquan opened a new issue #16916: Support for XLA devices URL: https://github.com/apache/incubator-mxnet/issues/16916 ## Description (A clear and concise description of what the feature is.) - If the proposal is about a new model, provide description of what the model is. - If

[GitHub] [incubator-mxnet] haojin2 opened a new pull request #16915: Add NumPy-compatible left_shift and right_shift

2019-11-26 Thread GitBox
haojin2 opened a new pull request #16915: Add NumPy-compatible left_shift and right_shift URL: https://github.com/apache/incubator-mxnet/pull/16915 ## Description ## As title. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. -

[incubator-mxnet] branch v1.6.x updated: updating MXNet version to 1.6.0 in base.h for C APIs (#16906)

2019-11-26 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch v1.6.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.6.x by this push: new 121739a updating MXNet version to

[GitHub] [incubator-mxnet] lanking520 merged pull request #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
lanking520 merged pull request #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16906 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] haidark edited a comment on issue #16701: Hybridize and recursive conditional operator gradient/trainer bug

2019-11-26 Thread GitBox
haidark edited a comment on issue #16701: Hybridize and recursive conditional operator gradient/trainer bug URL: https://github.com/apache/incubator-mxnet/issues/16701#issuecomment-558737775 bump for update and edit: EDIT* We found out it is related to passing a variable through

[GitHub] [incubator-mxnet] access2rohit commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
access2rohit commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16906#issuecomment-558803632 @mxnet-label-bot add [pr-awaiting-merge] This is an

[GitHub] [incubator-mxnet] artor1os opened a new pull request #16914: [Numpy] Implement atleast_1d, atleast_2d, atleast_3d

2019-11-26 Thread GitBox
artor1os opened a new pull request #16914: [Numpy] Implement atleast_1d, atleast_2d, atleast_3d URL: https://github.com/apache/incubator-mxnet/pull/16914 ## Description ## Implement atleast_1d, atleast_2d, atleast_3d ## Checklist ## ### Essentials ### Please feel free to

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #16903: changing data type of 't' to int in lamb_update_phase1

2019-11-26 Thread GitBox
eric-haibin-lin commented on a change in pull request #16903: changing data type of 't' to int in lamb_update_phase1 URL: https://github.com/apache/incubator-mxnet/pull/16903#discussion_r350943950 ## File path: src/operator/optimizer_op-inl.h ## @@ -1639,8 +1639,8 @@

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #16903: changing data type of 't' to int in lamb_update_phase1

2019-11-26 Thread GitBox
eric-haibin-lin commented on a change in pull request #16903: changing data type of 't' to int in lamb_update_phase1 URL: https://github.com/apache/incubator-mxnet/pull/16903#discussion_r350943950 ## File path: src/operator/optimizer_op-inl.h ## @@ -1639,8 +1639,8 @@

[incubator-mxnet] branch master updated (c9585bd -> a11b7ea)

2019-11-26 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c9585bd Fix the problem in printing feature in c++ API examples : feature_extract (#15686) add

[incubator-mxnet] branch master updated (c9585bd -> a11b7ea)

2019-11-26 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c9585bd Fix the problem in printing feature in c++ API examples : feature_extract (#15686) add

[GitHub] [incubator-mxnet] sxjscience merged pull request #16908: Try to fix CI

2019-11-26 Thread GitBox
sxjscience merged pull request #16908: Try to fix CI URL: https://github.com/apache/incubator-mxnet/pull/16908 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
ChaiBapchya commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16906#issuecomment-558772944 @ptrendx prima facie (I could see lots of pipelines timing out) Need to dig deep to find out where exactly was it

[GitHub] [incubator-mxnet] access2rohit commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
access2rohit commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16905#issuecomment-558772297 > @access2rohit Since the 1.6.x branch is already diverged from master, there is no need to do this 1.6 step I

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16478: CI unix-gpu GPU:CMake build failures

2019-11-26 Thread GitBox
ChaiBapchya commented on issue #16478: CI unix-gpu GPU:CMake build failures URL: https://github.com/apache/incubator-mxnet/issues/16478#issuecomment-558771696 Another one here (unrelated PR #16894 )

[GitHub] [incubator-mxnet] ptrendx commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
ptrendx commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16905#issuecomment-558770227 @access2rohit Since the 1.6.x branch is already diverged from master, there is no need to do this 1.6 step I think - we

[GitHub] [incubator-mxnet] access2rohit commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
access2rohit commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16905#issuecomment-558768357 > ? @samskalicky Sure! I think we should first bump master to 1.6 and then again to 1.7. Does that makes

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

2019-11-26 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 7061f4a Bump the

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv

2019-11-26 Thread GitBox
ChaiBapchya commented on issue #16830: CI error in unix gpu test_quantization_gpu.test_quantized_conv URL: https://github.com/apache/incubator-mxnet/issues/16830#issuecomment-558745418 Happening again

[GitHub] [incubator-mxnet] haidark commented on issue #16701: Hybridize, conditional operator, and loop gradient/trainer bug

2019-11-26 Thread GitBox
haidark commented on issue #16701: Hybridize, conditional operator, and loop gradient/trainer bug URL: https://github.com/apache/incubator-mxnet/issues/16701#issuecomment-558737775 bump for update This is an automated

[GitHub] [incubator-mxnet] lanking520 commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
lanking520 commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16906#issuecomment-558735807 restarted all the tests This is an automated message

[GitHub] [incubator-mxnet] samskalicky commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
samskalicky commented on issue #16905: updating MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16905#issuecomment-558731525 @access2rohit shouldnt we be changing master to 1.7?

[GitHub] [incubator-mxnet] ptrendx commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs

2019-11-26 Thread GitBox
ptrendx commented on issue #16906: Bumping MXNet version to 1.6.0 in base.h for C APIs URL: https://github.com/apache/incubator-mxnet/pull/16906#issuecomment-558727945 @ChaiBapchya @larroy all those failed builds are because of a hang during compilation, what can we do to diagnose and fix

[incubator-mxnet] branch v1.6.x updated: port shape op to 1.6.x (#16912)

2019-11-26 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a commit to branch v1.6.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.6.x by this push: new 00f169f port shape op to 1.6.x

[GitHub] [incubator-mxnet] ptrendx merged pull request #16912: Port shape op to 1.6.x

2019-11-26 Thread GitBox
ptrendx merged pull request #16912: Port shape op to 1.6.x URL: https://github.com/apache/incubator-mxnet/pull/16912 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch v1.6.x updated: Backport of #16827, #16791 and #16888 to 1.6 branch (#16901)

2019-11-26 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a commit to branch v1.6.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.6.x by this push: new 4c41afd Backport of #16827, #16791

[GitHub] [incubator-mxnet] ptrendx merged pull request #16901: Backport of #16827, #16791 and #16888 to 1.6 branch

2019-11-26 Thread GitBox
ptrendx merged pull request #16901: Backport of #16827, #16791 and #16888 to 1.6 branch URL: https://github.com/apache/incubator-mxnet/pull/16901 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] wkcn commented on issue #16909: Build with cv 4.0

2019-11-26 Thread GitBox
wkcn commented on issue #16909: Build with cv 4.0 URL: https://github.com/apache/incubator-mxnet/pull/16909#issuecomment-558701043 @ewail Welcome to submit the PR : ) This is an automated message from the Apache Git Service.

[incubator-mxnet] branch master updated (6c7ce24 -> c9585bd)

2019-11-26 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6c7ce24 Revert "Mkldnn fullyConnect bwd bug fix (#16890)" (#16907) add c9585bd Fix the problem in

[GitHub] [incubator-mxnet] wkcn merged pull request #15686: Fix the problem in printing feature in c++ API examples : feature_extract

2019-11-26 Thread GitBox
wkcn merged pull request #15686: Fix the problem in printing feature in c++ API examples : feature_extract URL: https://github.com/apache/incubator-mxnet/pull/15686 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] wkcn commented on issue #15686: Fix the problem in printing feature in c++ API examples : feature_extract

2019-11-26 Thread GitBox
wkcn commented on issue #15686: Fix the problem in printing feature in c++ API examples : feature_extract URL: https://github.com/apache/incubator-mxnet/pull/15686#issuecomment-558680338 Merged. Thanks for your contribution!

  1   2   >