[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090938 ## File path: src/operator/numpy/np_broadcast_reduce_op.h ## @@ -843,6 +846,196 @@ void NumpyBroadcastToForward(const

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #17075: [MKLDNN] mkldnn RNN operator enhancement

2019-12-15 Thread GitBox
ciyongch commented on a change in pull request #17075: [MKLDNN] mkldnn RNN operator enhancement URL: https://github.com/apache/incubator-mxnet/pull/17075#discussion_r358090658 ## File path: docs/static_site/src/pages/api/faq/env_var.md ## @@ -349,6 +349,10 @@ If ctypes is

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090682 ## File path: src/imperative/imperative_utils.h ## @@ -274,7 +274,7 @@ inline void SetDependency(const nnvm::NodeAttrs

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090629 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -3429,6 +3429,59 @@ def get_list(arrays): return _npi.st

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090527 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -3429,6 +3429,59 @@ def get_list(arrays): return _npi.st

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090578 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -3429,6 +3429,59 @@ def get_list(arrays): return _npi.st

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090292 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -3576,6 +3577,59 @@ def swapaxes(a, axis1, axis2): return _

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090346 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -3429,6 +3429,59 @@ def get_list(arrays): return _npi.st

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090250 ## File path: python/mxnet/numpy/multiarray.py ## @@ -5340,6 +5340,59 @@ def swapaxes(a, axis1, axis2): return _n

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090445 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -3429,6 +3429,59 @@ def get_list(arrays): return _npi.st

[GitHub] [incubator-mxnet] gengyanlei opened a new issue #17085: Suggest to add RandomApply in transforms

2019-12-15 Thread GitBox
gengyanlei opened a new issue #17085: Suggest to add RandomApply in transforms URL: https://github.com/apache/incubator-mxnet/issues/17085 ## Description (A clear and concise description of what the feature is.) - If the proposal is about a new model, provide description of what the m

[GitHub] [incubator-mxnet] Yiyan66 opened a new pull request #17084: [numpy] add op median

2019-12-15 Thread GitBox
Yiyan66 opened a new pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084 ## Description ## add op median ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17009: [Numpy] support boolean indexing

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #17009: [Numpy] support boolean indexing URL: https://github.com/apache/incubator-mxnet/pull/17009#discussion_r358077224 ## File path: python/mxnet/numpy/multiarray.py ## @@ -324,6 +327,134 @@ def _set_np_advanced_indexing(self

[incubator-mxnet] branch master updated (7dbb4b7 -> 843daf5)

2019-12-15 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7dbb4b7 fix precision problem in linalg_solve, linalg_tensorinv, linalg_cholesky op test (#16981)

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #17065: adding stacktrace in Jenkinsfile_utils.groovy

2019-12-15 Thread GitBox
anirudh2290 merged pull request #17065: adding stacktrace in Jenkinsfile_utils.groovy URL: https://github.com/apache/incubator-mxnet/pull/17065 This is an automated message from the Apache Git Service. To respond to the mes

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

2019-12-15 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 2508d58 Bump the publis

[GitHub] [incubator-mxnet] haojin2 commented on issue #16977: [Numpy]add row_stack (= vstack)

2019-12-15 Thread GitBox
haojin2 commented on issue #16977: [Numpy]add row_stack (= vstack) URL: https://github.com/apache/incubator-mxnet/pull/16977#issuecomment-565926452 @hanke580 Please rebase with master and resolve the conflicts and code review comments. --

[GitHub] [incubator-mxnet] haojin2 closed pull request #16977: [Numpy]add row_stack (= vstack)

2019-12-15 Thread GitBox
haojin2 closed pull request #16977: [Numpy]add row_stack (= vstack) URL: https://github.com/apache/incubator-mxnet/pull/16977 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] hanke580 opened a new pull request #16977: [Numpy]add row_stack (= vstack)

2019-12-15 Thread GitBox
hanke580 opened a new pull request #16977: [Numpy]add row_stack (= vstack) URL: https://github.com/apache/incubator-mxnet/pull/16977 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack)

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack) URL: https://github.com/apache/incubator-mxnet/pull/16977#discussion_r358071289 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -3244,6 +3244,39 @@ def get_list(arrays): arr

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack)

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack) URL: https://github.com/apache/incubator-mxnet/pull/16977#discussion_r358071180 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -3131,6 +3131,55 @@ def get_list(arrays): arrays

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack)

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack) URL: https://github.com/apache/incubator-mxnet/pull/16977#discussion_r358071261 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -3244,6 +3244,39 @@ def get_list(arrays): arr

[incubator-mxnet] branch master updated (3d38dbd -> 7dbb4b7)

2019-12-15 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 3d38dbd Adds min cuda version assertion decorator for unit tests (#17054) add 7dbb4b7 fix precision pr

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack)

