[GitHub] [incubator-mxnet] vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-606364571 > > The only dependent dll of libmxnet.dll is cudart64_102.dll (not

[GitHub] [incubator-mxnet] gaurav1086 opened a new pull request #17941: [SquareSumRspGradKernel] Add div by zero check for num_cols

2020-03-30 Thread GitBox
gaurav1086 opened a new pull request #17941: [SquareSumRspGradKernel] Add div by zero check for num_cols URL: https://github.com/apache/incubator-mxnet/pull/17941 Public interface of SquareSumRspGradKernel is not safe. When calling SquareSumRspGradKernel::Map(), if parameter num_cols is 0

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17941: [SquareSumRspGradKernel] Add div by zero check for num_cols

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17941: [SquareSumRspGradKernel] Add div by zero check for num_cols URL: https://github.com/apache/incubator-mxnet/pull/17941#issuecomment-606363520 Hey @gaurav1086 , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-03-30 Thread GitBox
leezu edited a comment on issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939#issuecomment-606348300 You can't freeze part of a parameter. However, you can overwrite the gradient arrays, once computed,

[GitHub] [incubator-mxnet] leezu commented on issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-03-30 Thread GitBox
leezu commented on issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939#issuecomment-606348300 You can't freeze part of a parameter. However, you can overwrite the gradient arrays, once computed, accordingly

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400590050 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -2197,6 +2197,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400589859 ## File path: python/mxnet/numpy/multiarray.py ## @@ -5533,6 +5533,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400589755 ## File path: python/mxnet/numpy/multiarray.py ## @@ -5533,6 +5533,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400589634 ## File path: python/mxnet/numpy/multiarray.py ## @@ -5533,6 +5533,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400589672 ## File path: python/mxnet/numpy/multiarray.py ## @@ -5533,6 +5533,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400588805 ## File path: python/mxnet/numpy/multiarray.py ## @@ -5533,6 +5533,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400587830 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -2197,6 +2197,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400587794 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -2197,6 +2197,87 @@ def tril(m, k=0): """

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400587705 ## File path: src/operator/numpy/np_tril_indices_op.cc ## @@ -0,0 +1,46 @@ +/* Review comment:

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400587466 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -6693,6 +6693,35 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400586225 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -6693,6 +6693,35 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on issue #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on issue #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#issuecomment-606338215 @BenjaminCHEN2016 please remember to do `git submodule update --init --recursive` after you rebase to get rid of the change to

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400586031 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -6693,6 +6693,35 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#discussion_r400586071 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -6693,6 +6693,35 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17921: [Numpy] allow mix integer dtypes for power/add/multiply

2020-03-30 Thread GitBox
haojin2 commented on a change in pull request #17921: [Numpy] allow mix integer dtypes for power/add/multiply URL: https://github.com/apache/incubator-mxnet/pull/17921#discussion_r400579543 ## File path: src/operator/numpy/np_elemwise_broadcast_op.h ## @@ -51,6 +51,11 @@

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

2020-03-30 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 4beb587 Bump the

[GitHub] [incubator-mxnet] deepakkumar1984 opened a new issue #17940: [Discussion] MxNet C# Binding

2020-03-30 Thread GitBox
deepakkumar1984 opened a new issue #17940: [Discussion] MxNet C# Binding URL: https://github.com/apache/incubator-mxnet/issues/17940 .Net has been through lots of enhancements in last year for data science type of tasks (like Notebooks support, Dataframes), and it is started to be adopted

[GitHub] [incubator-mxnet] djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-03-30 Thread GitBox
djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939 Using grad_req == null freezes whole layer, i want to freeze certain weights in the current parameter, how to do this ? Eg:

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-606231708 Jenkins CI successfully triggered : [unix-gpu, windows-gpu]

[GitHub] [incubator-mxnet] vinitra commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-03-30 Thread GitBox
vinitra commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-606231638 @mxnet-bot run ci [unix-gpu, windows-gpu] This is an

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606231234 Jenkins CI successfully triggered : [unix-cpu]

[GitHub] [incubator-mxnet] ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606231134 Let's test the bot :-) @mxnet-bot run ci [unix-cpu]

[GitHub] [incubator-mxnet] leezu commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
leezu commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-606212722 > The only dependent dll of libmxnet.dll is cudart64_102.dll (not including

[GitHub] [incubator-mxnet] szha commented on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
szha commented on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-606202352 > > Could you provide more details on the Python version problem? The pipeline used to work well and there has been no change to the Python

[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #17938: [WinError 126] The specified module could not be found

2020-03-30 Thread GitBox
ChaiBapchya opened a new issue #17938: [WinError 126] The specified module could not be found URL: https://github.com/apache/incubator-mxnet/issues/17938 ## Description Windows CI GPU Test phase [WinError 126] The specified module could not be found This is because libmxnet.dll

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
aaronmarkham commented on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-606200591 > Could you provide more details on the Python version problem? The pipeline used to work well and there has been no change to the

[GitHub] [incubator-mxnet] leezu commented on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
leezu commented on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-606197956 Could you provide more details on the Python version problem? The pipeline used to work well and there has been no change to the Python

[GitHub] [incubator-mxnet] ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606189459 I don't believe so - my change does not even touch files that are compiled in CPU only build.

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
ChaiBapchya commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606187667 Nope.. does it have something to do with your change?

[GitHub] [incubator-mxnet] connorgoggins edited a comment on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
connorgoggins edited a comment on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-606177837 Update: the issue with Julia & R has been root caused and identified as a Python version problem with the Jenkins pipeline

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
connorgoggins commented on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-606177837 Update: the issue with Julia & R has been root caused and identified as a Python version problem with the Jenkins pipeline (using 2.7

[GitHub] [incubator-mxnet] ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606177797 unix-gpu failed with gcc segfaulting - @ChaiBapchya have you seen this before?

[GitHub] [incubator-mxnet] ptrendx edited a comment on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
ptrendx edited a comment on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606177797 unix-gpu and unix-cpu failed with gcc segfaulting - @ChaiBapchya have you seen this before?

[GitHub] [incubator-mxnet] ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
ptrendx commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606176543 @leezu Having a patch release would require following a release process again and my understanding is that there is

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
connorgoggins commented on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-606176572 @mxnet-label-bot add [Website] This is an automated message from the

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
connorgoggins commented on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-606176439 @mxnet-label-bot add [Doc] This is an automated message from the

[GitHub] [incubator-mxnet] connorgoggins edited a comment on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
connorgoggins edited a comment on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-605118338 Update: a [fix](https://github.com/apache/incubator-mxnet/pull/17919) for Python has been identified, still running into the R

[GitHub] [incubator-mxnet] connorgoggins edited a comment on issue #17910: Jenkins build failures on v1.6

2020-03-30 Thread GitBox
connorgoggins edited a comment on issue #17910: Jenkins build failures on v1.6 URL: https://github.com/apache/incubator-mxnet/issues/17910#issuecomment-605118338 Update: a fix for Python has been identified, still running into the R docs build issue:

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

2020-03-30 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 32b0010 Bump the

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17919: upgrade sphinx and autodocsumm

2020-03-30 Thread GitBox
ChaiBapchya edited a comment on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-606159420 > Yep, but the message from the bot doesn't make that clear, so instead of reducing runs, I added one. > Maybe update the bot's

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-30 Thread GitBox
ChaiBapchya commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-606159420 @aaronmarkham makes sense. The current bot message (was for the older proposal whereby we would remove auto-trigger and just have manual

[GitHub] [incubator-mxnet] leezu commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
leezu commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606154779 Thanks @ptrendx. Do you plan to backport this change to 1.6 and perhaps have a 1.6.1 release?

[GitHub] [incubator-mxnet] leezu commented on issue #17920: R docs generation error

2020-03-30 Thread GitBox
leezu commented on issue #17920: R docs generation error URL: https://github.com/apache/incubator-mxnet/issues/17920#issuecomment-606154016 The patch changes the build system for R, so it's not good to backport to 1.6.x. But you can try backporting the single line mentioned above, adding

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17920: R docs generation error

2020-03-30 Thread GitBox
aaronmarkham commented on issue #17920: R docs generation error URL: https://github.com/apache/incubator-mxnet/issues/17920#issuecomment-606145810 > I think I experienced this error locally before. I fixed it by importing the function first, using `library(methods)`.

[GitHub] [incubator-mxnet] ptrendx opened a new pull request #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
ptrendx opened a new pull request #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937 ## Description ## Fixes #17914 @leezu @vafl ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17937: Fix for handling negative indices in the fusion of slice

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17937: Fix for handling negative indices in the fusion of slice URL: https://github.com/apache/incubator-mxnet/pull/17937#issuecomment-606139184 Hey @ptrendx , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605897612 > Test in WIN_GPU fail at > > ``` > OSError: [WinError

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605897612 > Test in WIN_GPU fail at > > ``` > OSError: [WinError

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-30 Thread GitBox
aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-606044838 I tested updating the docs generation to Python 3 and found it's bound with other parts of CI that would also require the updates. I think

[GitHub] [incubator-mxnet] aaronmarkham closed pull request #17919: upgrade sphinx and autodocsumm

2020-03-30 Thread GitBox
aaronmarkham closed pull request #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17927: update ruby & jekyll, remove incompatible plugins

2020-03-30 Thread GitBox
aaronmarkham commented on issue #17927: update ruby & jekyll, remove incompatible plugins URL: https://github.com/apache/incubator-mxnet/pull/17927#issuecomment-606041538 @mxnet-bot run ci [windows-cpu, windows-gpu, unix-gpu]

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17927: update ruby & jekyll, remove incompatible plugins

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17927: update ruby & jekyll, remove incompatible plugins URL: https://github.com/apache/incubator-mxnet/pull/17927#issuecomment-606041634 Jenkins CI successfully triggered : [unix-gpu, windows-gpu, windows-cpu]

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

2020-03-30 Thread GitBox
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-605999661 @mxnet-bot run ci [windows-gpu, windows-cpu] This is an

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-605999726 Jenkins CI successfully triggered : [windows-gpu, windows-cpu]

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

2020-03-30 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 5a48e9f Bump the

[GitHub] [incubator-mxnet] xidulu opened a new issue #17936: [Numpy] npx.gammaln does not handle type correctly

2020-03-30 Thread GitBox
xidulu opened a new issue #17936: [Numpy] npx.gammaln does not handle type correctly URL: https://github.com/apache/incubator-mxnet/issues/17936 ```python >>> import scipy.special as ss >>> import numpy as np >>> np.array([1,2,3]).dtype dtype('int64') >>>

[GitHub] [incubator-mxnet] sjtuWangDing commented on issue #17795: [Numpy] FFI for linalg ops

2020-03-30 Thread GitBox
sjtuWangDing commented on issue #17795: [Numpy] FFI for linalg ops URL: https://github.com/apache/incubator-mxnet/pull/17795#issuecomment-605928450 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17795: [Numpy] FFI for linalg ops

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17795: [Numpy] FFI for linalg ops URL: https://github.com/apache/incubator-mxnet/pull/17795#issuecomment-605928528 Jenkins CI successfully triggered : [windows-gpu] This is an automated message

[GitHub] [incubator-mxnet] lilongyue commented on issue #12576: Can anybody provide a kv-store (distributed training) example with cpp package?

2020-03-30 Thread GitBox
lilongyue commented on issue #12576: Can anybody provide a kv-store (distributed training) example with cpp package? URL: https://github.com/apache/incubator-mxnet/issues/12576#issuecomment-605902198 @xiaolin-cheng , i also want to have a distributed-kvstore c++ example, do you have one

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605897612 > Test in WIN_GPU fail at > > ``` > OSError: [WinError

[GitHub] [incubator-mxnet] vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605897612 > Test in WIN_GPU fail at > > ``` > OSError: [WinError 126] The

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
ChaiBapchya commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605878153 @marcoabreu Also, after adding the retries, from build #18 to #22 all 5

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
ChaiBapchya edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605870227 Test in WIN_GPU fail at ``` OSError: [WinError 126] The

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-30 Thread GitBox
ChaiBapchya commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605870227 OSError: [WinError 126] The specified module could not be found

[GitHub] [incubator-mxnet] ChaiBapchya removed a comment on issue #17935: Windows CI CUDA Intermitted error C2993

2020-03-30 Thread GitBox
ChaiBapchya removed a comment on issue #17935: Windows CI CUDA Intermitted error C2993 URL: https://github.com/apache/incubator-mxnet/issues/17935#issuecomment-605870001 ``` OSError: [WinError 126] The specified module could not be found ``` This one means the libmxnet.dll is

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17935: Windows CI CUDA Intermitted error C2993

2020-03-30 Thread GitBox
ChaiBapchya commented on issue #17935: Windows CI CUDA Intermitted error C2993 URL: https://github.com/apache/incubator-mxnet/issues/17935#issuecomment-605870001 ``` OSError: [WinError 126] The specified module could not be found ``` This one means the libmxnet.dll is not in

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

2020-03-30 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 1ea8110 Bump the

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17854: [Numpy] FFI: random.choice, take and clip

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17854: [Numpy] FFI: random.choice, take and clip URL: https://github.com/apache/incubator-mxnet/pull/17854#issuecomment-605806075 Jenkins CI successfully triggered : [unix-gpu, centos-cpu] This

[GitHub] [incubator-mxnet] AntiZpvoh removed a comment on issue #17854: [Numpy] FFI: random.choice, take and clip

2020-03-30 Thread GitBox
AntiZpvoh removed a comment on issue #17854: [Numpy] FFI: random.choice, take and clip URL: https://github.com/apache/incubator-mxnet/pull/17854#issuecomment-605805689 @mxnet-bot run ci [ci/jenkins/mxnet-validation/centos-cpu, ci/jenkins/mxnet-validation/unix-gpu]

[GitHub] [incubator-mxnet] AntiZpvoh commented on issue #17854: [Numpy] FFI: random.choice, take and clip

2020-03-30 Thread GitBox
AntiZpvoh commented on issue #17854: [Numpy] FFI: random.choice, take and clip URL: https://github.com/apache/incubator-mxnet/pull/17854#issuecomment-605806042 @mxnet-bot run ci [centos-cpu, unix-gpu] This is an automated

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17854: [Numpy] FFI: random.choice, take and clip

2020-03-30 Thread GitBox
mxnet-bot commented on issue #17854: [Numpy] FFI: random.choice, take and clip URL: https://github.com/apache/incubator-mxnet/pull/17854#issuecomment-605805732 None of the jobs entered are supported. Jobs entered by user: [ci/jenkins/mxnet-validation/centos-cpu,

[GitHub] [incubator-mxnet] AntiZpvoh commented on issue #17854: [Numpy] FFI: random.choice, take and clip

2020-03-30 Thread GitBox
AntiZpvoh commented on issue #17854: [Numpy] FFI: random.choice, take and clip URL: https://github.com/apache/incubator-mxnet/pull/17854#issuecomment-605805689 @mxnet-bot run ci [ci/jenkins/mxnet-validation/centos-cpu, ci/jenkins/mxnet-validation/unix-gpu]