[GitHub] herryz commented on issue #6548: [feature req / question ] slurm scheduler support for launch.py? (distrubted processing / multi-machines support)

2017-07-31 Thread git
herryz commented on issue #6548: [feature req / question ] slurm scheduler support for launch.py? (distrubted processing / multi-machines support) URL: https://github.com/apache/incubator-mxnet/issues/6548#issuecomment-319283037 @al-rigazzi That didn't work. I found slurm can specify"

[GitHub] eldercrow opened a new issue #7281: Gradient function not returning enough gradient

2017-07-31 Thread git
eldercrow opened a new issue #7281: Gradient function not returning enough gradient URL: https://github.com/apache/incubator-mxnet/issues/7281 I have exactly the same issue as #7168 ``` [15:36:04] src/pass/gradient.cc:159: Check failed: (*rit)->inputs.size() == input_grads.size(

[GitHub] yinxiaochuan commented on issue #5699: [Discussion] Support Higher-order Gradient

2017-07-31 Thread git
yinxiaochuan commented on issue #5699: [Discussion] Support Higher-order Gradient URL: https://github.com/apache/incubator-mxnet/issues/5699#issuecomment-319278986 no This is an automated message from the Apache Git Service

[GitHub] leezu commented on issue #7261: Add grad_req parameter to Block that is passed to ParameterDict.get

2017-07-31 Thread git
leezu commented on issue #7261: Add grad_req parameter to Block that is passed to ParameterDict.get URL: https://github.com/apache/incubator-mxnet/pull/7261#issuecomment-319277791 This needs some refactoring to support batch norm. Currently parameters with `grad_req == 'null'` are also ove

[GitHub] tonyyangToBeNo1 opened a new issue #7280: BatchNorm compute problem

2017-07-31 Thread git
tonyyangToBeNo1 opened a new issue #7280: BatchNorm compute problem URL: https://github.com/apache/incubator-mxnet/issues/7280 I am new to Mxnet and I am trying to implement a caffe code to Mxnet. The training phase is good but the testing phase goes wrong. the output from the BatchNorm

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130523475 ## File path: src/executor/attach_op_execs_pass.cc ## @@ -22,28 +23,39 @@ const OperatorProperty*

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130523480 ## File path: src/executor/attach_op_execs_pass.cc ## @@ -22,28 +23,39 @@ const OperatorProperty*

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130523297 ## File path: python/mxnet/ndarray/sparse_ndarray.py ## @@ -0,0 +1,637 @@ +# coding: utf-8 +"""Spa

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130523027 ## File path: python/mxnet/kvstore.py ## @@ -214,11 +217,88 @@ def pull(self, key, out=None, prior

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130523193 ## File path: python/mxnet/ndarray/sparse_ndarray.py ## @@ -0,0 +1,637 @@ +# coding: utf-8 +"""Spa

[GitHub] YvesHarrison opened a new issue #7279: Batch processing for rcnn prediction

