[GitHub] [incubator-mxnet] mikemwx opened a new pull request #15456: [Numpy] numpy compatible invert

2019-07-03 Thread GitBox
mikemwx opened a new pull request #15456: [Numpy] numpy compatible invert URL: https://github.com/apache/incubator-mxnet/pull/15456 ## Description ## - add numpy compatible [invert](https://docs.scipy.org/doc/numpy/reference/generated/numpy.invert.html) - add a helper function for

[GitHub] [incubator-mxnet] TaoLv commented on issue #15392: Fails to make -j4

2019-07-03 Thread GitBox
TaoLv commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-508343645 @Kangzf1996 For your information, the error of compiling MKL-DNN with GCC 9+ is fixed in the v0.20 release of MKL-DNN. I'm working on upgrading the

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #15312: Numpy bitwise_xor operator

2019-07-03 Thread GitBox
gyshi commented on a change in pull request #15312: Numpy bitwise_xor operator URL: https://github.com/apache/incubator-mxnet/pull/15312#discussion_r300231028 ## File path: src/operator/numpy/np_elemwise_binary_op.cc ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] wkcn commented on issue #15364: Expose get_all_registered_operators and get_operator_arguments in the…

2019-07-03 Thread GitBox
wkcn commented on issue #15364: Expose get_all_registered_operators and get_operator_arguments in the… URL: https://github.com/apache/incubator-mxnet/pull/15364#issuecomment-508339646 If there is not any propose in the RFC, it's good to merge.

[GitHub] [incubator-mxnet] songweijia commented on issue #15373: CPP inference example behaves differently from the Python one

2019-07-03 Thread GitBox
songweijia commented on issue #15373: CPP inference example behaves differently from the Python one URL: https://github.com/apache/incubator-mxnet/issues/15373#issuecomment-508329950 Sorry for the late reply. I tried the latest example. Although it's another example other than the

[GitHub] [incubator-mxnet] songweijia closed issue #15373: CPP inference example behaves differently from the Python one

2019-07-03 Thread GitBox
songweijia closed issue #15373: CPP inference example behaves differently from the Python one URL: https://github.com/apache/incubator-mxnet/issues/15373 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] mikemwx commented on a change in pull request #15312: Numpy bitwise_xor operator

2019-07-03 Thread GitBox
mikemwx commented on a change in pull request #15312: Numpy bitwise_xor operator URL: https://github.com/apache/incubator-mxnet/pull/15312#discussion_r30021 ## File path: src/operator/numpy/np_elemwise_binary_op.cc ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15454: [WIP] Julia docs

2019-07-03 Thread GitBox
aaronmarkham commented on issue #15454: [WIP] Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454#issuecomment-508322748 Hmm [maven failed in CI](http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwebsite/detail/PR-15454/1/pipeline) - that

[incubator-mxnet] branch master updated (faccc59 -> d7c542a)

2019-07-03 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from faccc59 Fix memory leak in NaiveEngine (#15405) add d7c542a [TUTORIAL] Gluon and Sparse

[GitHub] [incubator-mxnet] aaronmarkham merged pull request #15396: [TUTORIAL] Gluon and Sparse NDArray

2019-07-03 Thread GitBox
aaronmarkham merged pull request #15396: [TUTORIAL] Gluon and Sparse NDArray URL: https://github.com/apache/incubator-mxnet/pull/15396 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] DickJC123 commented on issue #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
DickJC123 commented on issue #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#issuecomment-508314404 For my recent "Move STATIC_ASSERT_..." commit, I ended up moving the compile-time check to resource.cc, where the

[GitHub] [incubator-mxnet] DickJC123 commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
DickJC123 commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r300207690 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,116 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] TaoLv commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-03 Thread GitBox
TaoLv commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-508310683 Thank you for confirming. @larroy @nuslq, this is as expected. libmkldnn.so and libmklml_intel.so will be

[GitHub] [incubator-mxnet] mikemwx commented on a change in pull request #15277: [Numpy] Numpy argsort

