[incubator-mxnet] branch master updated: boolean_mask_assign operator for future boolean indexing (#16361)

2019-10-03 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce 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 916fbf2 boolean_mask_assign

[GitHub] [incubator-mxnet] reminisce merged pull request #16361: npi.boolean_mask_assign_(scalar, tensor) operator for future boolean indexing

2019-10-03 Thread GitBox
reminisce merged pull request #16361: npi.boolean_mask_assign_(scalar, tensor) operator for future boolean indexing URL: https://github.com/apache/incubator-mxnet/pull/16361 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r331326421 ## File path: include/mxnet/lib_api.h ## @@ -18,33 +18,756 @@ */ /*! - * Copyright (c) 2015 by

[GitHub] [incubator-mxnet] igolan opened a new pull request #16373: Round and sign straight-through-estimators C operators.

2019-10-03 Thread GitBox
igolan opened a new pull request #16373: Round and sign straight-through-estimators C operators. URL: https://github.com/apache/incubator-mxnet/pull/16373 ## Description ## Implemented sign and round straight-through-estimators operators in C. Straight-through-estimators have

[incubator-mxnet] branch master updated (09ae7df -> 626fc32)

2019-10-03 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 09ae7df remove redundant branch name (#16372) add 626fc32 Disable Pylint false error in

[GitHub] [incubator-mxnet] reminisce merged pull request #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
reminisce merged pull request #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] iblis17 commented on issue #16363: Julia: add API docs back

2019-10-03 Thread GitBox
iblis17 commented on issue #16363: Julia: add API docs back URL: https://github.com/apache/incubator-mxnet/pull/16363#issuecomment-538198075 I guess it can be written as a Julia expression that output a list. Just `ls` that dir.

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16257: [Numpy] add numpy op bitwise_xor, hsplit, moveaxis, rot90

2019-10-03 Thread GitBox
sxjscience commented on a change in pull request #16257: [Numpy] add numpy op bitwise_xor, hsplit, moveaxis, rot90 URL: https://github.com/apache/incubator-mxnet/pull/16257#discussion_r331311180 ## File path: src/operator/numpy/np_matrix_op.cc ## @@ -612,5 +614,215 @@

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
marcoabreu commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538187050 Okay, sounds good, thanks. But like I thought, it's the python 3 lint that complained. I'll leave it to you

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

2019-10-03 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 f0f7b4c Bump the

[GitHub] [incubator-mxnet] sxjscience commented on issue #12048: reshape_like does not support different input types

2019-10-03 Thread GitBox
sxjscience commented on issue #12048: reshape_like does not support different input types URL: https://github.com/apache/incubator-mxnet/issues/12048#issuecomment-538181342 To revise it, we need to change the FInferType

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #12048: reshape_like does not support different input types

2019-10-03 Thread GitBox
sxjscience edited a comment on issue #12048: reshape_like does not support different input types URL: https://github.com/apache/incubator-mxnet/issues/12048#issuecomment-538181342 To support it, we need to change the FInferType

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

2019-10-03 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-537932809 Thank you for the feedback @KellenSunderland. I think the mini-batchsize should be included as a

[GitHub] [incubator-mxnet] reminisce commented on issue #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
reminisce commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538176570 Another proof for why `absolute_import` is required in python2. If that were deleted, and you typed `import numpy` in

[GitHub] [incubator-mxnet] stu1130 edited a comment on issue #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
stu1130 edited a comment on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538175688 My

[GitHub] [incubator-mxnet] stu1130 commented on issue #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
stu1130 commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538175688 My

[GitHub] [incubator-mxnet] larroy edited a comment on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker

2019-10-03 Thread GitBox
larroy edited a comment on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker URL: https://github.com/apache/incubator-mxnet/issues/13484#issuecomment-538175213 Any suggestions? is it reproducible?

[GitHub] [incubator-mxnet] larroy commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker

2019-10-03 Thread GitBox
larroy commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker URL: https://github.com/apache/incubator-mxnet/issues/13484#issuecomment-538175213 Any suggestions? This is

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
marcoabreu commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538174374 Could you link a CI run where the pylint failed by any chance? So far, I haven't found an issue where this problem is

[GitHub] [incubator-mxnet] reminisce commented on issue #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
reminisce commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538172017 @marcoabreu Could you explain why it didn't error out for many PRs after `numpy_op_signature.py` was introduced? The

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
rondogency commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r331297763 ## File path: include/mxnet/lib_api.h ## @@ -18,33 +18,756 @@ */ /*! - * Copyright (c) 2015 by

[incubator-mxnet] branch master updated (b6f3235 -> 09ae7df)

2019-10-03 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b6f3235 Fix nightly scala pipeline (#16362) add 09ae7df remove redundant branch name (#16372)

[GitHub] [incubator-mxnet] marcoabreu merged pull request #16372: Remove redundant branch name

2019-10-03 Thread GitBox
marcoabreu merged pull request #16372: Remove redundant branch name URL: https://github.com/apache/incubator-mxnet/pull/16372 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16370: Disable Pylint false error in numpy_op_signature

2019-10-03 Thread GitBox
marcoabreu commented on issue #16370: Disable Pylint false error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538165716 As far as I understand, the absolute_import behaviour could already be the default in newer python versions according to

[GitHub] [incubator-mxnet] stu1130 edited a comment on issue #16370: Disable Pylint error in numpy_op_signature

2019-10-03 Thread GitBox
stu1130 edited a comment on issue #16370: Disable Pylint error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538160965 @marcoabreu yes based on the following error message ``` python/mxnet/numpy_op_signature.py:20:0: W0404: Reimport

[GitHub] [incubator-mxnet] stu1130 commented on issue #16370: Disable Pylint error in numpy_op_signature

2019-10-03 Thread GitBox
stu1130 commented on issue #16370: Disable Pylint error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538160965 @marcoabreu yes based on the following error message ``` python/mxnet/numpy_op_signature.py:20:0: W0404: Reimport

[GitHub] [incubator-mxnet] marcoabreu commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker

2019-10-03 Thread GitBox
marcoabreu commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker URL: https://github.com/apache/incubator-mxnet/issues/13484#issuecomment-538157046 120 seconds is quite some time. Considering everything is happening on local volume,

[GitHub] [incubator-mxnet] zheng-da opened a new issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker

2019-10-03 Thread GitBox
zheng-da opened a new issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker URL: https://github.com/apache/incubator-mxnet/issues/13484 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-13418/11/pipeline

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16370: Disable Pylint error in numpy_op_signature

2019-10-03 Thread GitBox
marcoabreu commented on issue #16370: Disable Pylint error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538156474 Sorry I don't understand. Do you mean this is a bug in pylint?

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16266: Numpy-compatible histogram

2019-10-03 Thread GitBox
haojin2 commented on a change in pull request #16266: Numpy-compatible histogram URL: https://github.com/apache/incubator-mxnet/pull/16266#discussion_r331260601 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -612,6 +612,53 @@ def tensordot(a, b, axes=2): return

[GitHub] [incubator-mxnet] Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide

2019-10-03 Thread GitBox
Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide URL: https://github.com/apache/incubator-mxnet/pull/16151#discussion_r330814829 ## File path: contrib/tvmop/core/umath.py ## @@ -0,0 +1,113 @@ + # Licensed to the Apache Software

[GitHub] [incubator-mxnet] Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide

2019-10-03 Thread GitBox
Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide URL: https://github.com/apache/incubator-mxnet/pull/16151#discussion_r330812275 ## File path: contrib/tvmop/core/umath.py ## @@ -0,0 +1,113 @@ + # Licensed to the Apache Software

[GitHub] [incubator-mxnet] Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide

2019-10-03 Thread GitBox
Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide URL: https://github.com/apache/incubator-mxnet/pull/16151#discussion_r331259767 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1958,6 +1961,46 @@ def get_grad_right(a1,

[GitHub] [incubator-mxnet] Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide

2019-10-03 Thread GitBox
Laurawly commented on a change in pull request #16151: [numpy] [tvm] operator floor_divide URL: https://github.com/apache/incubator-mxnet/pull/16151#discussion_r331255293 ## File path: contrib/tvmop/core/umath.py ## @@ -0,0 +1,113 @@ + # Licensed to the Apache Software

[GitHub] [incubator-mxnet] reminisce commented on issue #16370: Disable Pylint error in numpy_op_signature

2019-10-03 Thread GitBox
reminisce commented on issue #16370: Disable Pylint error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538107499 @marcoabreu This is a pylint error not a real error of the code.

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331227310 ## File path: docs/python_docs/python/tutorials/performance/backend/mkldnn/index.rst ## @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331227032 ## File path: docs/python_docs/python/tutorials/packages/symbol/data.md ## @@ -0,0 +1,474 @@ +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331225724 ## File path: docs/python_docs/python/tutorials/packages/gluon/hybrid.md ## @@ -0,0 +1,266 @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331224993 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -184,39 +216,57

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331223529 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -125,7 +131,7 @@

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16372: Remove redundant branch name

2019-10-03 Thread GitBox
ChaiBapchya edited a comment on issue #16372: Remove redundant branch name URL: https://github.com/apache/incubator-mxnet/pull/16372#issuecomment-538100980 @marcoabreu Verified by running it on dev This is an automated

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16372: Remove redundant branch name

2019-10-03 Thread GitBox
ChaiBapchya commented on issue #16372: Remove redundant branch name URL: https://github.com/apache/incubator-mxnet/pull/16372#issuecomment-538100980 @marcoabreu This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #16372: Remove redundant branch name

2019-10-03 Thread GitBox
ChaiBapchya opened a new pull request #16372: Remove redundant branch name URL: https://github.com/apache/incubator-mxnet/pull/16372 ## Description ## Title ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331218761 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -184,39 +216,57

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331218539 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -184,39 +216,57

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331218261 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -184,39 +216,57

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16370: Disable Pylint error in numpy_op_signature

2019-10-03 Thread GitBox
ChaiBapchya commented on issue #16370: Disable Pylint error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370#issuecomment-538087514 Curious to know how this reimport, import and absolute import thingy works on pylint. Stackoverflow search didnt quite give

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331205973 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -78,7 +78,7 @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331201897 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -90,7 +90,7 @@

[GitHub] [incubator-mxnet] access2rohit commented on issue #16371: [WIP]Adding large tensor support and test for gather_nd

2019-10-03 Thread GitBox
access2rohit commented on issue #16371: [WIP]Adding large tensor support and test for gather_nd URL: https://github.com/apache/incubator-mxnet/pull/16371#issuecomment-538083918 @mxnet-label-bot add [pr-work-in-progress] This

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #16371: [WIP]Adding large tensor support and test for gather_nd

2019-10-03 Thread GitBox
access2rohit opened a new pull request #16371: [WIP]Adding large tensor support and test for gather_nd URL: https://github.com/apache/incubator-mxnet/pull/16371 ## Description ## changed the operator code to use `index_t` instead of `int`. ## Checklist ## ### Essentials ###

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331201897 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -90,7 +90,7 @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331201591 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -25,7 +25,7 @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331200488 ## File path: docs/python_docs/python/tutorials/packages/gluon/hybrid.md ## @@ -0,0 +1,266 @@ +

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #16370: Disable Pylint error in numpy_op_signature

2019-10-03 Thread GitBox
stu1130 opened a new pull request #16370: Disable Pylint error in numpy_op_signature URL: https://github.com/apache/incubator-mxnet/pull/16370 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove

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

2019-10-03 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 43c06be Bump the

[incubator-mxnet] branch revert-16304-cifix created (now eff50d5)

2019-10-03 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to branch revert-16304-cifix in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at eff50d5 Revert "add mkl installation temp fix (#16304)" No new revisions were added by this

[GitHub] [incubator-mxnet] lanking520 opened a new pull request #16369: Revert "add mkl installation temp fix"

2019-10-03 Thread GitBox
lanking520 opened a new pull request #16369: Revert "add mkl installation temp fix" URL: https://github.com/apache/incubator-mxnet/pull/16369 Reverts apache/incubator-mxnet#16304 This is an automated message from the Apache

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331180278 ## File path: docs/python_docs/python/tutorials/packages/gluon/learning_rate_schedules.md ##

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331172502 ## File path: docs/python_docs/python/tutorials/packages/gluon/custom_loss/custom_loss.md ##

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331181333 ## File path: docs/python_docs/python/tutorials/packages/symbol/data.md ## @@ -0,0 +1,474 @@ +

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331179921 ## File path: docs/python_docs/python/tutorials/packages/gluon/hybrid.md ## @@ -0,0 +1,266 @@

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331181590 ## File path: docs/python_docs/python/tutorials/performance/backend/mkldnn/index.rst ## @@

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331179583 ## File path: docs/python_docs/python/tutorials/packages/gluon/custom_layer.md ## @@ -0,0

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331173309 ## File path: docs/python_docs/python/tutorials/packages/gluon/custom_loss/custom_loss.md ##

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331180158 ## File path: docs/python_docs/python/tutorials/packages/gluon/learning_rate_finder.md ## @@

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331181160 ## File path: docs/python_docs/python/tutorials/packages/gluon/transforms.md ## @@ -0,0 +1,173

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331181465 ## File path: docs/python_docs/python/tutorials/packages/symbol/symbol.md ## @@ -0,0 +1,446 @@

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
ThomasDelteil commented on a change in pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366#discussion_r331173205 ## File path: docs/python_docs/python/tutorials/packages/gluon/control_flow/ControlFlowTutorial.md

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15921: dynamic custom operator support

2019-10-03 Thread GitBox
rondogency commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r331181231 ## File path: include/mxnet/lib_api.h ## @@ -18,33 +18,756 @@ */ /*! - * Copyright (c) 2015 by

[GitHub] [incubator-mxnet] ThomasDelteil opened a new pull request #16368: Adding back the data tutorials and fixing card links

2019-10-03 Thread GitBox
ThomasDelteil opened a new pull request #16368: Adding back the data tutorials and fixing card links URL: https://github.com/apache/incubator-mxnet/pull/16368 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] rondogency commented on issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd

2019-10-03 Thread GitBox
rondogency commented on issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd URL: https://github.com/apache/incubator-mxnet/issues/16367#issuecomment-538058589 Did you merge the latest master? A fix for it has been merged yesterday

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #16022: [MXNET-1421] Added (CuDNN)BatchNorm operator to the list of mirrored operators

2019-10-03 Thread GitBox
eric-haibin-lin commented on issue #16022: [MXNET-1421] Added (CuDNN)BatchNorm operator to the list of mirrored operators URL: https://github.com/apache/incubator-mxnet/pull/16022#issuecomment-538042053 @antinucleon This is

[GitHub] [incubator-mxnet] larroy commented on issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd

2019-10-03 Thread GitBox
larroy commented on issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd URL: https://github.com/apache/incubator-mxnet/issues/16367#issuecomment-538030647 @mxnet-label-bot add [Test, Flaky] This is an

[GitHub] [incubator-mxnet] larroy opened a new issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd

2019-10-03 Thread GitBox
larroy opened a new issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd URL: https://github.com/apache/incubator-mxnet/issues/16367 See recent builds, this test is failing on windows gpu

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd

2019-10-03 Thread GitBox
mxnet-label-bot commented on issue #16367: Flaky test test_operator_gpu.test_preloaded_multi_sgd URL: https://github.com/apache/incubator-mxnet/issues/16367#issuecomment-538030575 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels

[GitHub] [incubator-mxnet] larroy commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker

2019-10-03 Thread GitBox
larroy commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker URL: https://github.com/apache/incubator-mxnet/issues/13484#issuecomment-538029443 This looks more like a IO stall than a bug.

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #16366: add back missing tutorials; fix links

2019-10-03 Thread GitBox
aaronmarkham opened a new pull request #16366: add back missing tutorials; fix links URL: https://github.com/apache/incubator-mxnet/pull/16366 ## Description ## Fixing up some missing tutorials and/or broken links. I added back some things that seemed missing, but they might have

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU

2019-10-03 Thread GitBox
ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU URL: https://github.com/apache/incubator-mxnet/pull/16355#discussion_r331135482 ## File path: src/operator/tensor/indexing_op.cu ## @@ -545,6 +545,247 @@ void

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #14728: [MXNET-1386] fix for shape mismatch

2019-10-03 Thread GitBox
samskalicky edited a comment on issue #14728: [MXNET-1386] fix for shape mismatch URL: https://github.com/apache/incubator-mxnet/pull/14728#issuecomment-538021245 @pengzhao-intel Im getting a weird failure for the MKL test_subgraph.py test, but all the other tests are passing. Heres one

[GitHub] [incubator-mxnet] samskalicky commented on issue #14728: [MXNET-1386] fix for shape mismatch

2019-10-03 Thread GitBox
samskalicky commented on issue #14728: [MXNET-1386] fix for shape mismatch URL: https://github.com/apache/incubator-mxnet/pull/14728#issuecomment-538021245 @PatricZhao Im getting a weird failure for the MKL test_subgraph.py test, but all the other tests are passing. Heres one of the

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU

2019-10-03 Thread GitBox
ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU URL: https://github.com/apache/incubator-mxnet/pull/16355#discussion_r331134292 ## File path: src/operator/tensor/indexing_op.cu ## @@ -545,6 +545,247 @@ void

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU

2019-10-03 Thread GitBox
ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU URL: https://github.com/apache/incubator-mxnet/pull/16355#discussion_r331133783 ## File path: src/operator/tensor/indexing_op.cu ## @@ -545,6 +545,247 @@ void

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU

2019-10-03 Thread GitBox
ptrendx commented on a change in pull request #16355: Embedding gradient performance optimization on GPU URL: https://github.com/apache/incubator-mxnet/pull/16355#discussion_r331133434 ## File path: src/operator/tensor/indexing_op.cu ## @@ -545,6 +545,247 @@ void

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15589: [Discussion] 1.6.0 Roadmap

2019-10-03 Thread GitBox
anirudh2290 commented on issue #15589: [Discussion] 1.6.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/15589#issuecomment-538017324 I am working on an interface for multi threaded inference in MXNet and it would be great if it could go in 1.6.

[GitHub] [incubator-mxnet] TaoLv commented on issue #16300: intel-mkl package failing to install during ubuntu builds

2019-10-03 Thread GitBox
TaoLv commented on issue #16300: intel-mkl package failing to install during ubuntu builds URL: https://github.com/apache/incubator-mxnet/issues/16300#issuecomment-537988728 Sorry I’m on holiday and cannot verify it with mobile phone. But I was told that it was already resolved.

[incubator-mxnet] branch master updated (3244a7a -> b6f3235)

2019-10-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 3244a7a Julia: add API docs back (#16363) add b6f3235 Fix nightly scala pipeline (#16362) No

[GitHub] [incubator-mxnet] aaronmarkham merged pull request #16362: Fix nightly scala pipeline

2019-10-03 Thread GitBox
aaronmarkham merged pull request #16362: Fix nightly scala pipeline URL: https://github.com/apache/incubator-mxnet/pull/16362 This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2019-10-03 Thread GitBox
QueensGambit commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-537972862 @chinakook This is an option, but could violate the ability to deploy the same model across different

[GitHub] [incubator-mxnet] chinakook commented on issue #16173: Saving and loading cudNN autotune and graph optimization

2019-10-03 Thread GitBox
chinakook commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-537967622 Maybe we can save the optimization states in params directly.

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

2019-10-03 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-537934625 Regarding the export of a TensorRT executor handle (@Caenorst, @haohuanw), the [ONNX-TensorRT

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

2019-10-03 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-537932809 Thank you for the feedback @KellenSunderland. I think the mini-batchsize should be included as a

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

2019-10-03 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-537934625 Regarding the export of a TensorRT executor handle (@Caenorst), the [ONNX-TensorRT

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

2019-10-03 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-537932809 Thank you for the feedback @KellenSunderland. I think the mini-batchsize should be included as a

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

2019-10-03 Thread GitBox
QueensGambit commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-537934625 Regarding the export of a TensorRT executor handle (@Caenorst), the [ONNX-TensorRT

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

2019-10-03 Thread GitBox
QueensGambit commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-537932809 Thank you for the feedback @KellenSunderland. I think the mini-batchsize should be included as a caching

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

2019-10-03 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 9ce2b2a Bump the

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16363: Julia: add API docs back

2019-10-03 Thread GitBox
marcoabreu commented on issue #16363: Julia: add API docs back URL: https://github.com/apache/incubator-mxnet/pull/16363#issuecomment-537904494 Is there a chance to automatically determine the files for autodoc instead of having to hartcode them?

[GitHub] [incubator-mxnet] marcoabreu merged pull request #16363: Julia: add API docs back

2019-10-03 Thread GitBox
marcoabreu merged pull request #16363: Julia: add API docs back URL: https://github.com/apache/incubator-mxnet/pull/16363 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated: Julia: add API docs back (#16363)

2019-10-03 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 3244a7a Julia: add API docs back

  1   2   >