2017-07-31 Thread git
YvesHarrison opened a new issue #7279: Batch processing for rcnn prediction URL: https://github.com/apache/incubator-mxnet/issues/7279 I want to send pictures to rcnn network for prediction by batch. Does the current rcnn function like im_detect() and Predictor() support this. If they do n

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130522936 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -61,22 +70,29 @@ def _imperative_invoke(handle

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130522825 ## File path: include/mxnet/kvstore.h ## @@ -155,6 +156,29 @@ class KVStore {

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130522825 ## File path: include/mxnet/kvstore.h ## @@ -155,6 +156,29 @@ class KVStore {

[GitHub] zhreshold opened a new pull request #7278: change random sized crop lower bound to 0.08

2017-07-31 Thread git
zhreshold opened a new pull request #7278: change random sized crop lower bound to 0.08 URL: https://github.com/apache/incubator-mxnet/pull/7278 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130522655 ## File path: include/mxnet/ndarray.h ## @@ -439,12 +846,12 @@ class NDArray { * \param from the

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130522634 ## File path: include/mxnet/c_api.h ## @@ -321,6 +353,17 @@ MXNET_DLL int MXNDArraySyncCopyToCPU(N

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130522597 ## File path: python/mxnet/ndarray/__init__.py ## @@ -0,0 +1,12 @@ +"""ndarray module""" + +from .

[GitHub] eric-haibin-lin commented on issue #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
eric-haibin-lin commented on issue #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#issuecomment-319272276 @jermainewang Thanks for the great reference! I can see how the proposed storage format in the paper could be used to express many ty

[incubator-mxnet] branch sparse updated: Operator add_n for row sparse ndarrays (#7244)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch sparse in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/sparse by this push: new f77f31a Operator add_n for row sparse nd

[GitHub] piiswrong closed pull request #7244: Operator add_n for row sparse ndarrays

2017-07-31 Thread git
piiswrong closed pull request #7244: Operator add_n for row sparse ndarrays URL: https://github.com/apache/incubator-mxnet/pull/7244 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] piiswrong commented on issue #7063: Python CustomOp with parameter failed when call infer_shape_entry in ?

2017-07-31 Thread git
piiswrong commented on issue #7063: Python CustomOp with parameter failed when call infer_shape_entry in ? URL: https://github.com/apache/incubator-mxnet/pull/7063#issuecomment-319267332 Should have been fixed in master. Could you check? ---

[GitHub] piiswrong closed pull request #7173: fix random sized crop

2017-07-31 Thread git
piiswrong closed pull request #7173: fix random sized crop URL: https://github.com/apache/incubator-mxnet/pull/7173 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[incubator-mxnet] branch master updated: fix random sized crop (#7173)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 1784f62 fix random sized crop (#7173) 17

[GitHub] dsqx71 commented on issue #7264: gluon conv rnns

2017-07-31 Thread git
dsqx71 commented on issue #7264: gluon conv rnns URL: https://github.com/apache/incubator-mxnet/pull/7264#issuecomment-319266166 @szha Thanks. I will fix it. This is an automated message from the Apache Git Service. To respo

[GitHub] piiswrong closed pull request #7230: Update NNVM

2017-07-31 Thread git
piiswrong closed pull request #7230: Update NNVM URL: https://github.com/apache/incubator-mxnet/pull/7230 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] dsqx71 commented on issue #7203: Add document for BilinearSampler Op

2017-07-31 Thread git
dsqx71 commented on issue #7203: Add document for BilinearSampler Op URL: https://github.com/apache/incubator-mxnet/pull/7203#issuecomment-319265849 @piiswrong Looks like this PR is nothing to do with the error happened in CI. Please check and merge. -

[incubator-mxnet] branch master updated: Gluon RNN fixes for seqlen 1 (#7260)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 5393002 Gluon RNN fixes for seqlen 1 (#7

[incubator-mxnet] branch master updated: Update cub for CUDA 9 (#7270)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 43ea355 Update cub for CUDA 9 (#7270) 43

[GitHub] piiswrong closed pull request #7270: Update cub for CUDA 9

2017-07-31 Thread git
piiswrong closed pull request #7270: Update cub for CUDA 9 URL: https://github.com/apache/incubator-mxnet/pull/7270 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] piiswrong closed pull request #7260: Gluon RNN fixes for seqlen 1

2017-07-31 Thread git
piiswrong closed pull request #7260: Gluon RNN fixes for seqlen 1 URL: https://github.com/apache/incubator-mxnet/pull/7260 This is an automated message from the Apache Git Service. To respond to the message, please log on Gi

[incubator-mxnet] branch master updated (f965542 -> f187d5b)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from f965542 Fix a spelling mistake (#7277) add f187d5b Now Jenkins correctly executes clean command when in

[GitHub] piiswrong closed pull request #7275: Jenkins correctly cleans build when incremental build failed

2017-07-31 Thread git
piiswrong closed pull request #7275: Jenkins correctly cleans build when incremental build failed URL: https://github.com/apache/incubator-mxnet/pull/7275 This is an automated message from the Apache Git Service. To respond

[GitHub] piiswrong closed pull request #7277: Fix a spelling mistake

2017-07-31 Thread git
piiswrong closed pull request #7277: Fix a spelling mistake URL: https://github.com/apache/incubator-mxnet/pull/7277 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub a

[GitHub] Harmonicahappy opened a new pull request #7277: Fix a spelling mistake

2017-07-31 Thread git
Harmonicahappy opened a new pull request #7277: Fix a spelling mistake URL: https://github.com/apache/incubator-mxnet/pull/7277 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] bhavinthaker closed pull request #7166: add support for port package manager

2017-07-31 Thread git
bhavinthaker closed pull request #7166: add support for port package manager URL: https://github.com/apache/incubator-mxnet/pull/7166 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] bhavinthaker commented on issue #7166: add support for port package manager

2017-07-31 Thread git
bhavinthaker commented on issue #7166: add support for port package manager URL: https://github.com/apache/incubator-mxnet/pull/7166#issuecomment-319243998 I have modified the script to include user's PATH to have precedence over the script's PATH so that the user's python (for example, ana

[GitHub] bhavinthaker commented on issue #7166: add support for port package manager

2017-07-31 Thread git
bhavinthaker commented on issue #7166: add support for port package manager URL: https://github.com/apache/incubator-mxnet/pull/7166#issuecomment-319244661 See: https://github.com/apache/incubator-mxnet/pull/7276 This is an a

[GitHub] bhavinthaker opened a new pull request #7276: Add support for port package manager on macOS

2017-07-31 Thread git
bhavinthaker opened a new pull request #7276: Add support for port package manager on macOS URL: https://github.com/apache/incubator-mxnet/pull/7276 add support for port package manager along with brew; show compile-time configs; print run-time env vars; print link to MXNet tutoria

[GitHub] bhavinthaker commented on issue #7166: add support for port package manager

2017-07-31 Thread git
bhavinthaker commented on issue #7166: add support for port package manager URL: https://github.com/apache/incubator-mxnet/pull/7166#issuecomment-319243998 I have modified the script to include user's PATH to have precedence over the script's PATH so that the user's python (for example, ana

[GitHub] bhavinthaker commented on a change in pull request #7166: add support for port package manager

2017-07-31 Thread git
bhavinthaker commented on a change in pull request #7166: add support for port package manager URL: https://github.com/apache/incubator-mxnet/pull/7166#discussion_r130502565 ## File path: setup-utils/install-mxnet-osx-python.sh ## @@ -25,37 +25,134 @@ then fi export MXNE

[GitHub] leezu commented on a change in pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get

2017-07-31 Thread git
leezu commented on a change in pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get URL: https://github.com/apache/incubator-mxnet/pull/7261#discussion_r130500156 ## File path: python/mxnet/gluon/parameter.py ## @@ -374,6 +374,15 @@ def _

[GitHub] thirdwing closed pull request #7274: [R][DOC] update vignettes; make sure all code in vignettes can run without error

2017-07-31 Thread git
thirdwing closed pull request #7274: [R][DOC] update vignettes; make sure all code in vignettes can run without error URL: https://github.com/apache/incubator-mxnet/pull/7274 This is an automated message from the Apache Git

[incubator-mxnet] branch master updated: [R][DOC] make sure all code in vignettes can run without error (#7274)

2017-07-31 Thread qkou
This is an automated email from the ASF dual-hosted git repository. qkou 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 92a93b8 [R][DOC] make sure all code in v

[GitHub] leezu commented on issue #7268: Autograd retain_graph=True bugs

2017-07-31 Thread git
leezu commented on issue #7268: Autograd retain_graph=True bugs URL: https://github.com/apache/incubator-mxnet/issues/7268#issuecomment-319238610 Thanks. Using `autograd.backward` works for me. Your first proposed solution doesn't allow for making manual changes to the grad arrays before

[GitHub] leezu commented on issue #7268: Autograd retain_graph=True bugs

2017-07-31 Thread git
leezu commented on issue #7268: Autograd retain_graph=True bugs URL: https://github.com/apache/incubator-mxnet/issues/7268#issuecomment-319238610 Thanks. Using `autograd.backward` works for me. Your first proposed solution doesn't allow for making manual changes to the grad arrays before

[GitHub] b0noI opened a new pull request #7275: Jenkins correctly cleans build when incremental build failed

2017-07-31 Thread git
b0noI opened a new pull request #7275: Jenkins correctly cleans build when incremental build failed URL: https://github.com/apache/incubator-mxnet/pull/7275 Fix for #7272 This is an automated message from the Apache Git Ser

[GitHub] b0noI commented on issue #7272: jenkins/incubator-mxnet pipeline is broken on the master

2017-07-31 Thread git
b0noI commented on issue #7272: jenkins/incubator-mxnet pipeline is broken on the master URL: https://github.com/apache/incubator-mxnet/issues/7272#issuecomment-319229778 I was not able to reproduce it by running manually.

[GitHub] sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-31 Thread git
sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability URL: https://github.com/apache/incubator-mxnet/pull/7227#issuecomment-319226422 @eric-haibin-lin https://github.com/eric-haibin-lin/mxnet/pull/135 ---

[GitHub] sergeykolychev commented on issue #7170: Attempting to add Perl interface to Apache CI.

2017-07-31 Thread git
sergeykolychev commented on issue #7170: Attempting to add Perl interface to Apache CI. URL: https://github.com/apache/incubator-mxnet/pull/7170#issuecomment-319226341 @lxn2 Anything else you need from me before this is mergeable ? -

[incubator-mxnet-test] branch asf-site updated (266b646 -> 266b646)

2017-07-31 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-test.git. No new revisions were added by this update. Summary of changes: -- To stop receiving notification emails lik

[incubator-mxnet] branch master updated: add getitem to container layers (#7265)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 c521fa5 add getitem to container layers

[GitHub] piiswrong closed pull request #7265: add getitem to container layers

2017-07-31 Thread git
piiswrong closed pull request #7265: add getitem to container layers URL: https://github.com/apache/incubator-mxnet/pull/7265 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] thirdwing closed issue #6945: predict(model, val) produces fewer number of samples compared to original sample size

2017-07-31 Thread git
thirdwing closed issue #6945: predict(model, val) produces fewer number of samples compared to original sample size URL: https://github.com/apache/incubator-mxnet/issues/6945 This is an automated message from the Apache Git

[GitHub] thirdwing closed issue #6918: mxnet R 3.4 installation for CentOS release 6.9 (Final)

2017-07-31 Thread git
thirdwing closed issue #6918: mxnet R 3.4 installation for CentOS release 6.9 (Final) URL: https://github.com/apache/incubator-mxnet/issues/6918 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] thirdwing commented on issue #6925: Layer Specific Learning Rate For R

2017-07-31 Thread git
thirdwing commented on issue #6925: Layer Specific Learning Rate For R URL: https://github.com/apache/incubator-mxnet/issues/6925#issuecomment-319213255 Currently, this hasn't been support in R. This is an automated message

[GitHub] thirdwing commented on issue #7019: R Character RNN program question

2017-07-31 Thread git
thirdwing commented on issue #7019: R Character RNN program question URL: https://github.com/apache/incubator-mxnet/issues/7019#issuecomment-319212189 I think the best method to get the dimension is to write a small helper function. Just like we I did in the unit test https://github.com/a

[GitHub] thirdwing opened a new pull request #7274: [R][DOC] update vignettes; make sure all code in vignettes can run without error

2017-07-31 Thread git
thirdwing opened a new pull request #7274: [R][DOC] update vignettes; make sure all code in vignettes can run without error URL: https://github.com/apache/incubator-mxnet/pull/7274 This is an automated message from the Apac

[incubator-mxnet] branch master updated: [Doc] Add the new doc link to to hybrid.md (#7271)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 e830179 [Doc] Add the new doc link to to

[GitHub] piiswrong closed pull request #7271: [Doc] Add the new doc link to to hybrid.md

2017-07-31 Thread git
piiswrong closed pull request #7271: [Doc] Add the new doc link to to hybrid.md URL: https://github.com/apache/incubator-mxnet/pull/7271 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-31 Thread git
sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability URL: https://github.com/apache/incubator-mxnet/pull/7227#issuecomment-319198396 @eric-haibin-lin Ok, this branch is much better, will work on it this evening. --

[GitHub] eric-haibin-lin commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-31 Thread git
eric-haibin-lin commented on issue #7227: MXExecutorSimpleBindEx for backward compatability URL: https://github.com/apache/incubator-mxnet/pull/7227#issuecomment-319193648 @sergeykolychev could you make a PR to this branch? https://github.com/eric-haibin-lin/mxnet/tree/sparse

[GitHub] thirdwing opened a new issue #7273: [R] call im2rec in R

2017-07-31 Thread git
thirdwing opened a new issue #7273: [R] call im2rec in R URL: https://github.com/apache/incubator-mxnet/issues/7273 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] b0noI opened a new issue #7272: jenkins/incubator-mxnet pipeline is broken on the master

2017-07-31 Thread git
b0noI opened a new issue #7272: jenkins/incubator-mxnet pipeline is broken on the master URL: https://github.com/apache/incubator-mxnet/issues/7272 https://builds.apache.org/blue/organizations/jenkins/incubator-mxnet/detail/master/83/pipeline/ output: > [amalgamation] Running she

[GitHub] mli opened a new pull request #7271: [Doc] Add the new doc link to to hybrid.md

2017-07-31 Thread git
mli opened a new pull request #7271: [Doc] Add the new doc link to to hybrid.md URL: https://github.com/apache/incubator-mxnet/pull/7271 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] ptrendx opened a new pull request #7270: Update cub for CUDA 9

2017-07-31 Thread git
ptrendx opened a new pull request #7270: Update cub for CUDA 9 URL: https://github.com/apache/incubator-mxnet/pull/7270 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHu

[GitHub] stefanhenneking commented on a change in pull request #7223: GPU implementation of cast_storage (dense to rsp)

2017-07-31 Thread git
stefanhenneking commented on a change in pull request #7223: GPU implementation of cast_storage (dense to rsp) URL: https://github.com/apache/incubator-mxnet/pull/7223#discussion_r130438387 ## File path: src/operator/tensor/cast_storage-inl.cuh ## @@ -14,13 +14,288 @@ nam

[GitHub] szha commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80

2017-07-31 Thread git
szha commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80 URL: https://github.com/apache/incubator-mxnet/issues/6023#issuecomment-319162644 @TalKachman yes, you can build from source, and then go to python folder, and use the anaconda's python to do a

[GitHub] TalKachman commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80

2017-07-31 Thread git
TalKachman commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80 URL: https://github.com/apache/incubator-mxnet/issues/6023#issuecomment-319161394 I am having the same issues with my machine """ Could not find a version that satisfies the requir

[GitHub] szha commented on issue #7264: gluon conv rnns

2017-07-31 Thread git
szha commented on issue #7264: gluon conv rnns URL: https://github.com/apache/incubator-mxnet/pull/7264#issuecomment-319157535 @dsqx71 it seems that in the symbolic RNN API, the conv_layout is not passed to the convolution layers, and some of the variable layouts are hard-coded according t

[GitHub] szha commented on a change in pull request #7264: gluon conv rnns

2017-07-31 Thread git
szha commented on a change in pull request #7264: gluon conv rnns URL: https://github.com/apache/incubator-mxnet/pull/7264#discussion_r130425435 ## File path: tests/python/unittest/test_gluon_rnn.py ## @@ -192,6 +196,59 @@ def test_rnn_cells(): net.add(gluon.rnn.GRUCel

[GitHub] thirdwing commented on issue #7262: use R3.3.0 and im2rec.py to run cnn and always failed

2017-07-31 Thread git
thirdwing commented on issue #7262: use R3.3.0 and im2rec.py to run cnn and always failed URL: https://github.com/apache/incubator-mxnet/issues/7262#issuecomment-319146812 Can you tell us how installed the mxnet and the version of mxnet? Please also show us the error message and sha

[GitHub] piiswrong commented on a change in pull request #7265: add getitem to container layers

2017-07-31 Thread git
piiswrong commented on a change in pull request #7265: add getitem to container layers URL: https://github.com/apache/incubator-mxnet/pull/7265#discussion_r130414949 ## File path: python/mxnet/gluon/block.py ## @@ -162,6 +162,9 @@ def __setattr__(self, name, value): d

[GitHub] piiswrong commented on a change in pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get

2017-07-31 Thread git
piiswrong commented on a change in pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get URL: https://github.com/apache/incubator-mxnet/pull/7261#discussion_r130414628 ## File path: python/mxnet/gluon/parameter.py ## @@ -374,6 +374,15 @@ d

[GitHub] sagaragrawal13 opened a new issue #7269: Bayesian Optimization for MXNET

2017-07-31 Thread git
sagaragrawal13 opened a new issue #7269: Bayesian Optimization for MXNET URL: https://github.com/apache/incubator-mxnet/issues/7269 Could you please provide a good reference to get started with Bayesian Optimization on models built through MXNET R package. I plan to use Bayesian Opt

[GitHub] leezu opened a new pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get

2017-07-31 Thread git
leezu opened a new pull request #7261: Add grad_req parameter to Block that is passed to ParameterDict.get URL: https://github.com/apache/incubator-mxnet/pull/7261 This allows specifying the grad_req for Blocks that is then used when creating Parameters. -

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130404224 ## File path: src/executor/attach_op_execs_pass.cc ## @@ -22,28 +23,39 @@ const OperatorProperty* OpProp

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130258387 ## File path: python/mxnet/kvstore.py ## @@ -214,11 +217,88 @@ def pull(self, key, out=None, priority=0)

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130257465 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -61,22 +70,29 @@ def _imperative_invoke(handle, ndar

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130258392 ## File path: python/mxnet/kvstore.py ## @@ -214,11 +217,88 @@ def pull(self, key, out=None, priority=0)

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130406399 ## File path: src/operator/elemwise_op_common.h ## @@ -90,6 +126,33 @@ inline bool ElemwiseType(const nn

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130272327 ## File path: python/mxnet/ndarray/sparse_ndarray.py ## @@ -0,0 +1,637 @@ +# coding: utf-8 +"""SparseNDA

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130403724 ## File path: src/c_api/c_api_ndarray.cc ## @@ -301,10 +384,25 @@ void PushOperator(const OpStatePtr& st

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130272497 ## File path: python/mxnet/symbol.py ## @@ -17,8 +17,10 @@ from .base import NDArrayHandle, ExecutorHan

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130272244 ## File path: python/mxnet/ndarray/sparse_ndarray.py ## @@ -0,0 +1,637 @@ +# coding: utf-8 +"""SparseNDA

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130403722 ## File path: src/c_api/c_api_ndarray.cc ## @@ -301,10 +384,25 @@ void PushOperator(const OpStatePtr& st

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130404220 ## File path: src/executor/attach_op_execs_pass.cc ## @@ -22,28 +23,39 @@ const OperatorProperty* OpProp

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130258581 ## File path: python/mxnet/ndarray/ndarray_utils.py ## @@ -0,0 +1,127 @@ +# coding: utf-8 Review comm

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130257348 ## File path: include/mxnet/kvstore.h ## @@ -155,6 +156,29 @@ class KVStore { const

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130272291 ## File path: python/mxnet/ndarray/sparse_ndarray.py ## @@ -0,0 +1,637 @@ +# coding: utf-8 +"""SparseNDA

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130272450 ## File path: python/mxnet/optimizer.py ## @@ -342,17 +342,20 @@ def create_state(self, index, weight):

[GitHub] piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-07-31 Thread git
piiswrong commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130272349 ## File path: python/mxnet/ndarray/sparse_ndarray.py ## @@ -0,0 +1,637 @@ +# coding: utf-8 +"""SparseNDA

[GitHub] rahul003 commented on a change in pull request #7236: change unnecessarily longer array

2017-07-31 Thread git
rahul003 commented on a change in pull request #7236: change unnecessarily longer array URL: https://github.com/apache/incubator-mxnet/pull/7236#discussion_r130406293 ## File path: src/io/iter_image_recordio_2.cc ## @@ -360,10 +360,10 @@ inline void ImageRecordIOParser2::

[GitHub] sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-31 Thread git
sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability URL: https://github.com/apache/incubator-mxnet/pull/7227#issuecomment-319125873 @eric-haibin-lin Can't do it easily, the sparse branch is very old and the perl state is as of May 14 Are you pla

[GitHub] sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-31 Thread git
sergeykolychev commented on issue #7227: MXExecutorSimpleBindEx for backward compatability URL: https://github.com/apache/incubator-mxnet/pull/7227#issuecomment-319125873 @eric-haibin-lin I'll do it tomorrow Can't do it easily, the sparse branch is very old and the perl state is as of M

[GitHub] piiswrong commented on issue #7268: Autograd retain_graph=True bugs

2017-07-31 Thread git
piiswrong commented on issue #7268: Autograd retain_graph=True bugs URL: https://github.com/apache/incubator-mxnet/issues/7268#issuecomment-319125769 Your code works for me. Although the right way to do it is either ``` with autograd.record(): output, hidden = encoder(mx.nd.one

[GitHub] piiswrong commented on issue #7265: add getitem to container layers

2017-07-31 Thread git
piiswrong commented on issue #7265: add getitem to container layers URL: https://github.com/apache/incubator-mxnet/pull/7265#issuecomment-319119975 also add len This is an automated message from the Apache Git Service. To res

[incubator-mxnet] branch master updated (414a96c -> 024525f)

2017-07-31 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 414a96c Fix a spelling mistake (#7266) add 024525f Fix gluon zero grad (#7263) No new revisions were a

[GitHub] piiswrong closed pull request #7263: Fix gluon zero grad

2017-07-31 Thread git
piiswrong closed pull request #7263: Fix gluon zero grad URL: https://github.com/apache/incubator-mxnet/pull/7263 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] nikrao commented on issue #7251: update sparse ndarray api

2017-07-31 Thread git
nikrao commented on issue #7251: update sparse ndarray api URL: https://github.com/apache/incubator-mxnet/pull/7251#issuecomment-319118001 It's best to keep it consistent with MXNet nomenclature in general, so if it's "X" and "BaseX" for other classes, I think it's nice to have BaseSp

  1   2   >