2019-12-15 Thread GitBox
haojin2 commented on a change in pull request #16977: [Numpy]add row_stack (= vstack) URL: https://github.com/apache/incubator-mxnet/pull/16977#discussion_r358071212 ## File path: python/mxnet/numpy/multiarray.py ## @@ -5030,6 +5030,49 @@ def vstack(arrays, out=None):

[GitHub] [incubator-mxnet] haojin2 merged pull request #16981: [Numpy] add op tensorinv

2019-12-15 Thread GitBox
haojin2 merged pull request #16981: [Numpy] add op tensorinv URL: https://github.com/apache/incubator-mxnet/pull/16981 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-mxnet] haojin2 opened a new issue #17083: `mx.np.outer` does not support integer inputs

2019-12-15 Thread GitBox
haojin2 opened a new issue #17083: `mx.np.outer` does not support integer inputs URL: https://github.com/apache/incubator-mxnet/issues/17083 ## Error ``` Traceback (most recent call last): File "", line 1, in File "/home/ubuntu/incubator-mxnet/python/mxnet/numpy/multiarray.p

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #17075: [MKLDNN] mkldnn RNN operator enhancement

2019-12-15 Thread GitBox
zixuanweeei commented on a change in pull request #17075: [MKLDNN] mkldnn RNN operator enhancement URL: https://github.com/apache/incubator-mxnet/pull/17075#discussion_r358067041 ## File path: docs/static_site/src/pages/api/faq/env_var.md ## @@ -349,6 +349,10 @@ If ctypes

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #17075: [MKLDNN] mkldnn RNN operator enhancement

2019-12-15 Thread GitBox
ciyongch commented on a change in pull request #17075: [MKLDNN] mkldnn RNN operator enhancement URL: https://github.com/apache/incubator-mxnet/pull/17075#discussion_r358062984 ## File path: docs/static_site/src/pages/api/faq/env_var.md ## @@ -349,6 +349,10 @@ If ctypes is

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #16700: [Profiler] Make the trace name unique

2019-12-15 Thread GitBox
eric-haibin-lin commented on a change in pull request #16700: [Profiler] Make the trace name unique URL: https://github.com/apache/incubator-mxnet/pull/16700#discussion_r357735849 ## File path: src/profiler/profiler.cc ## @@ -121,6 +121,7 @@ void Profiler::SetState(Profile

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #16700: [Profiler] Make the trace name unique

2019-12-15 Thread GitBox
eric-haibin-lin commented on a change in pull request #16700: [Profiler] Make the trace name unique URL: https://github.com/apache/incubator-mxnet/pull/16700#discussion_r357740567 ## File path: src/imperative/imperative_utils.h ## @@ -438,7 +440,8 @@ inline void PushFCompu

[GitHub] [incubator-mxnet] zixuanweeei commented on issue #17075: [MKLDNN] mkldnn RNN operator enhancement

2019-12-15 Thread GitBox
zixuanweeei commented on issue #17075: [MKLDNN] mkldnn RNN operator enhancement URL: https://github.com/apache/incubator-mxnet/pull/17075#issuecomment-565902618 @pengzhao-intel @TaoLv CI passed. Please take a review. Thanks. T

[GitHub] [incubator-mxnet] damNull commented on issue #13958: Windows builds running out of heap space in CI

2019-12-15 Thread GitBox
damNull commented on issue #13958: Windows builds running out of heap space in CI URL: https://github.com/apache/incubator-mxnet/issues/13958#issuecomment-565894808 I meet the same problem too. And I use the following method to easily solve the problem. Enter the property page of gener

[GitHub] [incubator-mxnet] yurivict commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so

2019-12-15 Thread GitBox
yurivict commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/17081#issuecomment-565893959 > I think improving our CMake setup would improve packageability, would you agree? Absol

[incubator-mxnet] branch leezu-patch-1 created (now 8b896fc)

2019-12-15 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 8b896fc Update pypi_publish.py to disable nighlty build upload to Pypi No new revisions were added

[incubator-mxnet] 01/01: Update pypi_publish.py to disable nighlty build upload to Pypi

2019-12-15 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 8b896fcbf10c7477f04d2882c4c66e6baa4a371d Author: Leonard Lausen AuthorDate: Mon Dec 16 11:17:58 2019 +08

[GitHub] [incubator-mxnet] TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888907 > > > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > > > I think the environment variables

[incubator-mxnet] branch leezu-patch-1 created (now 8b896fc)

2019-12-15 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 8b896fc Update pypi_publish.py to disable nighlty build upload to Pypi This branch includes the fol

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
wkcn edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888660 > > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > > I think the environment variables are d

[GitHub] [incubator-mxnet] leezu opened a new pull request #17082: Update pypi_publish.py to disable nighlty build upload to Pypi

