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

2020-04-19 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 9bd4eb8 Bump the publis

[GitHub] [incubator-mxnet] sxjscience opened a new issue #18105: [Gluon] Deferred initialization error of dynamic shape operators

2020-04-19 Thread GitBox
sxjscience opened a new issue #18105: URL: https://github.com/apache/incubator-mxnet/issues/18105 ```python import mxnet as mx from mxnet.gluon import nn, HybridBlock mx.npx.set_np() class Foo(HybridBlock): def __init__(self, prefix=None, params=None): super

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #18043: [Performance][Numpy] np.einsum can be 500 times slower than torch.einsum

2020-04-19 Thread GitBox
sxjscience edited a comment on issue #18043: URL: https://github.com/apache/incubator-mxnet/issues/18043#issuecomment-616339427 Here are the einsum workloads that are related to attention: Consider the attention cell with query, key, value -> out We denote the batch_size as `B`, n

[GitHub] [incubator-mxnet] sxjscience commented on issue #18043: [Performance][Numpy] np.einsum can be 500 times slower than torch.einsum

2020-04-19 Thread GitBox
sxjscience commented on issue #18043: URL: https://github.com/apache/incubator-mxnet/issues/18043#issuecomment-616339427 Here are the einsum workloads that are related to attention: Consider the attention cell with query, key, value -> out We denote the batch_size as B, num_heads

[GitHub] [incubator-mxnet] ymjiang commented on issue #18014: segfault with bytePS

2020-04-19 Thread GitBox
ymjiang commented on issue #18014: URL: https://github.com/apache/incubator-mxnet/issues/18014#issuecomment-616331720 @eric-haibin-lin Could you try this PR? https://github.com/bytedance/byteps/pull/244 This is an automate

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18104: Include broadcast_add into fused operators

2020-04-19 Thread GitBox
mxnet-bot commented on issue #18104: URL: https://github.com/apache/incubator-mxnet/pull/18104#issuecomment-616317835 Hey @MoisesHer , 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 command

[GitHub] [incubator-mxnet] MoisesHer opened a new pull request #18104: Include broadcast_add into fused operators

2020-04-19 Thread GitBox
MoisesHer opened a new pull request #18104: URL: https://github.com/apache/incubator-mxnet/pull/18104 ## Description ## This PR includes broadcast_add into fused operators (still to complete) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #17794: Disable MKL_USE_STATIC_LIBS by default

2020-04-19 Thread GitBox
pengzhao-intel commented on issue #17794: URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-616314533 @leezu could you rebase the code and run CI again? This is an automated message from the Apache Git Se

[GitHub] [incubator-mxnet] sxjscience commented on issue #18103: [Numpy] Fix DeprecationWarning

2020-04-19 Thread GitBox
sxjscience commented on issue #18103: URL: https://github.com/apache/incubator-mxnet/pull/18103#issuecomment-616313972 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18103: [Numpy] Fix DeprecationWarning

2020-04-19 Thread GitBox
mxnet-bot commented on issue #18103: URL: https://github.com/apache/incubator-mxnet/pull/18103#issuecomment-616314051 Jenkins CI successfully triggered : [unix-gpu, sanity, unix-cpu, windows-cpu, edge, centos-gpu, centos-cpu, clang, website, windows-gpu, miscellaneous] --

[GitHub] [incubator-mxnet] sxjscience opened a new pull request #18103: [Numpy] Fix DeprecationWarning

2020-04-19 Thread GitBox
sxjscience opened a new pull request #18103: URL: https://github.com/apache/incubator-mxnet/pull/18103 Currently there will be deprecation warning if we use advanced indexing in numpy. This is an automated message from the A

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18103: [Numpy] Fix DeprecationWarning

2020-04-19 Thread GitBox
mxnet-bot commented on issue #18103: URL: https://github.com/apache/incubator-mxnet/pull/18103#issuecomment-616300986 Hey @sxjscience , 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 comman

[GitHub] [incubator-mxnet] hzfan commented on issue #18102: [Numpy] The gradient of einsum is wrong

2020-04-19 Thread GitBox
hzfan commented on issue #18102: URL: https://github.com/apache/incubator-mxnet/issues/18102#issuecomment-616297738 Thanks for bringing this up. Will check it out. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] gaurav1086 commented on issue #17934: [numpy] Remove duplicate condition

2020-04-19 Thread GitBox
gaurav1086 commented on issue #17934: URL: https://github.com/apache/incubator-mxnet/pull/17934#issuecomment-616296389 @ChaiBapchya , looks good now. Thank you. This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-mxnet] leezu commented on issue #18099: Error in test_contrib_amp.py::test_amp_coverage

2020-04-19 Thread GitBox
leezu commented on issue #18099: URL: https://github.com/apache/incubator-mxnet/issues/18099#issuecomment-616291162 cc @yzhliu as we discussed about a (supposedly) related problem with `less_scalar_gpufloat32_2bool_2` before. --

