[GitHub] szha commented on issue #7304: gluon bce loss

2017-08-09 Thread git
szha commented on issue #7304: gluon bce loss URL: https://github.com/apache/incubator-mxnet/pull/7304#issuecomment-321144365 Updating the interface now for potential integration with cudnn7. Do not merge yet. This is an

[GitHub] idealboy commented on issue #7412: About van when using distribute training

2017-08-09 Thread git
idealboy commented on issue #7412: About van when using distribute training URL: https://github.com/apache/incubator-mxnet/issues/7412#issuecomment-321456391 my environment setting about mxnet dist-sync on two machines are below, two machines are ssh-able: (1)10.15.240.189:

[GitHub] idealboy commented on issue #7396: **********!!!Error with dist-sync on two machines, Thank you

2017-08-09 Thread git
idealboy commented on issue #7396: **!!!Error with dist-sync on two machines, Thank you URL: https://github.com/apache/incubator-mxnet/issues/7396#issuecomment-321455058 thr program is looping in van.cc:Start function when mx.kvstore.create while(!ready_){ LOG(INFO) <<

[GitHub] CodingCat opened a new pull request #7411: [scala-package][spark] fix example script

2017-08-09 Thread git
CodingCat opened a new pull request #7411: [scala-package][spark] fix example script URL: https://github.com/apache/incubator-mxnet/pull/7411 I think it has been broken for a while and this is one of the fixes which I am bringing to spark module

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

2017-08-09 Thread git
ykim362 commented on issue #7264: gluon conv rnns URL: https://github.com/apache/incubator-mxnet/pull/7264#issuecomment-321448378 @szha I am sorry for late reply. I am out of office this week. MKL's concat does not support general dimensions. I might need to change the MXNet-MKL

[GitHub] piiswrong closed pull request #7405: Fix two typos in autograd.md

2017-08-09 Thread git
piiswrong closed pull request #7405: Fix two typos in autograd.md URL: https://github.com/apache/incubator-mxnet/pull/7405 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch master updated: Update autograd.md (#7405)

