[GitHub] [incubator-mxnet] acphile opened a new issue #18266: same calculation for CrossEntropy and NegativeLogLikelihood in mxnet.metric

2020-05-08 Thread GitBox
acphile opened a new issue #18266: URL: https://github.com/apache/incubator-mxnet/issues/18266 CrossEntropy: http://mxnet.incubator.apache.org/api/python/docs/api/metric/index.html#mxnet.metric.CrossEntropy NegativeLogLikelihood:

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18083: Changes to mxnet.metric

2020-05-08 Thread GitBox
leezu commented on a change in pull request #18083: URL: https://github.com/apache/incubator-mxnet/pull/18083#discussion_r422279290 ## File path: tests/python/train/test_mlp.py ## @@ -37,8 +37,9 @@ def test_mlp(tmpdir): def accuracy(label, pred): py =

[GitHub] [incubator-mxnet] leezu commented on issue #17935: Windows CI CUDA Intermittent error C2993

2020-05-08 Thread GitBox
leezu commented on issue #17935: URL: https://github.com/apache/incubator-mxnet/issues/17935#issuecomment-626100625 Seems to be a nvcc bug https://github.com/thrust/thrust/issues/1090#issuecomment-626080333 This is an

[GitHub] [incubator-mxnet] yzhliu commented on issue #16655: [Numpy] Clear error message

2020-05-08 Thread GitBox
yzhliu commented on issue #16655: URL: https://github.com/apache/incubator-mxnet/issues/16655#issuecomment-626098304 fixed by #18257 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] acphile opened a new issue #18265: Error reporting for operations between different gpus

2020-05-08 Thread GitBox
acphile opened a new issue #18265: URL: https://github.com/apache/incubator-mxnet/issues/18265 ``` import mxnet as mx >>> a=mx.nd.array([1,2,3],ctx=mx.gpu(0)) >>> b=mx.nd.array([1,2,3],ctx=mx.gpu(1)) >>> a+=b >>> print(a) Traceback (most recent call last): File "",

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

2020-05-08 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 8cf2f74 Bump the

[GitHub] [incubator-mxnet] leezu commented on issue #18117: [Gluon][Numpy] Bug of save parameters with numpy front-end

2020-05-08 Thread GitBox
leezu commented on issue #18117: URL: https://github.com/apache/incubator-mxnet/issues/18117#issuecomment-626066067 Going forward we can simply use the npy / npz formats https://numpy.org/devdocs/reference/generated/numpy.lib.format.html

[GitHub] [incubator-mxnet] jaisanant0 commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2020-05-08 Thread GitBox
jaisanant0 commented on issue #15275: URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-626035758 @cyrusbehr I did export omp_num_threads = 1 is working. Could you please tell me how to do in shared library as required by NIST?

[incubator-mxnet] branch master updated (68cb955 -> 33dfbf7)