[GitHub] [incubator-mxnet] szha commented on issue #18099: Error in test_contrib_amp.py::test_amp_coverage

2020-04-19 Thread GitBox
szha commented on issue #18099: URL: https://github.com/apache/incubator-mxnet/issues/18099#issuecomment-616289525 Note that the original error was wrong due to confusing log on teardown of module which attributes errors to the last test (i.e. `test_fp16_casting`). This happens even thoug

[GitHub] [incubator-mxnet] ymjiang commented on issue #18014: enabling mkldnn leads to segfault in bytePS

2020-04-19 Thread GitBox
ymjiang commented on issue #18014: URL: https://github.com/apache/incubator-mxnet/issues/18014#issuecomment-616285882 We will investigate this from BytePS-side. This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17824: [Numpy] FFI: max/min/amax/amin

2020-04-19 Thread GitBox
mxnet-bot commented on issue #17824: URL: https://github.com/apache/incubator-mxnet/pull/17824#issuecomment-616284075 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] Tommliu commented on issue #17824: [Numpy] FFI: max/min/amax/amin

2020-04-19 Thread GitBox
Tommliu commented on issue #17824: URL: https://github.com/apache/incubator-mxnet/pull/17824#issuecomment-616284062 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #18014: enabling mkldnn leads to segfault in bytePS

2020-04-19 Thread GitBox
pengzhao-intel commented on issue #18014: URL: https://github.com/apache/incubator-mxnet/issues/18014#issuecomment-616282218 @eric-haibin-lin based on the comments from @TaoLv @xinyu-intel, we don't see anything related to MKLDNN. I think bytePS developer should spend some efforts to loca

[GitHub] [incubator-mxnet] sxjscience commented on issue #18102: [Numpy] The gradient of einsum is wrong

2020-04-19 Thread GitBox
sxjscience commented on issue #18102: URL: https://github.com/apache/incubator-mxnet/issues/18102#issuecomment-616278906 @yzhliu @hzfan @szha @leezu This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-mxnet] sxjscience opened a new issue #18102: [Numpy] The gradient of einsum is wrong

2020-04-19 Thread GitBox
sxjscience opened a new issue #18102: URL: https://github.com/apache/incubator-mxnet/issues/18102 The gradient of einsum is not reliable. The following is just one example. There are actually **multiple scenarios** in which the gradient is wrong. This operator has both performance issues a

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #18102: [Numpy] The gradient of einsum is wrong

2020-04-19 Thread GitBox
sxjscience edited a comment on issue #18102: URL: https://github.com/apache/incubator-mxnet/issues/18102#issuecomment-616278906 @yzhliu @hzfan @szha @leezu FYI This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17934: [numpy] Remove duplicate condition

2020-04-19 Thread GitBox
mxnet-bot commented on issue #17934: URL: https://github.com/apache/incubator-mxnet/pull/17934#issuecomment-616262613 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] gaurav1086 commented on issue #17934: [numpy] Remove duplicate condition

2020-04-19 Thread GitBox
gaurav1086 commented on issue #17934: URL: https://github.com/apache/incubator-mxnet/pull/17934#issuecomment-616262594 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-mxnet] leezu commented on issue #18014: enabling mkldnn leads to segfault in bytePS

2020-04-19 Thread GitBox
leezu commented on issue #18014: URL: https://github.com/apache/incubator-mxnet/issues/18014#issuecomment-616256725 For cuda 10.1, gcc8 is supported This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated (dcada9b -> 586c8ab)

2020-04-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from dcada9b [Numpy] FFI: random.shuffle, equal, not_equal, less_equal, greater_equal, less, maximum and minimu

[GitHub] [incubator-mxnet] leezu commented on issue #18097: Change LC_NUMERIC for CentOS CI jobs to verify locale invariance

2020-04-19 Thread GitBox
leezu commented on issue #18097: URL: https://github.com/apache/incubator-mxnet/pull/18097#issuecomment-616256378 @nickguletskii it should be easier to address the code duplication problem once https://github.com/apache/incubator-mxnet/pull/18025 is merged. I suggest you wait until it's me

[incubator-mxnet] branch master updated (dcada9b -> 586c8ab)

2020-04-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from dcada9b [Numpy] FFI: random.shuffle, equal, not_equal, less_equal, greater_equal, less, maximum and minimu

[GitHub] [incubator-mxnet] marcoabreu commented on issue #18097: Change LC_NUMERIC for CentOS CI jobs to verify locale invariance

2020-04-19 Thread GitBox
marcoabreu commented on issue #18097: URL: https://github.com/apache/incubator-mxnet/pull/18097#issuecomment-616256038 Is there some other method than inserting it at the top of every test file? That's a lot of copy&paste. T

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

2020-04-19 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 15b78e6 Bump the publis

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17882: Improve performance of broadcast_axis

2020-04-19 Thread GitBox
access2rohit commented on a change in pull request #17882: URL: https://github.com/apache/incubator-mxnet/pull/17882#discussion_r411024747 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1103,21 +1132,52 @@ inline void BroadcastComputeImpl(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17882: Improve performance of broadcast_axis

