[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #16172: Flaky randint large vector

2019-09-13 Thread GitBox
ChaiBapchya opened a new issue #16172: Flaky randint large vector URL: https://github.com/apache/incubator-mxnet/issues/16172 `test_large_vector.test_ndarray_random_randint` fails the assertion ``` assert (a >= low).all() and (a < high).all() ``` because only 1 value in the

[GitHub] [incubator-mxnet] gyshi closed pull request #15562: Numpy mgrid and ogrid

2019-09-13 Thread GitBox
gyshi closed pull request #15562: Numpy mgrid and ogrid URL: https://github.com/apache/incubator-mxnet/pull/15562 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [incubator-mxnet] gyshi opened a new pull request #16171: [Numpy] add numpy op mgrid ogrid

2019-09-13 Thread GitBox
gyshi opened a new pull request #16171: [Numpy] add numpy op mgrid ogrid URL: https://github.com/apache/incubator-mxnet/pull/16171 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items f

[GitHub] [incubator-mxnet] lyqlola commented on issue #13592: Transpose with MXNET_BACKWARD_DO_MIRROR throws exception

2019-09-13 Thread GitBox
lyqlola commented on issue #13592: Transpose with MXNET_BACKWARD_DO_MIRROR throws exception URL: https://github.com/apache/incubator-mxnet/issues/13592#issuecomment-531445511 hi, I also encountered this problem. How did you solve it? ---

[GitHub] [incubator-mxnet] haojin2 commented on issue #15837: Numpy add numpy op indices

2019-09-13 Thread GitBox
haojin2 commented on issue #15837: Numpy add numpy op indices URL: https://github.com/apache/incubator-mxnet/pull/15837#issuecomment-531442468 @Vikas-kum Please see the actual error message on the MBCC error: `OSError: libtvm_runtime.so: cannot open shared object file: No such file or direc

[GitHub] [incubator-mxnet] gyshi removed a comment on issue #15837: Numpy add numpy op indices

2019-09-13 Thread GitBox
gyshi removed a comment on issue #15837: Numpy add numpy op indices URL: https://github.com/apache/incubator-mxnet/pull/15837#issuecomment-531441888 > backward compatibility check is failing for this PR: > Can you check this and make sure that it passes - http://jenkins.mxnet-ci.amazon-m

[GitHub] [incubator-mxnet] gyshi commented on issue #15837: Numpy add numpy op indices

2019-09-13 Thread GitBox
gyshi commented on issue #15837: Numpy add numpy op indices URL: https://github.com/apache/incubator-mxnet/pull/15837#issuecomment-531441888 > backward compatibility check is failing for this PR: > Can you check this and make sure that it passes - http://jenkins.mxnet-ci.amazon-ml.com/bl

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

2019-09-13 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 2394d32 Bump the publish

[GitHub] [incubator-mxnet] sxjscience commented on issue #16168: group norm tests are failing

2019-09-13 Thread GitBox
sxjscience commented on issue #16168: group norm tests are failing URL: https://github.com/apache/incubator-mxnet/issues/16168#issuecomment-531417355 Lower the atol_eps by https://github.com/apache/incubator-mxnet/pull/16169

[GitHub] [incubator-mxnet] goldmermaid opened a new pull request #16170: Update KL Divergence formula

2019-09-13 Thread GitBox
goldmermaid opened a new pull request #16170: Update KL Divergence formula URL: https://github.com/apache/incubator-mxnet/pull/16170 Errors fix. ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] [incubator-mxnet] sxjscience opened a new pull request #16169: [Fix] Fix flaky GroupNorm test

2019-09-13 Thread GitBox
sxjscience opened a new pull request #16169: [Fix] Fix flaky GroupNorm test URL: https://github.com/apache/incubator-mxnet/pull/16169 ## Description ## Lower the eps for atol check. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR.

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #16168: group norm tests are failing

2019-09-13 Thread GitBox
Vikas-kum commented on issue #16168: group norm tests are failing URL: https://github.com/apache/incubator-mxnet/issues/16168#issuecomment-531413705 https://github.com/apache/incubator-mxnet/pull/14959 @sxjscience @haojin2 - We saw a failure in PR. This test is failing with that se

[GitHub] [incubator-mxnet] Vikas-kum opened a new issue #16168: group norm tests are failing

2019-09-13 Thread GitBox
Vikas-kum opened a new issue #16168: group norm tests are failing URL: https://github.com/apache/incubator-mxnet/issues/16168 88e9fe53272d:incubator-mxnet vikumar$ nosetests -v tests/python/unittest/test_operator.py:test_groupnorm [INFO] Setting module np/mx/python random seeds, use MXN

[GitHub] [incubator-mxnet] Vikas-kum closed pull request #16159: fixing test for model compatibility checker

2019-09-13 Thread GitBox
Vikas-kum closed pull request #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] Vikas-kum opened a new pull request #16159: fixing test for model compatibility checker

2019-09-13 Thread GitBox
Vikas-kum opened a new pull request #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159 ## Description ## adding libtvm.so to test ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for y

[GitHub] [incubator-mxnet] ThomasDelteil closed pull request #15883: [WIP] New Website: New Pipeline [3/3]

2019-09-13 Thread GitBox
ThomasDelteil closed pull request #15883: [WIP] New Website: New Pipeline [3/3] URL: https://github.com/apache/incubator-mxnet/pull/15883 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-mxnet] ThomasDelteil opened a new pull request #15883: [WIP] New Website: New Pipeline [3/3]

2019-09-13 Thread GitBox
ThomasDelteil opened a new pull request #15883: [WIP] New Website: New Pipeline [3/3] URL: https://github.com/apache/incubator-mxnet/pull/15883 - [ ] https://github.com/ThomasDelteil/incubator-mxnet/pull/6 Review the step from [2/3] to [3/3] - [x] #15884 merged - [ ] #15885 merged

[GitHub] [incubator-mxnet] szha opened a new issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2019-09-13 Thread GitBox
szha opened a new issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167 # Overview The purpose of this RFC is to organize and present the roadmap towards 2.0. As 2.0 will be a major release, changes that would break backward compatib

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #10494: stop_gradient fails under adam and wd

2019-09-13 Thread GitBox
eric-haibin-lin commented on issue #10494: stop_gradient fails under adam and wd URL: https://github.com/apache/incubator-mxnet/issues/10494#issuecomment-531392618 the workaround would be setting lr_mult and wd_mult of the symbol

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

2019-09-13 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 002baf5 Bump the publish

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #16166: Fix NDArrayIter iteration bug when last_batch_handle='pad'

2019-09-13 Thread GitBox
stu1130 opened a new pull request #16166: Fix NDArrayIter iteration bug when last_batch_handle='pad' URL: https://github.com/apache/incubator-mxnet/pull/16166 ## Description ## Fixes #15535 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your

[GitHub] [incubator-mxnet] ThomasDelteil commented on issue #15885: [WIP] New Website: Remove Old Content [2/3]

2019-09-13 Thread GitBox
ThomasDelteil commented on issue #15885: [WIP] New Website: Remove Old Content [2/3] URL: https://github.com/apache/incubator-mxnet/pull/15885#issuecomment-531377051 @zachgk way too many merge conflicts when trying to rebase sorry, let's try that way for now --

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

2019-09-13 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 2902c59 Bump the publish

[GitHub] [incubator-mxnet] DickJC123 commented on issue #15657: Eliminate common expressions

2019-09-13 Thread GitBox
DickJC123 commented on issue #15657: Eliminate common expressions URL: https://github.com/apache/incubator-mxnet/pull/15657#issuecomment-531360012 Another area to spend some extra thought on involves the primary outputs and the gradients of primary inputs. If you combined two output NDArra

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #16165: adding codeowners

2019-09-13 Thread GitBox
aaronmarkham opened a new pull request #16165: adding codeowners URL: https://github.com/apache/incubator-mxnet/pull/16165 ## Description ## Adding myself to codeowners... This is an automated message from the Apache Gi

[GitHub] [incubator-mxnet] zachgk commented on issue #15885: [WIP] New Website: Remove Old Content [2/3]

2019-09-13 Thread GitBox
zachgk commented on issue #15885: [WIP] New Website: Remove Old Content [2/3] URL: https://github.com/apache/incubator-mxnet/pull/15885#issuecomment-531346274 Can you rebase onto master to isolate the new commits from the commits that were part of New Website PR 1?

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16114: improve dataloader signals and messages

2019-09-13 Thread GitBox
leezu edited a comment on issue #16114: improve dataloader signals and messages URL: https://github.com/apache/incubator-mxnet/pull/16114#issuecomment-531344522 I don't think it's a common or intended use-case to have workers process a batch for more than 120 seconds. It's still a breaking

[GitHub] [incubator-mxnet] leezu commented on issue #16114: improve dataloader signals and messages

2019-09-13 Thread GitBox
leezu commented on issue #16114: improve dataloader signals and messages URL: https://github.com/apache/incubator-mxnet/pull/16114#issuecomment-531344522 I don't think it's a common or intended use-case to have workers process a batch for more than 120 seconds. It's still a breaking change

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #10051: Nondeterministic order of data in a data batch from NDArrayIter

2019-09-13 Thread GitBox
anirudhacharya commented on issue #10051: Nondeterministic order of data in a data batch from NDArrayIter URL: https://github.com/apache/incubator-mxnet/issues/10051#issuecomment-531340415 able to run with Python 3.5.2. This

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #10051: Nondeterministic order of data in a data batch from NDArrayIter

2019-09-13 Thread GitBox
eric-haibin-lin commented on issue #10051: Nondeterministic order of data in a data batch from NDArrayIter URL: https://github.com/apache/incubator-mxnet/issues/10051#issuecomment-531335576 can you try python <=3.5? python 3.6+ should be fine -

[GitHub] [incubator-mxnet] szha commented on issue #15589: [Discussion] 1.6.0 Roadmap

2019-09-13 Thread GitBox
szha commented on issue #15589: [Discussion] 1.6.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/15589#issuecomment-531332885 @reminisce @haojin2 given that numpy operators would be a major topic in 1.6 release, it would be great if you could add what you intend to include

[GitHub] [incubator-mxnet] access2rohit commented on issue #16164: Re-Enabling Large Tensor Nightly on GPU

2019-09-13 Thread GitBox
access2rohit commented on issue #16164: Re-Enabling Large Tensor Nightly on GPU URL: https://github.com/apache/incubator-mxnet/pull/16164#issuecomment-531331201 @apeforest can you review ? This is an automated message from the

[GitHub] [incubator-mxnet] access2rohit commented on issue #16164: Re-Enabling Large Tensor Nightly on GPU

2019-09-13 Thread GitBox
access2rohit commented on issue #16164: Re-Enabling Large Tensor Nightly on GPU URL: https://github.com/apache/incubator-mxnet/pull/16164#issuecomment-531330961 @mxnet-label-bot add [pr-awaiting-review] This is an automated me

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #16164: Re-Enabling Large Tensor Nightly on GPU

2019-09-13 Thread GitBox
access2rohit opened a new pull request #16164: Re-Enabling Large Tensor Nightly on GPU URL: https://github.com/apache/incubator-mxnet/pull/16164 ## Description ## Reverts PR: https://github.com/apache/incubator-mxnet/pull/15141 ## Checklist ## ### Essentials ### Please feel

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #10051: Nondeterministic order of data in a data batch from NDArrayIter

2019-09-13 Thread GitBox
anirudhacharya commented on issue #10051: Nondeterministic order of data in a data batch from NDArrayIter URL: https://github.com/apache/incubator-mxnet/issues/10051#issuecomment-531326064 I was able to run the above in python3. @eric-haibin-lin Could you please check if this is still an

[GitHub] [incubator-mxnet] Vikas-kum opened a new pull request #16159: fixing test for model compatibility checker

2019-09-13 Thread GitBox
Vikas-kum opened a new pull request #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159 ## Description ## adding libtvm.so to test ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for y

[GitHub] [incubator-mxnet] Vikas-kum closed pull request #16159: fixing test for model compatibility checker

2019-09-13 Thread GitBox
Vikas-kum closed pull request #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] Kh4L commented on issue #11424: Add support for numpy.nonzero() to ndarray

2019-09-13 Thread GitBox
Kh4L commented on issue #11424: Add support for numpy.nonzero() to ndarray URL: https://github.com/apache/incubator-mxnet/issues/11424#issuecomment-531303330 In addition, this operator should return a NDArray of shape `(number_of_nonzeros, num_dims)`, directly representing the indices, rat

[GitHub] [incubator-mxnet] TaoLv commented on issue #16143: Failure of MKL-DNN Convolution from C API

2019-09-13 Thread GitBox
TaoLv commented on issue #16143: Failure of MKL-DNN Convolution from C API URL: https://github.com/apache/incubator-mxnet/issues/16143#issuecomment-531290797 @matteosal Thank you for reporting that and I'm really sorry for the inconvenience. Here is another patch: https://github.com/TaoLv

[GitHub] [incubator-mxnet] xidulu commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases

2019-09-13 Thread GitBox
xidulu commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases URL: https://github.com/apache/incubator-mxnet/issues/16162#issuecomment-531269037 @gigasquid Thx for your time. Btw, it seems that all the CI jobs are paused for some reasons currently, yel

[GitHub] [incubator-mxnet] gigasquid commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases

2019-09-13 Thread GitBox
gigasquid commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases URL: https://github.com/apache/incubator-mxnet/issues/16162#issuecomment-531254547 The failure in this case is downloading one of the scala jar dependendies: ```ROR] [ERROR] Th

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

2019-09-13 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 1169c1e Bump the publish

[GitHub] [incubator-mxnet] perdasilva commented on issue #16163: Adds dynamic libmxnet to CD pipeline

2019-09-13 Thread GitBox
perdasilva commented on issue #16163: Adds dynamic libmxnet to CD pipeline URL: https://github.com/apache/incubator-mxnet/pull/16163#issuecomment-531163431 @zachgk Could you please have a look? This is an automated message fro

[GitHub] [incubator-mxnet] xidulu commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases

2019-09-13 Thread GitBox
xidulu commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases URL: https://github.com/apache/incubator-mxnet/issues/16162#issuecomment-531133274 @gigasquid mind taking a look :) This is an autom

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

2019-09-13 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 169c1a4 Bump the publish

[GitHub] [incubator-mxnet] RomanSteinberg commented on issue #16134: Incorrect subtraction

2019-09-13 Thread GitBox
RomanSteinberg commented on issue #16134: Incorrect subtraction URL: https://github.com/apache/incubator-mxnet/issues/16134#issuecomment-531125314 @marcoabreu yes I know and I tried to do it, but it doesn't reproduce the problem. I'm looking for a way to 'copy' the OS and all the environme