2020-05-08 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 68cb955 fixed overwrite of args/aux variables (#18232) add 33dfbf7 fix when clicking version

[incubator-mxnet] branch master updated (68cb955 -> 33dfbf7)

2020-05-08 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 68cb955 fixed overwrite of args/aux variables (#18232) add 33dfbf7 fix when clicking version

[incubator-mxnet] branch master updated (68cb955 -> 33dfbf7)

2020-05-08 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 68cb955 fixed overwrite of args/aux variables (#18232) add 33dfbf7 fix when clicking version

[incubator-mxnet] branch master updated (68cb955 -> 33dfbf7)

2020-05-08 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 68cb955 fixed overwrite of args/aux variables (#18232) add 33dfbf7 fix when clicking version

[incubator-mxnet] branch master updated (68cb955 -> 33dfbf7)

2020-05-08 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 68cb955 fixed overwrite of args/aux variables (#18232) add 33dfbf7 fix when clicking version

[GitHub] [incubator-mxnet] ArmageddonKnight commented on a change in pull request #18228: [MXNET-1450] Improve the backward mirroring implementation

2020-05-08 Thread GitBox
ArmageddonKnight commented on a change in pull request #18228: URL: https://github.com/apache/incubator-mxnet/pull/18228#discussion_r422371418 ## File path: docs/static_site/src/pages/api/faq/env_var.md ## @@ -189,14 +189,13 @@ $env:MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0 -

[GitHub] [incubator-mxnet] cyrusbehr commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2020-05-08 Thread GitBox
cyrusbehr commented on issue #15275: URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-626017216 @jaisanant0 As a sanity check, can you export those environment variables directly into your shell where you are running your program (export them before running the

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #18263: [Numpy] New FFIs for Operator: squeeze, repeat, around, round, diagflat

2020-05-08 Thread GitBox
hzfan commented on a change in pull request #18263: URL: https://github.com/apache/incubator-mxnet/pull/18263#discussion_r422347011 ## File path: src/api/operator/numpy/np_matrix_op.cc ## @@ -470,4 +470,66 @@ MXNET_REGISTER_API("_npi.diag_indices_from") *ret = ndoutputs[0];

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18261: [v1.7.x] Backport fixing batch_norm and layer_norm for large tensors (#17805)

2020-05-08 Thread GitBox
ChaiBapchya commented on pull request #18261: URL: https://github.com/apache/incubator-mxnet/pull/18261#issuecomment-625996731 @mxnet-bot run ci [unix-cpu, unix-gpu] This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18261: [v1.7.x] Backport fixing batch_norm and layer_norm for large tensors (#17805)

2020-05-08 Thread GitBox
mxnet-bot commented on pull request #18261: URL: https://github.com/apache/incubator-mxnet/pull/18261#issuecomment-625996784 Jenkins CI successfully triggered : [unix-cpu, unix-gpu] This is an automated message from the

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

2020-05-08 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 371604f Bump the

[GitHub] [incubator-mxnet] leezu commented on issue #18137: [Numpy] different behaviours between numpy and mxnet.numpy

2020-05-08 Thread GitBox
leezu commented on issue #18137: URL: https://github.com/apache/incubator-mxnet/issues/18137#issuecomment-625935351 @acphile can you help to create a separate issue for each problem, to simplify tracking the individual issues?

[GitHub] [incubator-mxnet] leezu commented on issue #18255: MKL_USE_STATIC_LIBS broken

2020-05-08 Thread GitBox
leezu commented on issue #18255: URL: https://github.com/apache/incubator-mxnet/issues/18255#issuecomment-625934207 @TaoLv you can reproduce it with the version of MKL installed in the CI environment:

[GitHub] [incubator-mxnet] leezu commented on issue #18229: Compiling with USE_TVMOP flaky due to downloading

2020-05-08 Thread GitBox
leezu commented on issue #18229: URL: https://github.com/apache/incubator-mxnet/issues/18229#issuecomment-625932687 No, that's due to using Makefile build This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18264: CI: Update Android, ARM build and ARM test containers

2020-05-08 Thread GitBox
mxnet-bot commented on pull request #18264: URL: https://github.com/apache/incubator-mxnet/pull/18264#issuecomment-625927988 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] leezu opened a new pull request #18264: CI: Update Android, ARM build and ARM test containers

2020-05-08 Thread GitBox
leezu opened a new pull request #18264: URL: https://github.com/apache/incubator-mxnet/pull/18264 Following #18115, #18138 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] szha commented on issue #18184: Flaky Incorrect Results test_numpy_op.py:: test_np_linalg_slogdet

2020-05-08 Thread GitBox
szha commented on issue #18184: URL: https://github.com/apache/incubator-mxnet/issues/18184#issuecomment-625917939 Thanks. Sounds like it's safe to re-enable the test then. Let's do that and run the CI for three times to make sure it's no longer flaky.

[GitHub] [incubator-mxnet] sxjscience commented on issue #16743: [Numpy] Cannot mix numpy scalar and MXNet numpy ndarray

2020-05-08 Thread GitBox
sxjscience commented on issue #16743: URL: https://github.com/apache/incubator-mxnet/issues/16743#issuecomment-625910342 @BenjaminCHEN2016 The problem is that it's a numpy scalar and should be treated similarly as python scalars. I just checked that Jax supports the following:

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18250: [numpy] fix mixed type backward

2020-05-08 Thread GitBox
mxnet-bot commented on pull request #18250: URL: https://github.com/apache/incubator-mxnet/pull/18250#issuecomment-625860047 Jenkins CI successfully triggered : [windows-cpu, windows-gpu] This is an automated message from

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on pull request #18250: [numpy] fix mixed type backward

2020-05-08 Thread GitBox
BenjaminCHEN2016 commented on pull request #18250: URL: https://github.com/apache/incubator-mxnet/pull/18250#issuecomment-625859963 @mxnet-bot run ci [windows-cpu, windows-gpu] This is an automated message from the Apache

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

2020-05-08 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 a8c4e73 Bump the

[GitHub] [incubator-mxnet] flygragon commented on issue #13773: Compiler error with g++ (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0

2020-05-08 Thread GitBox
flygragon commented on issue #13773: URL: https://github.com/apache/incubator-mxnet/issues/13773#issuecomment-625759400 > You shouldn't downgrade the GCC version. This is a compiler bug. You need to update the version to get a gcc version that has the fix for your bug... > > If no

[GitHub] [incubator-mxnet] flygragon commented on issue #13773: Compiler error with g++ (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0

2020-05-08 Thread GitBox
flygragon commented on issue #13773: URL: https://github.com/apache/incubator-mxnet/issues/13773#issuecomment-625734321 > You shouldn't downgrade the GCC version. This is a compiler bug. You need to update the version to get a gcc version that has the fix for your bug... > > If no

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on issue #16743: [Numpy] Cannot mix numpy scalar and MXNet numpy ndarray

2020-05-08 Thread GitBox
BenjaminCHEN2016 commented on issue #16743: URL: https://github.com/apache/incubator-mxnet/issues/16743#issuecomment-625724430 @sxjscience @yzhliu Are numpy array and mxnet array suppose to work together ? This is an

[GitHub] [incubator-mxnet] CassiniXu commented on pull request #18263: [Numpy] New FFIs for Operator: squeeze, repeat, around, round, diagflat

2020-05-08 Thread GitBox
CassiniXu commented on pull request #18263: URL: https://github.com/apache/incubator-mxnet/pull/18263#issuecomment-625716722 @hzfan This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18263: [Numpy] New FFIs for Operator: squeeze, repeat, around, round, diagflat

2020-05-08 Thread GitBox
mxnet-bot commented on pull request #18263: URL: https://github.com/apache/incubator-mxnet/pull/18263#issuecomment-625716207 Hey @CassiniXu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] CassiniXu opened a new pull request #18263: [Numpy] New FFIs for Operator: squeeze, repeat, around, round, diagflat

2020-05-08 Thread GitBox
CassiniXu opened a new pull request #18263: URL: https://github.com/apache/incubator-mxnet/pull/18263 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR

[GitHub] [incubator-mxnet] Tommliu commented on issue #18213: Cannot concatenate boolean numpy arrays

2020-05-08 Thread GitBox
Tommliu commented on issue #18213: URL: https://github.com/apache/incubator-mxnet/issues/18213#issuecomment-625715831 working on it This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on pull request #18250: [numpy] fix mixed type backward

2020-05-08 Thread GitBox
BenjaminCHEN2016 commented on pull request #18250: URL: https://github.com/apache/incubator-mxnet/pull/18250#issuecomment-625699001 @mxnet-bot run ci [miscellaneous, windows-cpu, windows-gpu] This is an automated message

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18250: [numpy] fix mixed type backward

2020-05-08 Thread GitBox
mxnet-bot commented on pull request #18250: URL: https://github.com/apache/incubator-mxnet/pull/18250#issuecomment-625699068 Jenkins CI successfully triggered : [miscellaneous, windows-gpu, windows-cpu] This is an automated

[GitHub] [incubator-mxnet] acphile commented on pull request #18083: Changes to mxnet.metric

2020-05-08 Thread GitBox
acphile commented on pull request #18083: URL: https://github.com/apache/incubator-mxnet/pull/18083#issuecomment-625690495 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18083: Changes to mxnet.metric

2020-05-08 Thread GitBox
mxnet-bot commented on pull request #18083: URL: https://github.com/apache/incubator-mxnet/pull/18083#issuecomment-625690567 Jenkins CI successfully triggered : [windows-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] yzhliu commented on issue #16743: [Numpy] Cannot mix numpy scalar and MXNet numpy ndarray

2020-05-08 Thread GitBox
yzhliu commented on issue #16743: URL: https://github.com/apache/incubator-mxnet/issues/16743#issuecomment-625675226 @BenjaminCHEN2016 will be looking into it. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18261: [v1.7.x] Backport fixing batch_norm and layer_norm for large tensors (#17805)

2020-05-08 Thread GitBox
ChaiBapchya commented on pull request #18261: URL: https://github.com/apache/incubator-mxnet/pull/18261#issuecomment-625674324 @mxnet-bot run ci [unix-cpu, unix-gpu, clang] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18261: [v1.7.x] Backport fixing batch_norm and layer_norm for large tensors (#17805)

2020-05-08 Thread GitBox
mxnet-bot commented on pull request #18261: URL: https://github.com/apache/incubator-mxnet/pull/18261#issuecomment-625674352 Jenkins CI successfully triggered : [unix-cpu, clang, unix-gpu] This is an automated message from

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18229: Compiling with USE_TVMOP flaky due to downloading

2020-05-08 Thread GitBox
ChaiBapchya commented on issue #18229: URL: https://github.com/apache/incubator-mxnet/issues/18229#issuecomment-625674190 Another one #18261 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-18261/1/pipeline

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

2020-05-08 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 cf7a65b Bump the

[GitHub] [incubator-mxnet] rrjia opened a new issue #18262: mxnet.gluon.data.DataLoader error

2020-05-08 Thread GitBox
rrjia opened a new issue #18262: URL: https://github.com/apache/incubator-mxnet/issues/18262 ## Description mxnet dataLoader error I defined myself dataset, it work fine , but combine with gluon.data.dataLoader it can not work. class MarketDataset(dataset.Dataset):