2019-07-03 Thread GitBox
mikemwx commented on a change in pull request #15277: [Numpy] Numpy argsort URL: https://github.com/apache/incubator-mxnet/pull/15277#discussion_r300206224 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -580,18 +580,37 @@ void ArgSort(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] anirudh2290 opened a new pull request #15455: Improve docs for AMP

2019-07-03 Thread GitBox
anirudh2290 opened a new pull request #15455: Improve docs for AMP URL: https://github.com/apache/incubator-mxnet/pull/15455 ## Description ## Improve docs for AMP. Add docs on how to override whitelist . How to cast params to FP16. ## Checklist ## ### Essentials ###

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

2019-07-03 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 ed0064a Bump the publish

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300197400 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -106,6

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300197400 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -106,6

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300197312 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -736,7

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300197249 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -736,7

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300196947 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -717,7

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300197052 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -717,7

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300196947 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -717,7

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300196827 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -717,7

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #15454: [WIP] Julia docs

2019-07-03 Thread GitBox
aaronmarkham opened a new pull request #15454: [WIP] Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454 ## Description ## Since the dmlc.ml domain is gone we lost our Julia docs (and other things). This PR adds it to our regular website deployment pipeline. 

[incubator-mxnet] branch master updated: Fix memory leak in NaiveEngine (#15405)

2019-07-03 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new faccc59 Fix memory leak in NaiveEngine

[GitHub] [incubator-mxnet] wkcn merged pull request #15405: Fix memory leak in NaiveEngine

2019-07-03 Thread GitBox
wkcn merged pull request #15405: Fix memory leak in NaiveEngine URL: https://github.com/apache/incubator-mxnet/pull/15405 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] wkcn commented on issue #15405: Fix memory leak in NaiveEngine

2019-07-03 Thread GitBox
wkcn commented on issue #15405: Fix memory leak in NaiveEngine URL: https://github.com/apache/incubator-mxnet/pull/15405#issuecomment-508297671 Merged. Thank you! This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] umutisik commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset

2019-07-03 Thread GitBox
umutisik commented on issue #9974: DataLoader with workers not compatible with ImageRecordDataset URL: https://github.com/apache/incubator-mxnet/issues/9974#issuecomment-508297549 FYI this is incompatible with thread_pool=True in DataLoader. (False is the default)

[incubator-mxnet] branch master updated (5078853 -> fc54781)

2019-07-03 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5078853 remove comments from nano instructions (#15433) add fc54781 enable TensorRT integration with

[GitHub] [incubator-mxnet] KellenSunderland merged pull request #15335: enable TensorRT integration with cpp api

2019-07-03 Thread GitBox
KellenSunderland merged pull request #15335: enable TensorRT integration with cpp api URL: https://github.com/apache/incubator-mxnet/pull/15335 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15051: CD Framework + static binary release

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15051: CD Framework + static binary release URL: https://github.com/apache/incubator-mxnet/pull/15051#discussion_r300192360 ## File path: cd/utils/artifact_repository.py ## @@ -0,0 +1,615 @@ +#!/usr/bin/env python3 +# -*-

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r300185850 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,116 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r300184793 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,116 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
larroy commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r300185850 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,116 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API

2019-07-03 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API URL: https://github.com/apache/incubator-mxnet/pull/15245#discussion_r300178921 ## File path: src/c_api/c_predict_api.cc ## @@ -210,19 +249,31 @@ int _CreatePartialOut(const

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API

2019-07-03 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API URL: https://github.com/apache/incubator-mxnet/pull/15245#discussion_r300178852 ## File path: src/c_api/c_predict_api.cc ## @@ -187,21 +206,41 @@ int _CreatePartialOut(const

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API

2019-07-03 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API URL: https://github.com/apache/incubator-mxnet/pull/15245#discussion_r300178693 ## File path: include/mxnet/c_predict_api.h ## @@ -85,6 +85,44 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API

2019-07-03 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #15245: FP16 Support for C Predict API URL: https://github.com/apache/incubator-mxnet/pull/15245#discussion_r300178476 ## File path: amalgamation/python/mxnet_predict.py ## @@ -133,15 +199,38 @@ def

[GitHub] [incubator-mxnet] DickJC123 commented on issue #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
DickJC123 commented on issue #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#issuecomment-508276702 I propose that this PR be accepted in its fairly minimal form. Once merged, I would then follow-up with a PR with

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15277: [Numpy] Numpy argsort

2019-07-03 Thread GitBox
access2rohit commented on a change in pull request #15277: [Numpy] Numpy argsort URL: https://github.com/apache/incubator-mxnet/pull/15277#discussion_r300167158 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -580,18 +580,37 @@ void ArgSort(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] DickJC123 commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
DickJC123 commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r300163871 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,114 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] DickJC123 commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-03 Thread GitBox
DickJC123 commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r300163871 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,114 @@ +/* + * Licensed to

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

2019-07-03 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 f8f6b2e Bump the publish

[incubator-mxnet] branch master updated (d49445f -> 5078853)

2019-07-03 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d49445f Updating profiler tutorial to include new custom operator profiling (#15403) add

[GitHub] [incubator-mxnet] aaronmarkham merged pull request #15433: remove comments from nano instructions

2019-07-03 Thread GitBox
aaronmarkham merged pull request #15433: remove comments from nano instructions URL: https://github.com/apache/incubator-mxnet/pull/15433 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-03 Thread GitBox
nuslq commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-508226486 @TaoLv, I built mxnet using command line "make -j $(nproc) USE_BLAS=mkl", and got the followings from "ldd

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

2019-07-03 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 435ede0 Bump the publish

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15406: [Test failure]: test_custom_operator_profiling_naive_engine

2019-07-03 Thread GitBox
anirudh2290 commented on issue #15406: [Test failure]: test_custom_operator_profiling_naive_engine URL: https://github.com/apache/incubator-mxnet/issues/15406#issuecomment-508218972 ya removed in this PR: https://github.com/apache/incubator-mxnet/pull/15436

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15406: [Test failure]: test_custom_operator_profiling_naive_engine

2019-07-03 Thread GitBox
aaronmarkham commented on issue #15406: [Test failure]: test_custom_operator_profiling_naive_engine URL: https://github.com/apache/incubator-mxnet/issues/15406#issuecomment-508210449 > We are commenting this out for now. Will then take a closer look at this before tomorrow This is

[GitHub] [incubator-mxnet] roywei opened a new pull request #15453: add inference mode for op perf benchmark

2019-07-03 Thread GitBox
roywei opened a new pull request #15453: add inference mode for op perf benchmark URL: https://github.com/apache/incubator-mxnet/pull/15453 As one of the efforts to address https://github.com/apache/incubator-mxnet/issues/15429 We need to run op perf in inference mode as well as in

[GitHub] [incubator-mxnet] cyrusbehr closed issue #15393: Unable to build mxnet with OpenCV4 on Raspberry Pi 3B

2019-07-03 Thread GitBox
cyrusbehr closed issue #15393: Unable to build mxnet with OpenCV4 on Raspberry Pi 3B URL: https://github.com/apache/incubator-mxnet/issues/15393 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] cyrusbehr commented on issue #15393: Unable to build mxnet with OpenCV4 on Raspberry Pi 3B

2019-07-03 Thread GitBox
cyrusbehr commented on issue #15393: Unable to build mxnet with OpenCV4 on Raspberry Pi 3B URL: https://github.com/apache/incubator-mxnet/issues/15393#issuecomment-508194399 I managed to solve the problem. It seems that the version of OpenCV that mxnet was trying to use had been

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-03 Thread GitBox
larroy edited a comment on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-508186406 @TaoLv yes seems I introduced this, and was not correct due to case, apologies. This patch fixes that, I verified

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-03 Thread GitBox
larroy edited a comment on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-508186406 @TaoLv yes seems I introduced this, and was not correct due to case apologies. This patch fixes that, I verified

[GitHub] [incubator-mxnet] larroy commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-03 Thread GitBox
larroy commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-508186406 @TaoLv yes seems I introduced this, and was not correct due to case. This patch fixes that, I verified on mac and

[incubator-mxnet] branch master updated (3df3e2c -> d49445f)

2019-07-03 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 3df3e2c [TUTORIAL] Gluon performance tips and tricks (#15427) add d49445f Updating profiler tutorial to

[GitHub] [incubator-mxnet] sandeep-krishnamurthy merged pull request #15403: Updating profiler tutorial to include new custom operator profiling

2019-07-03 Thread GitBox
sandeep-krishnamurthy merged pull request #15403: Updating profiler tutorial to include new custom operator profiling URL: https://github.com/apache/incubator-mxnet/pull/15403 This is an automated message from the Apache

[GitHub] [incubator-mxnet] apeforest commented on issue #15429: Operator Performance Regression on CPU

2019-07-03 Thread GitBox
apeforest commented on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-508180825 @TaoLv @ciyongch Thanks for the investigation. I will try to verify it on my machine.

[GitHub] [incubator-mxnet] apeforest removed a comment on issue #15429: Operator Performance Regression on CPU

2019-07-03 Thread GitBox
apeforest removed a comment on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-508176804 @TaoLv @ciyongch The `MSHADOW_INT64_TENSOR_SIZE` (in MXNet it is controlled by `USE_INT64_TENSOR_SIZE`) is off by

[GitHub] [incubator-mxnet] apeforest commented on issue #15429: Operator Performance Regression on CPU

2019-07-03 Thread GitBox
apeforest commented on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-508176804 @TaoLv @ciyongch The `MSHADOW_INT64_TENSOR_SIZE` (in MXNet it is controlled by `USE_INT64_TENSOR_SIZE`) is off by default. I.e.

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15415: documentation link is broken, goes to spam site

2019-07-03 Thread GitBox
aaronmarkham commented on issue #15415: documentation link is broken, goes to spam site URL: https://github.com/apache/incubator-mxnet/issues/15415#issuecomment-508170418 > @aaronmarkham If you can get access to a CI worker, there is a dir `/work/mxnet/julia/docs/build`. > > > the

[GitHub] [incubator-mxnet] roywei commented on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method

2019-07-03 Thread GitBox
roywei commented on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method URL: https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-508164704 Hi @Wallart running the two faulty lines you provided alone does not throw any errors. Are these lines all in your

[incubator-mxnet] branch master updated (6a8d9eb -> 3df3e2c)

2019-07-03 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6a8d9eb [MXNET-978] Higher order gradient for sigmoid (#15288) add 3df3e2c [TUTORIAL] Gluon

[GitHub] [incubator-mxnet] aaronmarkham merged pull request #15427: [TUTORIAL] Gluon performance tips and tricks

2019-07-03 Thread GitBox
aaronmarkham merged pull request #15427: [TUTORIAL] Gluon performance tips and tricks URL: https://github.com/apache/incubator-mxnet/pull/15427 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] roywei edited a comment on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method

2019-07-03 Thread GitBox
roywei edited a comment on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method URL: https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-508164704 Hi @Wallart running the two faulty lines you provided alone does not throw any errors. Are these lines all in

[GitHub] [incubator-mxnet] roywei edited a comment on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method

2019-07-03 Thread GitBox
roywei edited a comment on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method URL: https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-508164704 Hi @Wallart running the two faulty lines you provided alone does not throw any errors. Are these lines all in

[GitHub] [incubator-mxnet] adis300 commented on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
adis300 commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508158218 @TaoLv We just tried a general mxnet build with make and most works are on amalgamation without MKL-DNN. Because we want to run our python generated

[GitHub] [incubator-mxnet] TaoLv commented on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
TaoLv commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508155050 Just a side question, have you ever tried MXNet MKL-DNN build in your project? @adis300

[GitHub] [incubator-mxnet] TaoLv commented on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
TaoLv commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508154569 Thank you for the explanation and your project looks awesome! @adis300 @szha can you help to review the change? I'm not familiar with the

[GitHub] [incubator-mxnet] roywei opened a new pull request #15452: fix nightly CI failure

2019-07-03 Thread GitBox
roywei opened a new pull request #15452: fix nightly CI failure URL: https://github.com/apache/incubator-mxnet/pull/15452 should fix https://github.com/apache/incubator-mxnet/issues/15374 and https://github.com/apache/incubator-mxnet/issues/15199

[GitHub] [incubator-mxnet] adis300 edited a comment on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
adis300 edited a comment on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508151864 @TaoLv @pengzhao-intel Check out our work at [BrainCoTech/mxnet-prebuild](https://github.com/BrainCoTech/mxnet-prebuild/releases). It's

[GitHub] [incubator-mxnet] adis300 edited a comment on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
adis300 edited a comment on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508151864 @TaoLv Check out our work at [BrainCoTech/mxnet-prebuild](https://github.com/BrainCoTech/mxnet-prebuild/releases). It's still at early stage

[GitHub] [incubator-mxnet] adis300 commented on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
adis300 commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508151864 @TaoLv Check out our work at (BrainCoTech/mxnet-prebuild)[https://github.com/BrainCoTech/mxnet-prebuild/releases]. It's still at early stage but

[GitHub] [incubator-mxnet] adis300 commented on issue #15451: Had a few PRs merged. Hope to become an official contributor.

2019-07-03 Thread GitBox
adis300 commented on issue #15451: Had a few PRs merged. Hope to become an official contributor. URL: https://github.com/apache/incubator-mxnet/pull/15451#issuecomment-508147742 @pengzhao-intel We have already done many local fixes with bash scripts in amalgamation cross-platform build

[GitHub] [incubator-mxnet] adis300 edited a comment on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
adis300 edited a comment on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508145629 To reproduce the error. Simply load a model and perform forward prediction on Mac with amalgamation static/shared build. Basically, it

[GitHub] [incubator-mxnet] adis300 commented on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
adis300 commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508145629 To reproduce the error. Simply load a model and perform forward prediction on Mac with amalgamation static/shared build. Basically, it doesn't work.

[GitHub] [incubator-mxnet] adis300 commented on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
adis300 commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508144343 @TaoLv I think amalgamation does need a lot of unit testing. Because it is basically broken right now. We did a lot of bash script to modify the

[GitHub] [incubator-mxnet] TaoLv commented on issue #15392: Fails to make -j4

2019-07-03 Thread GitBox
TaoLv commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-508143202 @Kangzf1996 thanks for the prompt reply. Looks like you're using GCC 9+. Have you ever tried a lower version of GCC? @marcoabreu do we have GCC 9+

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #15429: Operator Performance Regression on CPU

2019-07-03 Thread GitBox
sandeep-krishnamurthy commented on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-508140920 Thanks @ciyongch for diving deep and help in identifying root cause of the issues. Can you please help me

[GitHub] [incubator-mxnet] Kangzf1996 commented on issue #15392: Fails to make -j4

2019-07-03 Thread GitBox
Kangzf1996 commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-508134834 > @Kangzf1996 Can you share the compiler error log as well as the steps to reproduce? @TaoLv (kzfpy2) [zhkan@m3206-09

[GitHub] [incubator-mxnet] TaoLv commented on issue #15392: Fails to make -j4

2019-07-03 Thread GitBox
TaoLv commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-508127789 @Kangzf1996 Can you share the compiler error log as well as the steps to reproduce? This

[GitHub] [incubator-mxnet] TaoLv commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl

2019-07-03 Thread GitBox
TaoLv commented on issue #15424: fixed config.mk and Makefile bugs for installing mkl URL: https://github.com/apache/incubator-mxnet/pull/15424#issuecomment-508126089 @larroy it's passed to and used in mshadow.mk. This is an

[GitHub] [incubator-mxnet] TaoLv edited a comment on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
TaoLv edited a comment on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508125184 Can you elaborate more? What's the mxnet customized nnvm version? > Because amalgamation uses tvm/nnvm. and mxnet core engine uses its

[GitHub] [incubator-mxnet] TaoLv commented on issue #15303: Fix amalgamation failure.

2019-07-03 Thread GitBox
TaoLv commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-508125184 Can you elaborate more? What's the mxnet customized nnvm version? > Because amalgamation uses tvm/nnvm. and mxnet core engine uses its own

[GitHub] [incubator-mxnet] TaoLv commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial

2019-07-03 Thread GitBox
TaoLv commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-508119765 nit: use lower case in the name of document. This is an

[GitHub] [incubator-mxnet] TaoLv edited a comment on issue #15429: Operator Performance Regression on CPU

2019-07-03 Thread GitBox
TaoLv edited a comment on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-508117090 cc @apeforest This is an automated message from the Apache

[GitHub] [incubator-mxnet] TaoLv commented on issue #15429: Operator Performance Regression on CPU

2019-07-03 Thread GitBox
TaoLv commented on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-508117090 + @apeforest This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] adis300 opened a new pull request #15451: Had a few PRs merged. Hope to become an official contributor.

2019-07-03 Thread GitBox
adis300 opened a new pull request #15451: Had a few PRs merged. Hope to become an official contributor. URL: https://github.com/apache/incubator-mxnet/pull/15451 Had a few PRs merged. Hope to become an official contributor and potentially a committer @pengzhao-intel

[GitHub] [incubator-mxnet] ciyongch commented on issue #15429: Operator Performance Regression on CPU

2019-07-03 Thread GitBox
ciyongch commented on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-508095935 @roywei I looked at the table, except a few ops with big variances, most of the degraded ops listed in the table dropped into

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

2019-07-03 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 b2d24b2 Bump the publish

[GitHub] [incubator-mxnet] perdasilva commented on issue #15051: CD Framework + static binary release

2019-07-03 Thread GitBox
perdasilva commented on issue #15051: CD Framework + static binary release URL: https://github.com/apache/incubator-mxnet/pull/15051#issuecomment-508050396 @sha what do you mean by authorization? do you mean to publish to particular delivery channels (e.g. dockerhub, pypi, etc.)? This

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial

2019-07-03 Thread GitBox
pengzhao-intel commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-508031076 @KellenSunderland please help take a review too :)

[incubator-mxnet] branch numpy updated: [numpy][doc-fix] mean, transpose, stack, split, log2, rint and radians (#15370)

2019-07-03 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new 44e5b25 [numpy][doc-fix] mean, transpose,

[GitHub] [incubator-mxnet] haojin2 merged pull request #15370: [numpy][doc-fix] mean, transpose, stack, split, log2, rint and radians

2019-07-03 Thread GitBox
haojin2 merged pull request #15370: [numpy][doc-fix] mean, transpose, stack, split, log2, rint and radians URL: https://github.com/apache/incubator-mxnet/pull/15370 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] mikemwx commented on a change in pull request #15277: [Numpy] Numpy argsort

2019-07-03 Thread GitBox
mikemwx commented on a change in pull request #15277: [Numpy] Numpy argsort URL: https://github.com/apache/incubator-mxnet/pull/15277#discussion_r299847814 ## File path: python/mxnet/numpy/multiarray.py ## @@ -778,13 +778,18 @@ def topk(self, *args, **kwargs): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15277: [Numpy] Numpy argsort

2019-07-03 Thread GitBox
haojin2 commented on a change in pull request #15277: [Numpy] Numpy argsort URL: https://github.com/apache/incubator-mxnet/pull/15277#discussion_r299844023 ## File path: python/mxnet/numpy/multiarray.py ## @@ -778,13 +778,18 @@ def topk(self, *args, **kwargs): """

[GitHub] [incubator-mxnet] xinyu-intel edited a comment on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial

2019-07-03 Thread GitBox
xinyu-intel edited a comment on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-507989541 http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-15448/12/tutorials/mkldnn/MKLDNN_QUANTIZATION.html

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15277: [Numpy] Numpy argsort

2019-07-03 Thread GitBox
haojin2 commented on a change in pull request #15277: [Numpy] Numpy argsort URL: https://github.com/apache/incubator-mxnet/pull/15277#discussion_r299839833 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -284,6 +284,66 @@ def argmax(a, axis=None, out=None):

[GitHub] [incubator-mxnet] xinyu-intel commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial

2019-07-03 Thread GitBox
xinyu-intel commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-507989541 http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-15448/11/tutorials/mkldnn/MKLDNN_QUANTIZATION.html

  1   2   >