2019-12-15 Thread GitBox
leezu opened a new pull request #17082: Update pypi_publish.py to disable nighlty build upload to Pypi URL: https://github.com/apache/incubator-mxnet/pull/17082 Update pypi_publish.py to disable nighlty build upload to Pypi Based on https://github.com/pypa/pypi-support/issues/50 and

[GitHub] [incubator-mxnet] TianMingChen removed a comment on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
TianMingChen removed a comment on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888467 > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > I think the environment variables

[GitHub] [incubator-mxnet] wkcn commented on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
wkcn commented on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888660 > > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > > I think the environment variables are differen

[GitHub] [incubator-mxnet] TianMingChen edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
TianMingChen edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888371 > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > I think the environment variables

[GitHub] [incubator-mxnet] TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888467 > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > I think the environment variables are diff

[GitHub] [incubator-mxnet] TianMingChen edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
TianMingChen edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888467 > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > I think the environment variables

[GitHub] [incubator-mxnet] TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565888371 > Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? > I think the environment variables are diff

[GitHub] [incubator-mxnet] leezu commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so

2019-12-15 Thread GitBox
leezu commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/17081#issuecomment-565886466 Ok, no worries. We hope to make it easier to package MXNet in the future. If you could provide m

[GitHub] [incubator-mxnet] samskalicky commented on issue #17034: [WIP] Dynamic subgraph property

2019-12-15 Thread GitBox
samskalicky commented on issue #17034: [WIP] Dynamic subgraph property URL: https://github.com/apache/incubator-mxnet/pull/17034#issuecomment-565886128 > 1. Can we support implicit using external backends by setting some env variables? That is, can we use `export MXNET_SUBGRAPH_BACKEND=myP

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17034: [WIP] Dynamic subgraph property

2019-12-15 Thread GitBox
samskalicky commented on a change in pull request #17034: [WIP] Dynamic subgraph property URL: https://github.com/apache/incubator-mxnet/pull/17034#discussion_r358037102 ## File path: src/operator/subgraph/partitioner/custom_subgraph_property.h ## @@ -0,0 +1,160 @@ +/* + *

[GitHub] [incubator-mxnet] yurivict commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so

2019-12-15 Thread GitBox
yurivict commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/17081#issuecomment-565885250 Sorry I am only a package maintainer, and don't have resources to fix things. I've added a pa

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
wkcn edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565883963 Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? I think the environment variables are different

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
wkcn edited a comment on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565883963 Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ? I think the environmental variables are differe

[GitHub] [incubator-mxnet] wkcn commented on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
wkcn commented on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565883963 Could you please try to run `python3 demo.py` rather than `sudo python3 demo.py` ?

[GitHub] [incubator-mxnet] leezu commented on issue #17061: Built from source uses old version of opencv

2019-12-15 Thread GitBox
leezu commented on issue #17061: Built from source uses old version of opencv URL: https://github.com/apache/incubator-mxnet/issues/17061#issuecomment-56588 Would you like to open a PR to update the doc (to recommend version 4)? -

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17063: Fix armv7 build by updating the base container and pin it

2019-12-15 Thread GitBox
leezu commented on a change in pull request #17063: Fix armv7 build by updating the base container and pin it URL: https://github.com/apache/incubator-mxnet/pull/17063#discussion_r358034391 ## File path: ci/docker/Dockerfile.build.armv7 ## @@ -18,7 +18,10 @@ # # Dockerfi

[GitHub] [incubator-mxnet] leezu commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so

2019-12-15 Thread GitBox
leezu commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/17081#issuecomment-565882770 Would you like to fix the python package in this regard? As a workaround you may set `MXNET_LIBRAR

[GitHub] [incubator-mxnet] yurivict commented on issue #17077: FreeBSD compatibility patch

2019-12-15 Thread GitBox
yurivict commented on issue #17077: FreeBSD compatibility patch URL: https://github.com/apache/incubator-mxnet/pull/17077#issuecomment-565882446 > Does this fix #17076? No This is an automated message from the Apache Gi

[GitHub] [incubator-mxnet] TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found

2019-12-15 Thread GitBox
TianMingChen commented on issue #17072: OSError: libnvrtc.so.9.0 not found URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565882347 > `libnvrtc.so.9.0` is a library of CUDA 9.0 Toolkit. Did you install CUDA 9.0 ? yes,like this ![image](https://user-imag

[GitHub] [incubator-mxnet] leezu commented on issue #17077: FreeBSD compatibility patch

2019-12-15 Thread GitBox
leezu commented on issue #17077: FreeBSD compatibility patch URL: https://github.com/apache/incubator-mxnet/pull/17077#issuecomment-565882020 Does https://github.com/apache/incubator-mxnet/issues/17076 fix this issue? This is

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17077: FreeBSD compatibility patch

