[GitHub] [incubator-mxnet] stu1130 commented on issue #17587: Need help: how to manually build whl

2020-02-24 Thread GitBox
stu1130 commented on issue #17587: Need help: how to manually build whl URL: https://github.com/apache/incubator-mxnet/issues/17587#issuecomment-590510489 [@mxnet-label-bot add question] This is an automated message from the

[GitHub] [incubator-mxnet] stu1130 commented on issue #17664: Question : Bounded delay

2020-02-24 Thread GitBox
stu1130 commented on issue #17664: Question : Bounded delay URL: https://github.com/apache/incubator-mxnet/issues/17664#issuecomment-590509979 [@mxnet-label-bot add question] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] reminisce opened a new pull request #17674: Fix boolean dtype error in hybridization

2020-02-24 Thread GitBox
reminisce opened a new pull request #17674: Fix boolean dtype error in hybridization URL: https://github.com/apache/incubator-mxnet/pull/17674 ## Description ## Fix https://github.com/apache/incubator-mxnet/issues/17638.

[GitHub] [incubator-mxnet] icemelon9 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
icemelon9 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590506517 I still got the error after tuning off opencv. ``` mxnet git:(master) ✗ readelf -a build/libmxnet.so| grep NEEDED 0x0001 (NEEDED)

[GitHub] [incubator-mxnet] mikeobr commented on issue #17139: gamma and beta dimensionality error in GroupNorm operator

2020-02-24 Thread GitBox
mikeobr commented on issue #17139: gamma and beta dimensionality error in GroupNorm operator URL: https://github.com/apache/incubator-mxnet/issues/17139#issuecomment-590488251 Group Norm is available in the latest 1.6 release, does this issue mean it shouldn't be used?

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

2020-02-24 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 629cac0 Bump the

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590486220 does it occur with opencv turned off? This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] leezu commented on issue #17671: mxnet=1.6.0 for OSX on pypi does not work

2020-02-24 Thread GitBox
leezu commented on issue #17671: mxnet=1.6.0 for OSX on pypi does not work URL: https://github.com/apache/incubator-mxnet/issues/17671#issuecomment-590478397 Seems the linux wheels are labeled wrongly and claim support for all platforms: https://pypi.org/project/mxnet/1.6.0/#files

[GitHub] [incubator-mxnet] leezu removed a comment on issue #17671: mxnet=1.6.0 for OSX on pypi does not work

2020-02-24 Thread GitBox
leezu removed a comment on issue #17671: mxnet=1.6.0 for OSX on pypi does not work URL: https://github.com/apache/incubator-mxnet/issues/17671#issuecomment-590477816 CC @szha This is an automated message from the Apache

[GitHub] [incubator-mxnet] leezu commented on issue #17671: mxnet=1.6.0 for OSX on pypi does not work

2020-02-24 Thread GitBox
leezu commented on issue #17671: mxnet=1.6.0 for OSX on pypi does not work URL: https://github.com/apache/incubator-mxnet/issues/17671#issuecomment-590477816 CC @szha This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590476688 This behavior seems suspicious because the claim would also suggest that the problem would exist for all similar build cases (ie my machine now) as well

[GitHub] [incubator-mxnet] leezu commented on issue #17530: Add deferred compute support

2020-02-24 Thread GitBox
leezu commented on issue #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530#issuecomment-590473083 @eric-haibin-lin enabling deferred compute mode enables recording and deferring the computation. It does not automatically export the

[GitHub] [incubator-mxnet] icemelon9 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
icemelon9 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590473106 Yes, I installed Intel MKL 2020.0-166 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590472526 This is with latest 2020 version of mkl? This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] icemelon9 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
icemelon9 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590467401 Here is the cmake log. ``` build git:(master) ✗ cmake -DUSE_CUDA=0 -DUSE_CUDNN=0 -DUSE_MKLDNN=1 -DCMAKE_BUILD_TYPE=Release -GNinja .. -- The C

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
leezu edited a comment on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590465449 CI can also reproduce this issue. I switched CI to testing CMake builds instead of Makefile build in

[GitHub] [incubator-mxnet] leezu commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
leezu commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590465449 CI can also reproduce this issue. I switched CI to testing CMake builds instead of Makefile build in https://github.com/apache/incubator-mxnet/pull/17645 and

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590450010 ```python (pytorch) [chriso@chriso-ripper:~/src/mxnet (master)]python Python 3.6.10 |Anaconda, Inc.| (default, Jan 7 2020, 21:14:29) [GCC 7.3.0]

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #17641: OpenMP Error

2020-02-24 Thread GitBox
cjolivier01 commented on issue #17641: OpenMP Error URL: https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590449594 ``` 0x0001 (NEEDED) Shared library: [libmkl_rt.so] 0x0001 (NEEDED) Shared library: [librt.so.1]

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17612: Gluon block thread safety bug

2020-02-24 Thread GitBox
eric-haibin-lin commented on issue #17612: Gluon block thread safety bug URL: https://github.com/apache/incubator-mxnet/issues/17612#issuecomment-590430378 This is because self.namescope is shared and overriden:

[GitHub] [incubator-mxnet] samskalicky commented on issue #17623: Dynamic subgraph compile support

2020-02-24 Thread GitBox
samskalicky commented on issue #17623: Dynamic subgraph compile support URL: https://github.com/apache/incubator-mxnet/pull/17623#issuecomment-590388983 @HahTK ive added the ability to pass params down for aux args, and your suggestion to enable removing the params to the enhancements