2017-08-09 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 46039c3 Update autograd.md (#7405)

[GitHub] leezu opened a new issue #7410: mxnet random seed should not be fixed by default

2017-08-09 Thread git
leezu opened a new issue #7410: mxnet random seed should not be fixed by default URL: https://github.com/apache/incubator-mxnet/issues/7410 mxnet seems to use a fixed seed for its random number generator. This is not good. To make sure research results are valid, experiments need to be

[GitHub] kobenaxie opened a new issue #7409: How to implement NG(nonlinearity generator) activate function in mxnet?

2017-08-09 Thread git
kobenaxie opened a new issue #7409: How to implement NG(nonlinearity generator) activate function in mxnet? URL: https://github.com/apache/incubator-mxnet/issues/7409 For bugs or installation issues, please provide the following information. The more information you provide, the more

[GitHub] pdmengmeng opened a new issue #7408: How to do a sobel operation in symbol layer

2017-08-09 Thread git
pdmengmeng opened a new issue #7408: How to do a sobel operation in symbol layer URL: https://github.com/apache/incubator-mxnet/issues/7408 there is a symbol layer , its size is ( 1 ,1 ,300 ,300 ) .How to use it to do a sobel operation. I kown that we need to use

[GitHub] jeremiedb commented on issue #7349: time series delay output mxnet

2017-08-09 Thread git
jeremiedb commented on issue #7349: time series delay output mxnet URL: https://github.com/apache/incubator-mxnet/issues/7349#issuecomment-321432460 symbol.RNN performs the unrolling. Taking a minimal example: ``` data <- mx.symbol.Variable("data") rnn.weight <-

[GitHub] idealboy commented on issue #6975: a problem in distribute training

2017-08-09 Thread git
idealboy commented on issue #6975: a problem in distribute training URL: https://github.com/apache/incubator-mxnet/issues/6975#issuecomment-321432338 sir, will you instruct me for distribute training on two machines, thank you very much. I dit it according the official document, but it

[GitHub] EsraaRagaa commented on issue #4989: How to use mxnet?

2017-08-09 Thread git
EsraaRagaa commented on issue #4989: How to use mxnet? URL: https://github.com/apache/incubator-mxnet/issues/4989#issuecomment-321430517 The tutorials are unclear, I guess after preparing the iterator their should be an example of how to pass this iterator to mxnet as training and testing

[GitHub] EsraaRagaa commented on a change in pull request #6221: Update IO Tutorial

2017-08-09 Thread git
EsraaRagaa commented on a change in pull request #6221: Update IO Tutorial URL: https://github.com/apache/incubator-mxnet/pull/6221#discussion_r132348701 ## File path: docs/tutorials/basic/data.md ## @@ -125,37 +49,41 @@ for batch in data_iter: print([batch.data,

[GitHub] szha commented on issue #7352: add Sequential compatibility to rnn layers

2017-08-09 Thread git
szha commented on issue #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352#issuecomment-321428024 The scala unit test error doesn't seem related to this PR. This is an

[GitHub] szha commented on a change in pull request #7352: add Sequential compatibility to rnn layers

2017-08-09 Thread git
szha commented on a change in pull request #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352#discussion_r132342977 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -487,6 +502,7 @@ class GRU(_RNNLayer):

[GitHub] thirdwing closed issue #6629: Not enough information to get shape

2017-08-09 Thread git
thirdwing closed issue #6629: Not enough information to get shape URL: https://github.com/apache/incubator-mxnet/issues/6629 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] zhreshold opened a new pull request #7404: Hotfix mx.image documents

2017-08-09 Thread git
zhreshold opened a new pull request #7404: Hotfix mx.image documents URL: https://github.com/apache/incubator-mxnet/pull/7404 Fix wrong doc descriptions in image package This is an automated message from the Apache Git

[GitHub] piiswrong opened a new pull request #7403: Add autograd function

2017-08-09 Thread git
piiswrong opened a new pull request #7403: Add autograd function URL: https://github.com/apache/incubator-mxnet/pull/7403 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch master updated: remove dmlc/mxnet logo from readme (#7256)

2017-08-09 Thread muli
This is an automated email from the ASF dual-hosted git repository. muli 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 85ad649 remove dmlc/mxnet logo from

[GitHub] mli closed pull request #7256: remove dmlc/mxnet logo from readme

2017-08-09 Thread git
mli closed pull request #7256: remove dmlc/mxnet logo from readme URL: https://github.com/apache/incubator-mxnet/pull/7256 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] piiswrong closed pull request #7347: Tensorcore conv deconv support

2017-08-09 Thread git
piiswrong closed pull request #7347: Tensorcore conv deconv support URL: https://github.com/apache/incubator-mxnet/pull/7347 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet-site] branch asf-site updated (ea49a54 -> 2956248)

2017-08-09 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-site.git. from ea49a54 Merge pull request #3 from kevinthesun/AddDisclaimerto0.10 add 28d1b0a Fix new

[incubator-mxnet-site] 01/01: Merge pull request #4 from kevinthesun/AddDisclaimerto0.10

2017-08-09 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git commit 295624861196b4aa6da4f2e1ce6f149e277eb9c8 Merge: ea49a54 28d1b0a Author: lxn2

[GitHub] lxn2 closed pull request #4: Add disclaimer

2017-08-09 Thread git
lxn2 closed pull request #4: Add disclaimer URL: https://github.com/apache/incubator-mxnet-site/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] lxn2 commented on issue #7402: Add disclaimer and download link

2017-08-09 Thread git
lxn2 commented on issue #7402: Add disclaimer and download link URL: https://github.com/apache/incubator-mxnet/pull/7402#issuecomment-321407194 Please include this full disclaimer: http://incubator.apache.org/guides/branding.html#disclaimers

[GitHub] thirdwing commented on issue #6132: building R mxnet from source, R session get blocked after run 'make rpkg'

2017-08-09 Thread git
thirdwing commented on issue #6132: building R mxnet from source, R session get blocked after run 'make rpkg' URL: https://github.com/apache/incubator-mxnet/issues/6132#issuecomment-321407104 I am closing this since it has been inactive for a while. Feel free to reopen if necessary.

[GitHub] thirdwing commented on issue #5755: R version CUDA failure on Amazon ec2 (ubuntu14.04)

2017-08-09 Thread git
thirdwing commented on issue #5755: R version CUDA failure on Amazon ec2 (ubuntu14.04) URL: https://github.com/apache/incubator-mxnet/issues/5755#issuecomment-321401667 I am closing this since it has been inactive for quite a while. Feel free to reopen if necessary.

[GitHub] thirdwing commented on issue #3549: ubuntu mxnet install issue

2017-08-09 Thread git
thirdwing commented on issue #3549: ubuntu mxnet install issue URL: https://github.com/apache/incubator-mxnet/issues/3549#issuecomment-321401431 I am closing this since it has been inactive. Feel free to reopen if necessary.

[GitHub] thirdwing closed issue #3549: ubuntu mxnet install issue

2017-08-09 Thread git
thirdwing closed issue #3549: ubuntu mxnet install issue URL: https://github.com/apache/incubator-mxnet/issues/3549 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] thirdwing commented on issue #6629: Not enough information to get shape

2017-08-09 Thread git
thirdwing commented on issue #6629: Not enough information to get shape URL: https://github.com/apache/incubator-mxnet/issues/6629#issuecomment-321399282 With the latest version of mxnet from github, the code works well: ```r library(mxnet) train.x = matrix(data =

[GitHub] piiswrong commented on a change in pull request #7304: [WIP] gluon bce & ctc losses

2017-08-09 Thread git
piiswrong commented on a change in pull request #7304: [WIP] gluon bce & ctc losses URL: https://github.com/apache/incubator-mxnet/pull/7304#discussion_r132318239 ## File path: python/mxnet/gluon/loss.py ## @@ -148,13 +150,48 @@ def __init__(self, weight=None,

[GitHub] piiswrong commented on a change in pull request #7352: add Sequential compatibility to rnn layers

2017-08-09 Thread git
piiswrong commented on a change in pull request #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352#discussion_r132317845 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -286,6 +293,8 @@ class RNN(_RNNLayer):

[GitHub] piiswrong commented on a change in pull request #7352: add Sequential compatibility to rnn layers

2017-08-09 Thread git
piiswrong commented on a change in pull request #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352#discussion_r132316721 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -487,6 +502,7 @@ class GRU(_RNNLayer):

[GitHub] piiswrong commented on a change in pull request #7352: add Sequential compatibility to rnn layers

2017-08-09 Thread git
piiswrong commented on a change in pull request #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352#discussion_r132316721 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -487,6 +502,7 @@ class GRU(_RNNLayer):

[GitHub] LakeCarrot commented on issue #5285: train_cifar10.py not running

2017-08-09 Thread git
LakeCarrot commented on issue #5285: train_cifar10.py not running URL: https://github.com/apache/incubator-mxnet/issues/5285#issuecomment-321380917 @sampathchanda @chuckbasstan123 I believe it is because the batch size is too large and out of memory. Try to set the batch size to one

[GitHub] LakeCarrot commented on issue #5285: train_cifar10.py not running

2017-08-09 Thread git
LakeCarrot commented on issue #5285: train_cifar10.py not running URL: https://github.com/apache/incubator-mxnet/issues/5285#issuecomment-321380917 @sampathchanda @chuckbasstan123 I believe it is the batch size is too large and out of memory. Try to set the batch size to one at first,

[GitHub] thirdwing opened a new pull request #7401: [R][MISC] update Makefile/Jenkinsfile; use mx.ctx.default() in R test

2017-08-09 Thread git
thirdwing opened a new pull request #7401: [R][MISC] update Makefile/Jenkinsfile; use mx.ctx.default() in R test URL: https://github.com/apache/incubator-mxnet/pull/7401 This is an automated message from the Apache Git

[GitHub] piiswrong closed pull request #7357: [Perl] Bugfixes and sync with python symbolic code

2017-08-09 Thread git
piiswrong closed pull request #7357: [Perl] Bugfixes and sync with python symbolic code URL: https://github.com/apache/incubator-mxnet/pull/7357 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: fix [#7368] Caffe converter test fails, causing CI to halt for all PRs (#7381)

2017-08-09 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 a33ded7 fix [#7368] Caffe converter

[GitHub] piiswrong closed pull request #7381: fix [#7368] Caffe converter test fails, causing CI to halt for all PRs

2017-08-09 Thread git
piiswrong closed pull request #7381: fix [#7368] Caffe converter test fails, causing CI to halt for all PRs URL: https://github.com/apache/incubator-mxnet/pull/7381 This is an automated message from the Apache Git

[incubator-mxnet] branch master updated: Drafted documentation for autograd. (#7395)

2017-08-09 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 bd845aa Drafted documentation for

[GitHub] piiswrong closed pull request #7395: Drafted documentation for autograd.

2017-08-09 Thread git
piiswrong closed pull request #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-mxnet-site] 01/01: Merge pull request #2 from kevinthesun/asf-site

2017-08-09 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git commit 7e4d77679f438fb94716159e7ae52fadf5cc9a81 Merge: 727638a a7cb5f1 Author: lxn2

[GitHub] fhieber commented on a change in pull request #7395: Drafted documentation for autograd.

2017-08-09 Thread git
fhieber commented on a change in pull request #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#discussion_r132286027 ## File path: docs/api/python/autograd.md ## @@ -9,6 +9,64 @@ .. warning:: This package is currently

[GitHub] fhieber commented on a change in pull request #7395: Drafted documentation for autograd.

2017-08-09 Thread git
fhieber commented on a change in pull request #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#discussion_r132285955 ## File path: docs/api/python/autograd.md ## @@ -9,6 +9,64 @@ .. warning:: This package is currently

[GitHub] fhieber commented on a change in pull request #7395: Drafted documentation for autograd.

2017-08-09 Thread git
fhieber commented on a change in pull request #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#discussion_r132285787 ## File path: docs/api/python/autograd.md ## @@ -9,6 +9,64 @@ .. warning:: This package is currently

[GitHub] kurt-o-sys commented on issue #7349: time series delay output mxnet

2017-08-09 Thread git
kurt-o-sys commented on issue #7349: time series delay output mxnet URL: https://github.com/apache/incubator-mxnet/issues/7349#issuecomment-321361000 Oh yeah, this may be important: I'm defining the model separately from the training data: ``` input <- mx.symbol.Variable("data")

[GitHub] haimeh commented on issue #6629: Not enough information to get shape

2017-08-09 Thread git
haimeh commented on issue #6629: Not enough information to get shape URL: https://github.com/apache/incubator-mxnet/issues/6629#issuecomment-321357117 @thirdwing @nnguyen24 If you replace the train.x and train.y array with: ``` # Generate testing data train.x =

[GitHub] szha commented on issue #7395: Drafted documentation for autograd.

2017-08-09 Thread git
szha commented on issue #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#issuecomment-321351310 Looks good to me. @piiswrong ? This is an automated message from the Apache

[incubator-mxnet] branch sparse updated: Extending the GPU dot operator (#7226)

2017-08-09 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 0c1e53e Extending the GPU dot operator

[GitHub] piiswrong closed pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
piiswrong closed pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] kmichaelkills opened a new issue #7400: When does kWriteInplace happen?

2017-08-09 Thread git
kmichaelkills opened a new issue #7400: When does kWriteInplace happen? URL: https://github.com/apache/incubator-mxnet/issues/7400 I am trying to make an OP that do inplace in imperative mode. For instance: ```python a = mx.nd.zeros([1]) b = mx.nd.Add1(a) assert

[GitHub] stefanhenneking commented on issue #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on issue #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#issuecomment-321337167 thanks for reviewing, @reminisce, @eric-haibin-lin, @anirudh2290. This

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132262452 ## File path: src/operator/tensor/dot-inl.h ## @@ -187,8 +187,8 @@ inline bool

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132260731 ## File path: src/operator/tensor/dot-inl.h ## @@ -616,28 +677,27 @@ inline void

[GitHub] craftit closed pull request #7399: Remove inline keyword from methods we want to generate code for.

2017-08-09 Thread git
craftit closed pull request #7399: Remove inline keyword from methods we want to generate code for. URL: https://github.com/apache/incubator-mxnet/pull/7399 This is an automated message from the Apache Git Service. To

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132255546 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils

[GitHub] stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
stefanhenneking commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132255400 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils

[GitHub] piiswrong commented on a change in pull request #7347: Tensorcore conv deconv support

2017-08-09 Thread git
piiswrong commented on a change in pull request #7347: Tensorcore conv deconv support URL: https://github.com/apache/incubator-mxnet/pull/7347#discussion_r132253228 ## File path: src/operator/cudnn_algoreg-inl.h ## @@ -40,12 +65,17 @@ class CuDNNAlgoReg { oss <<

[GitHub] craftit commented on issue #7399: Remove inline keyword from methods we want to generate code for.

2017-08-09 Thread git
craftit commented on issue #7399: Remove inline keyword from methods we want to generate code for. URL: https://github.com/apache/incubator-mxnet/pull/7399#issuecomment-321324943 Essentially the hpp files could be renamed .cpp files. To use this library I just include all the .hpp header

[GitHub] reminisce commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
reminisce commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132054842 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils import *

[GitHub] piiswrong commented on issue #7399: Remove inline keyword from methods we want to generate code for.

2017-08-09 Thread git
piiswrong commented on issue #7399: Remove inline keyword from methods we want to generate code for. URL: https://github.com/apache/incubator-mxnet/pull/7399#issuecomment-321322573 I doubt this will compile without the inline. This will cause multiple definitions. @lx75249 Why are

[GitHub] craftit opened a new pull request #7399: Remove inline keyword from methods we want to generate code for.

2017-08-09 Thread git
craftit opened a new pull request #7399: Remove inline keyword from methods we want to generate code for. URL: https://github.com/apache/incubator-mxnet/pull/7399 When linking to a larger c++ project we want to generate code for all the methods in the .hpp files, the inline keyword

[GitHub] szha commented on a change in pull request #7395: Drafted documentation for autograd.

2017-08-09 Thread git
szha commented on a change in pull request #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#discussion_r132245300 ## File path: docs/api/python/autograd.md ## @@ -9,6 +9,78 @@ .. warning:: This package is currently

[GitHub] szha commented on a change in pull request #7395: Drafted documentation for autograd.

2017-08-09 Thread git
szha commented on a change in pull request #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#discussion_r132244948 ## File path: docs/api/python/autograd.md ## @@ -9,6 +9,78 @@ .. warning:: This package is currently

[GitHub] eric-haibin-lin commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
eric-haibin-lin commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132243679 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils

[GitHub] terrychenism commented on issue #6682: pre-trained resnext model doesn't work

2017-08-09 Thread git
terrychenism commented on issue #6682: pre-trained resnext model doesn't work URL: https://github.com/apache/incubator-mxnet/issues/6682#issuecomment-321293399 @coolbrain Yes, we can reproduce resnext-101 result 78.8 using imageiter and fb-style augmentation

[GitHub] githubfragments commented on issue #6991: I used pip and anaconda2 to install MXNet, and now how can I install torch plugin?

2017-08-09 Thread git
githubfragments commented on issue #6991: I used pip and anaconda2 to install MXNet, and now how can I install torch plugin? URL: https://github.com/apache/incubator-mxnet/issues/6991#issuecomment-321287695 Do you successfully use torch for Mxnet?

[GitHub] githubfragments commented on issue #4851: error: ISO C++ forbids comparison between pointer and integer

2017-08-09 Thread git
githubfragments commented on issue #4851: error: ISO C++ forbids comparison between pointer and integer URL: https://github.com/apache/incubator-mxnet/issues/4851#issuecomment-321285856 Is there any versions of Torch we can use? @piiswrong

[GitHub] coolbrain commented on issue #6682: pre-trained resnext model doesn't work

2017-08-09 Thread git
coolbrain commented on issue #6682: pre-trained resnext model doesn't work URL: https://github.com/apache/incubator-mxnet/issues/6682#issuecomment-321281288 @terrychenism I trained the resnext model according to the training log you shared. You first use 480 shorter side of image to

[GitHub] pras1406 commented on issue #7397: OSError: /home/c244728_lx/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot

2017-08-09 Thread git
pras1406 commented on issue #7397: OSError: /home/c244728_lx/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot URL: https://github.com/apache/incubator-mxnet/issues/7397#issuecomment-321279681 Tried to buld OpenBLAS with DYNAMIC_ARCH=1 NO_AVX2=1 and then again

[GitHub] pras1406 commented on issue #7397: OSError: /home/c244728_lx/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot

2017-08-09 Thread git
pras1406 commented on issue #7397: OSError: /home/c244728_lx/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot URL: https://github.com/apache/incubator-mxnet/issues/7397#issuecomment-321279681 Tried to build OpenBLAS with DYNAMIC_ARCH=1 NO_AVX2=1 and then again

[GitHub] kimtang commented on issue #7389: [R] im2rec in R. close #7273

2017-08-09 Thread git
kimtang commented on issue #7389: [R] im2rec in R. close #7273 URL: https://github.com/apache/incubator-mxnet/pull/7389#issuecomment-321277099 Nice to see im2rec in R. I am just curious how long does it take for you to export the im2rec function to R? Kim

[GitHub] austingg commented on issue #7393: add depthwise convolution's gpu version optimization

2017-08-09 Thread git
austingg commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-321261481 @solin319 , it is said grouped conv in cudnn v7 is not efficient when used in depthwise conv, where the group num ==

[GitHub] melody-rain commented on issue #5475: Difference between ImageIter and ImageRecordIter

2017-08-09 Thread git
melody-rain commented on issue #5475: Difference between ImageIter and ImageRecordIter URL: https://github.com/apache/incubator-mxnet/issues/5475#issuecomment-321249223 I got the similar issue. Have you found any clues?

[GitHub] idealboy commented on issue #7396: importerror: no module named Union

2017-08-09 Thread git
idealboy commented on issue #7396: importerror: no module named Union URL: https://github.com/apache/incubator-mxnet/issues/7396#issuecomment-321223491 Exception in thread Thread-4: Traceback (most recent call last): File "/data/anaconda/lib/python2.7/threading.py", line 810, in

[GitHub] pras1406 opened a new issue #7397: OSError: /home/c244728_lx/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot

2017-08-09 Thread git
pras1406 opened a new issue #7397: OSError: /home/c244728_lx/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot URL: https://github.com/apache/incubator-mxnet/issues/7397 For bugs or installation issues, please provide the following information. The more

[GitHub] BenLag2906 commented on issue #7362: import mxnet errors

2017-08-09 Thread git
BenLag2906 commented on issue #7362: import mxnet errors URL: https://github.com/apache/incubator-mxnet/issues/7362#issuecomment-321210552 Hi, I have the same problem when i try to import package under python : Python 2.7.13

[GitHub] crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization

2017-08-09 Thread git
crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#discussion_r132136675 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + *

[GitHub] crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization

2017-08-09 Thread git
crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#discussion_r132129057 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + *

[GitHub] solin319 commented on issue #7393: add depthwise convolution's gpu version optimization

2017-08-09 Thread git
solin319 commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-321196633 @piiswrong When will mxnet support cudnn-v7? Grouped Convolutions was included in this version.

[GitHub] crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization

2017-08-09 Thread git
crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#discussion_r132126568 ## File path: src/common/cuda_utils.h ## @@ -175,6 +185,18 @@ inline const char*

[GitHub] idealboy opened a new issue #7396: importerror: no module named Union

2017-08-09 Thread git
idealboy opened a new issue #7396: importerror: no module named Union URL: https://github.com/apache/incubator-mxnet/issues/7396 For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will be able to help you.

[GitHub] nejyeah commented on issue #7394: Cannot find custom operator type BoxAnnotatorOHEM

2017-08-09 Thread git
nejyeah commented on issue #7394: Cannot find custom operator type BoxAnnotatorOHEM URL: https://github.com/apache/incubator-mxnet/issues/7394#issuecomment-321186621 My mistake!! Forget to include the "BoxAnnotatorOHEM" file

[GitHub] nejyeah closed issue #7394: Cannot find custom operator type BoxAnnotatorOHEM

2017-08-09 Thread git
nejyeah closed issue #7394: Cannot find custom operator type BoxAnnotatorOHEM URL: https://github.com/apache/incubator-mxnet/issues/7394 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] coolbrain commented on issue #6999: bgr or rgb input to vgg16?

2017-08-09 Thread git
coolbrain commented on issue #6999: bgr or rgb input to vgg16? URL: https://github.com/apache/incubator-mxnet/issues/6999#issuecomment-321173914 I had confirmed that VGG16 pre-trained model is directly converted from caffe model. In mxnet, the input channel of image is RGB, but BGR in

[GitHub] thirdwing closed pull request #7389: [R] im2rec in R. close #7273

2017-08-09 Thread git
thirdwing closed pull request #7389: [R] im2rec in R. close #7273 URL: https://github.com/apache/incubator-mxnet/pull/7389 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] thirdwing closed issue #7273: [R] call im2rec in R

2017-08-09 Thread git
thirdwing closed 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 and use

[incubator-mxnet] branch master updated: [R] im2rec in R. close #7273 (#7389)

2017-08-09 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 89e3ee3 [R] im2rec in R. close #7273

[GitHub] reminisce commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
reminisce commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132054939 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils import *

[GitHub] reminisce commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
reminisce commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132054842 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils import *

[GitHub] reminisce commented on a change in pull request #7226: Extending the GPU dot operator

2017-08-09 Thread git
reminisce commented on a change in pull request #7226: Extending the GPU dot operator URL: https://github.com/apache/incubator-mxnet/pull/7226#discussion_r132052984 ## File path: benchmark/python/dot.py ## @@ -0,0 +1,265 @@ +import ctypes + +from mxnet.test_utils import *

[GitHub] crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization

2017-08-09 Thread git
crazy-cat commented on a change in pull request #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#discussion_r132099020 ## File path: tests/python/unittest/test_operator.py ## @@ -955,6 +955,40 @@ def