2019-12-15 Thread GitBox
leezu edited a comment on issue #17077: FreeBSD compatibility patch URL: https://github.com/apache/incubator-mxnet/pull/17077#issuecomment-565882020 Does this fix https://github.com/apache/incubator-mxnet/issues/17076? This is

[GitHub] [incubator-mxnet] leezu commented on issue #17051: fix parameter names in the estimator api

2019-12-15 Thread GitBox
leezu commented on issue #17051: fix parameter names in the estimator api URL: https://github.com/apache/incubator-mxnet/pull/17051#issuecomment-565881693 @sxjscience the problem is that the API was changed on November 1, even though the code-freeze was in effect since 2019-10-25. The ch

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17051: fix parameter names in the estimator api

2019-12-15 Thread GitBox
leezu edited a comment on issue #17051: fix parameter names in the estimator api URL: https://github.com/apache/incubator-mxnet/pull/17051#issuecomment-565881693 @sxjscience the problem is that the API was changed on November 1, even though the code-freeze was in effect since 2019-10-25.

[GitHub] [incubator-mxnet] yurivict commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so

2019-12-15 Thread GitBox
yurivict commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/17081#issuecomment-565879766 Python package should rely on the pre-installed ```lib/libmxnet.so``` library in situations whe

[GitHub] [incubator-mxnet] wkcn commented on issue #17072: oserr

2019-12-15 Thread GitBox
wkcn commented on issue #17072: oserr URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565879750 `libnvrtc.so.9.0` is a library of CUDA 9.0 Toolkit. Did you install CUDA 9.0 ? This is an automated me

[GitHub] [incubator-mxnet] leezu commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so

2019-12-15 Thread GitBox
leezu commented on issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/17081#issuecomment-565878921 Do you mean the C++ package, or the Python package? Python package also needs `libmxnet.so` of cou

[GitHub] [incubator-mxnet] TianMingChen commented on issue #17072: oserr

2019-12-15 Thread GitBox
TianMingChen commented on issue #17072: oserr URL: https://github.com/apache/incubator-mxnet/issues/17072#issuecomment-565878251 > Hi @TianMingChen , could you please provide a minimal reproduce example? just laike this ![image](https://user-images.githubusercontent.com/20785298/

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #17034: [WIP] Dynamic subgraph property

2019-12-15 Thread GitBox
ZhennanQin commented on issue #17034: [WIP] Dynamic subgraph property URL: https://github.com/apache/incubator-mxnet/pull/17034#issuecomment-565877332 @samskalicky Thanks for providing such convenient API to integrate external subgraph libraries. Basically, I agree with the design on API.

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #17034: [WIP] Dynamic subgraph property

2019-12-15 Thread GitBox
ZhennanQin commented on a change in pull request #17034: [WIP] Dynamic subgraph property URL: https://github.com/apache/incubator-mxnet/pull/17034#discussion_r358028234 ## File path: src/operator/subgraph/partitioner/custom_subgraph_property.h ## @@ -0,0 +1,160 @@ +/* + *

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

2019-12-15 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 96e9930c Bump the publis

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17010: [API] unified API for custom kvstores

2019-12-15 Thread GitBox
eric-haibin-lin commented on issue #17010: [API] unified API for custom kvstores URL: https://github.com/apache/incubator-mxnet/pull/17010#issuecomment-565862355 Thanks for the detailed review comments. Just updated the PR. Th

[GitHub] [incubator-mxnet] szha commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2019-12-15 Thread GitBox
szha commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167#issuecomment-565851523 Once 1.6 release is complete, we will create a branch for MXNet 1.x for future releases and start using master branch for 2.0 development.

[GitHub] [incubator-mxnet] szha commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2019-12-15 Thread GitBox
szha commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167#issuecomment-565851392 The status of MXNet 2.0 project is tracked at: https://github.com/apache/incubator-mxnet/projects/18. The status for each project will be updat

[GitHub] [incubator-mxnet] yurivict opened a new issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so

2019-12-15 Thread GitBox
yurivict opened a new issue #17081: The python package build reinstalls lib/libmxnet.so into mxnet/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/17081 The ```mxnet``` package (C/C++) installs ```lib/libmxnet.so```, and then the python build copies it over into ```mxnet/

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

2019-12-15 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 575a9cb Bump the publis

[GitHub] [incubator-mxnet] yurivict opened a new issue #17080: .gitignore and CPPLINT.cfg are installed by mxnet-cpp

2019-12-15 Thread GitBox
yurivict opened a new issue #17080: .gitignore and CPPLINT.cfg are installed by mxnet-cpp URL: https://github.com/apache/incubator-mxnet/issues/17080 This is an automated message from the Apache Git Service. To respond to th

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

2019-12-15 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 3e4fc5e Bump the publis