[GitHub] [incubator-mxnet] kpuatamazon commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-02-24 Thread GitBox
kpuatamazon commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-590363395 While I agree with the principle that all operators should be parallel (and intend to parallelize mine),

[GitHub] [incubator-mxnet] rongzha1 commented on issue #17669: flaky test_bf16_operator.test_bf16_bn

2020-02-24 Thread GitBox
rongzha1 commented on issue #17669: flaky test_bf16_operator.test_bf16_bn URL: https://github.com/apache/incubator-mxnet/issues/17669#issuecomment-590345377 increase the tolerance for this case in #17673 This is an automated

[GitHub] [incubator-mxnet] rongzha1 opened a new pull request #17673: change error tolerance for bf16 bn test

2020-02-24 Thread GitBox
rongzha1 opened a new pull request #17673: change error tolerance for bf16 bn test URL: https://github.com/apache/incubator-mxnet/pull/17673 ## Description ## to fix [issue ](https://github.com/apache/incubator-mxnet/issues/17669), we enlarge error tolerance to pass bf16 bn test

[GitHub] [incubator-mxnet] Alicia1529 opened a new pull request #17672: [Numpy/Don't merge] more support for boolean indexing/assign and change on implementation

2020-02-24 Thread GitBox
Alicia1529 opened a new pull request #17672: [Numpy/Don't merge] more support for boolean indexing/assign and change on implementation URL: https://github.com/apache/incubator-mxnet/pull/17672 ## Description ## 1. implement boolean indexing through advanced indexing by following the

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

2020-02-24 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 8c6c4a3 Bump the

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-02-24 Thread GitBox
kpuatamazon edited a comment on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-590256391 @pengzhao-intel Which OMP do you recommend? I've been getting bad OMP results with a stock install

[GitHub] [incubator-mxnet] kpuatamazon commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-02-24 Thread GitBox
kpuatamazon commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-590265641 @ciyongch Here is a usage example. ```python import mxnet as mx #This is done offline. weight =

[GitHub] [incubator-mxnet] kpuatamazon commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-02-24 Thread GitBox
kpuatamazon commented on issue #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-590256391 @pengzhao-intel Which OMP do you recommend? I've been getting bad OMP results with a stock install of

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #17669: flaky test_bf16_operator.test_bf16_bn

2020-02-24 Thread GitBox
pengzhao-intel commented on issue #17669: flaky test_bf16_operator.test_bf16_bn URL: https://github.com/apache/incubator-mxnet/issues/17669#issuecomment-590242561 Could we increase the tolerance for this case to align BF16 precision?

[GitHub] [incubator-mxnet] fhieber opened a new issue #17671: mxnet=1.6.0 for OSX on pypi does not work

2020-02-24 Thread GitBox
fhieber opened a new issue #17671: mxnet=1.6.0 for OSX on pypi does not work URL: https://github.com/apache/incubator-mxnet/issues/17671 ## Description It seems that mxnet 1.6.0 was published on pypi: https://pypi.org/project/mxnet/1.6.0/ However, when installing it through pip on a

[GitHub] [incubator-mxnet] ElaineBao commented on issue #17669: flaky test_bf16_operator.test_bf16_bn

2020-02-24 Thread GitBox
ElaineBao commented on issue #17669: flaky test_bf16_operator.test_bf16_bn URL: https://github.com/apache/incubator-mxnet/issues/17669#issuecomment-590219478 Yes, this happens when the variance of bn meets some specific value which can not be computed as fp32 by bf16, as you can see,

[GitHub] [incubator-mxnet] rongzha1 edited a comment on issue #17669: flaky test_bf16_operator.test_bf16_bn

2020-02-24 Thread GitBox
rongzha1 edited a comment on issue #17669: flaky test_bf16_operator.test_bf16_bn URL: https://github.com/apache/incubator-mxnet/issues/17669#issuecomment-590208995 @ElaineBao @ZhennanQin Can you double check it pls? As we discussed, we can't avoid such cast error. What about skip this

[GitHub] [incubator-mxnet] rongzha1 commented on issue #17669: flaky test_bf16_operator.test_bf16_bn

2020-02-24 Thread GitBox
rongzha1 commented on issue #17669: flaky test_bf16_operator.test_bf16_bn URL: https://github.com/apache/incubator-mxnet/issues/17669#issuecomment-590208995 @ElaineBao @ZhennanQin Can you double check it pls? As we discussed, we can't avoid such cast error. What about skip this case ?

[GitHub] [incubator-mxnet] ChaiBapchya closed issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source

2020-02-24 Thread GitBox
ChaiBapchya closed issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source URL: https://github.com/apache/incubator-mxnet/issues/17670 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source

2020-02-24 Thread GitBox
ChaiBapchya commented on issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source URL: https://github.com/apache/incubator-mxnet/issues/17670#issuecomment-590204046 Got it resolved by removing the CMakeLists.txt file Likely caused by some corrupt cmake file

[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source

2020-02-24 Thread GitBox
ChaiBapchya opened a new issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source URL: https://github.com/apache/incubator-mxnet/issues/17670 ## Description Ubuntu16.04 Build from source using Cmake issue ### Error Message ``` Error: could not load cache ```

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source

2020-02-24 Thread GitBox
ChaiBapchya commented on issue #17670: Couldn't load cache Cmake, Ubuntu, Build from source URL: https://github.com/apache/incubator-mxnet/issues/17670#issuecomment-590203716 @mxnet-label-bot add [build, cmake] This is an

<    1   2