[GitHub] [incubator-mxnet] Kh4L opened a new pull request #18350: Add better partial args/aux handling in symbol optimize_for

2020-05-17 Thread GitBox
Kh4L opened a new pull request #18350: URL: https://github.com/apache/incubator-mxnet/pull/18350 ## Description ## Symbol's `optimize_for` was failing when some parameters are missing in `args` or `aux` due to: - enforcing both in the Python front-end and back-end - no way to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18350: Add better partial args/aux handling in symbol optimize_for

2020-05-17 Thread GitBox
mxnet-bot commented on pull request #18350: URL: https://github.com/apache/incubator-mxnet/pull/18350#issuecomment-629959212 Hey @Kh4L , 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] xinyu-intel commented on pull request #18160: [1.x] Add BatchNormWithReLU bf16 into AMP list

2020-05-17 Thread GitBox
xinyu-intel commented on pull request #18160: URL: https://github.com/apache/incubator-mxnet/pull/18160#issuecomment-629947675 forget to cherry-pick #17679 from master and test added. This is an automated message from the

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-17 Thread GitBox
BenjaminCHEN2016 commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-629933202 @mxnet-bot run ci [centos-cpu] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-17 Thread GitBox
mxnet-bot commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-629933250 Jenkins CI successfully triggered : [centos-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18349: Makefile bug fix for opencv4.

2020-05-17 Thread GitBox
mxnet-bot commented on pull request #18349: URL: https://github.com/apache/incubator-mxnet/pull/18349#issuecomment-629928237 Hey @tkameyama , 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] tkameyama opened a new pull request #18349: Makefile bug fix for opencv4.

2020-05-17 Thread GitBox
tkameyama opened a new pull request #18349: URL: https://github.com/apache/incubator-mxnet/pull/18349 ## Description ## fix Build with opencv4 to use USE_OPENCV_INC_PATH. Currently OPENCV_INC_PATH is used as following: CFLAGS += -I$(USE_OPENCV_INC_PATH)/include And

[GitHub] [incubator-mxnet] hgt312 commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

2020-05-17 Thread GitBox
hgt312 commented on pull request #18313: URL: https://github.com/apache/incubator-mxnet/pull/18313#issuecomment-629925483 LGTM now. @yzhliu This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

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

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on pull request #18313: [numpy] fix mix numpy scalar and MXNet numpy ndarray

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

[GitHub] [incubator-mxnet] szha commented on pull request #18160: [1.x] Add BatchNormWithReLU bf16 into AMP list

2020-05-17 Thread GitBox
szha commented on pull request #18160: URL: https://github.com/apache/incubator-mxnet/pull/18160#issuecomment-629919239 how is the change tested? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] szha commented on pull request #18285: Put lr outside momentum for sgd and nag

2020-05-17 Thread GitBox
szha commented on pull request #18285: URL: https://github.com/apache/incubator-mxnet/pull/18285#issuecomment-629918670 Since the change is to mxnet 2.0 where gluoncv is expected to adopt the new numpy-based API, it's expected that model will need to be retrained. Let's merge this change

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

2020-05-17 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 c229dab08 Bump the

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18335: Skip test_metric_performance on MKL builds

2020-05-17 Thread GitBox
ChaiBapchya commented on pull request #18335: URL: https://github.com/apache/incubator-mxnet/pull/18335#issuecomment-629885022 @leezu lets fix the conflicts & remove it from the benchmark script which Sheng moved it to?

[GitHub] [incubator-mxnet] ys2843 commented on a change in pull request #18288: Website global search feature

2020-05-17 Thread GitBox
ys2843 commented on a change in pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#discussion_r426321318 ## File path: docs/static_site/src/_config.yml ## @@ -37,6 +37,18 @@ description: >- # this means to ignore newlines until "baseurl:"

[GitHub] [incubator-mxnet] szha edited a comment on issue #18343: add document for fast c++ compiling and debugging

2020-05-17 Thread GitBox
szha edited a comment on issue #18343: URL: https://github.com/apache/incubator-mxnet/issues/18343#issuecomment-629866310 Thanks for sharing. We currently recommend that people use ccache and ninja with the cmake for building mxnet, and thus the tips on ccache and ninja should already

[GitHub] [incubator-mxnet] szha commented on issue #18343: add document for fast c++ compiling and debugging

2020-05-17 Thread GitBox
szha commented on issue #18343: URL: https://github.com/apache/incubator-mxnet/issues/18343#issuecomment-629866310 Thanks for sharing. We currently recommend that people use ccache and ninja with the cmake for building mxnet, and thus the tips on ccache and ninja should already apply. We

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #18288: Website global search feature

2020-05-17 Thread GitBox
marcoabreu commented on a change in pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#discussion_r426308865 ## File path: docs/static_site/src/_config.yml ## @@ -37,6 +37,18 @@ description: >- # this means to ignore newlines until "baseurl:"

[incubator-mxnet] branch master updated: [numpy] add dlpack functions to npx (#18342)

2020-05-17 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 7ab326c [numpy] add dlpack

[incubator-mxnet] branch master updated: [numpy] add dlpack functions to npx (#18342)

2020-05-17 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 7ab326c [numpy] add dlpack

[GitHub] [incubator-mxnet] szha closed issue #18341: [DLPack][Numpy] Port from_dlpack and to_dlpack to `npx`

2020-05-17 Thread GitBox
szha closed issue #18341: URL: https://github.com/apache/incubator-mxnet/issues/18341 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] szha commented on issue #18341: [DLPack][Numpy] Port from_dlpack and to_dlpack to `npx`

2020-05-17 Thread GitBox
szha commented on issue #18341: URL: https://github.com/apache/incubator-mxnet/issues/18341#issuecomment-629865505 added This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] szha merged pull request #18342: [numpy] add dlpack functions to npx

2020-05-17 Thread GitBox
szha merged pull request #18342: URL: https://github.com/apache/incubator-mxnet/pull/18342 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18347: Fix nightly CD pipeline for python docker images

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

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18347: Fix nightly CD pipeline for python docker images

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

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18347: Fix nightly CD pipeline for python docker images

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

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18347: Fix nightly CD pipeline for python docker images

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

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

2020-05-17 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 e617cd5 Bump the

[GitHub] [incubator-mxnet] szha commented on issue #18244: unix-cpu MKL/MKL-DNN Test Time

2020-05-17 Thread GitBox
szha commented on issue #18244: URL: https://github.com/apache/incubator-mxnet/issues/18244#issuecomment-629840533 For now I disabled the MKL/MKLDNN parallel testing and naive engine change due to the excessive testing time these builds take. for testing, revert this commit:

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18288: Website global search feature

2020-05-17 Thread GitBox
ys2843 commented on pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#issuecomment-629832169 @mxnet-label-bot add [website] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18288: Website global search feature

2020-05-17 Thread GitBox
ys2843 edited a comment on pull request #18288: URL: https://github.com/apache/incubator-mxnet/pull/18288#issuecomment-627140517 @mxnet-label-bot update [pr-awaiting-merge] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #18342: [numpy] add dlpack functions to npx

2020-05-17 Thread GitBox
wkcn commented on a change in pull request #18342: URL: https://github.com/apache/incubator-mxnet/pull/18342#discussion_r426277514 ## File path: python/mxnet/numpy_extension/utils.py ## @@ -119,3 +131,112 @@ def load(file): return dict( (py_str(names[i]),

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

2020-05-17 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 9f61b1d Bump the

[GitHub] [incubator-mxnet] Kh4L opened a new pull request #18348: Fix FInferShape for some ops to support partial type inference

2020-05-17 Thread GitBox
Kh4L opened a new pull request #18348: URL: https://github.com/apache/incubator-mxnet/pull/18348 ## Description ## Some operators were checking `ndim_is_known` on the input shape after accessing it, resulting in a runtime error. This was preventing us from running a partial

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18348: Fix FInferShape for some ops to support partial type inference

2020-05-17 Thread GitBox
mxnet-bot commented on pull request #18348: URL: https://github.com/apache/incubator-mxnet/pull/18348#issuecomment-629784566 Hey @Kh4L , 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] mxnet-bot commented on pull request #18347: Fix nightly CD pipeline for python docker images

2020-05-17 Thread GitBox
mxnet-bot commented on pull request #18347: URL: https://github.com/apache/incubator-mxnet/pull/18347#issuecomment-629769178 Hey @mseth10 , 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] mseth10 opened a new pull request #18347: Fix nightly CD pipeline for python docker images

2020-05-17 Thread GitBox
mseth10 opened a new pull request #18347: URL: https://github.com/apache/incubator-mxnet/pull/18347 ## Description ## The nightly CD pipeline for python docker images currently fails due to missing libopenblas.so binary. Installing libopenblas-dev deb package inside docker image solves

[GitHub] [incubator-mxnet] nickguletskii commented on pull request #18285: Put lr outside momentum for sgd and nag

2020-05-17 Thread GitBox
nickguletskii commented on pull request #18285: URL: https://github.com/apache/incubator-mxnet/pull/18285#issuecomment-629765895 On one hand, there are existing MXNet models which would require hyperparameter tuning to be done again if this change is implemented. On the other hand,

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #18251: New set default dtype

2020-05-17 Thread GitBox
sxjscience commented on a change in pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#discussion_r426231880 ## File path: src/api/operator/numpy/np_init_op.cc ## @@ -216,7 +217,7 @@ MXNET_REGISTER_API("_npi.arange") param.repeat = 1;

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #18251: New set default dtype

2020-05-17 Thread GitBox
sxjscience commented on a change in pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#discussion_r426231880 ## File path: src/api/operator/numpy/np_init_op.cc ## @@ -216,7 +217,7 @@ MXNET_REGISTER_API("_npi.arange") param.repeat = 1;

[GitHub] [incubator-mxnet] JiangZhaoh commented on a change in pull request #18251: New set default dtype

2020-05-17 Thread GitBox
JiangZhaoh commented on a change in pull request #18251: URL: https://github.com/apache/incubator-mxnet/pull/18251#discussion_r426231238 ## File path: src/api/operator/numpy/np_init_op.cc ## @@ -216,7 +217,7 @@ MXNET_REGISTER_API("_npi.arange") param.repeat = 1;

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

2020-05-17 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 fd406a46 Bump the