2020-04-19 Thread GitBox
access2rohit commented on a change in pull request #17882: URL: https://github.com/apache/incubator-mxnet/pull/17882#discussion_r411024747 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1103,21 +1132,52 @@ inline void BroadcastComputeImpl(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17882: Improve performance of broadcast_axis

2020-04-19 Thread GitBox
access2rohit commented on a change in pull request #17882: URL: https://github.com/apache/incubator-mxnet/pull/17882#discussion_r411024747 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -1103,21 +1132,52 @@ inline void BroadcastComputeImpl(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #18014: enabling mkldnn leads to segfault in bytePS

2020-04-19 Thread GitBox
eric-haibin-lin commented on issue #18014: URL: https://github.com/apache/incubator-mxnet/issues/18014#issuecomment-616241624 Another thing is that even if I build mxnet 1.6.x from source using make as the following, running a simple push pull test also leads to segmentation fault: ``

[GitHub] [incubator-mxnet] QueensGambit commented on issue #18054: Bump ONNX version to 1.5.0

2020-04-19 Thread GitBox
QueensGambit commented on issue #18054: Bump ONNX version to 1.5.0 URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-616215616 > I personally only want to export from MxNet to ONNX and don't care at all about importing from ONNX to MxNet, however I am not sure, if a PR

[GitHub] [incubator-mxnet] QueensGambit commented on issue #17827: [Numpy] Bugfix of slice operator export (MXNet to ONNX)

2020-04-19 Thread GitBox
QueensGambit commented on issue #17827: [Numpy] Bugfix of slice operator export (MXNet to ONNX) URL: https://github.com/apache/incubator-mxnet/pull/17827#issuecomment-616212934 @RuRo see https://github.com/QueensGambit/incubator-mxnet/pull/1 for reply on your PR. -

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

2020-04-19 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 99a0ddb4 Bump the publis

[GitHub] [incubator-mxnet] leezu commented on issue #17177: [1.x] Fix incorrect calculation results when the C locale is set to a locale that uses commas as the decimal separator

2020-04-19 Thread GitBox
leezu commented on issue #17177: [1.x] Fix incorrect calculation results when the C locale is set to a locale that uses commas as the decimal separator URL: https://github.com/apache/incubator-mxnet/pull/17177#issuecomment-616183524 @mxnet-bot run ci [windows-gpu, unix-gpu] ---

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17177: [1.x] Fix incorrect calculation results when the C locale is set to a locale that uses commas as the decimal separator

2020-04-19 Thread GitBox
mxnet-bot commented on issue #17177: [1.x] Fix incorrect calculation results when the C locale is set to a locale that uses commas as the decimal separator URL: https://github.com/apache/incubator-mxnet/pull/17177#issuecomment-616183543 Jenkins CI successfully triggered : [windows-gpu, unix

[GitHub] [incubator-mxnet] leezu commented on issue #18093: CI: unify centos7_base.sh and centos7_core.sh

2020-04-19 Thread GitBox
leezu commented on issue #18093: CI: unify centos7_base.sh and centos7_core.sh URL: https://github.com/apache/incubator-mxnet/pull/18093#issuecomment-616182816 @mxnet-bot run ci [unix-gpu, windows-gpu] This is an automated mes

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #18093: CI: unify centos7_base.sh and centos7_core.sh

2020-04-19 Thread GitBox
mxnet-bot commented on issue #18093: CI: unify centos7_base.sh and centos7_core.sh URL: https://github.com/apache/incubator-mxnet/pull/18093#issuecomment-616182845 Jenkins CI successfully triggered : [windows-gpu, unix-gpu] T

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

2020-04-19 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 e1c00f0 Bump the publis

[GitHub] [incubator-mxnet] QueensGambit edited a comment on issue #16173: Saving and loading cudNN autotune and graph optimization

2020-04-19 Thread GitBox
QueensGambit edited a comment on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-615882613 @mk-61 Thank you for your proposal. Generating a unique key based on model an inference attributes i

[GitHub] [incubator-mxnet] nickguletskii commented on issue #17177: [1.x] Fix incorrect calculation results when the C locale is set to a locale that uses commas as the decimal separator

2020-04-19 Thread GitBox
nickguletskii commented on issue #17177: [1.x] Fix incorrect calculation results when the C locale is set to a locale that uses commas as the decimal separator URL: https://github.com/apache/incubator-mxnet/pull/17177#issuecomment-616103040 > We already run the testsuite on 2 Linux platfor

[GitHub] [incubator-mxnet] szhengac commented on issue #18077: Parameter fusion support in Gluon

2020-04-19 Thread GitBox
szhengac commented on issue #18077: Parameter fusion support in Gluon URL: https://github.com/apache/incubator-mxnet/issues/18077#issuecomment-616068055 That’s not needed for either lamb or Lars. At the moment, the new api allows one step function to get all the parameters so that global