[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 caff

[GitHub] nejyeah opened a new issue #7394: Cannot find custom operator type BoxAnnotatorOHEM

2017-08-09 Thread git
nejyeah opened a new issue #7394: Cannot find custom operator type BoxAnnotatorOHEM URL: https://github.com/apache/incubator-mxnet/issues/7394 Hi, I am running MXNet in the latest Docker image with GPU versions. I have copied the custom defined operator "BoxAnnotatorOHEM" from "https://

[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, pl

[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] zackchase opened a new pull request #7395: Drafted documentation for autograd.

2017-08-09 Thread git
zackchase opened a new pull request #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395 It's a little verbose and I can pare down but given the bare state of the page I think it's a big improvement over the status quo. Pinging @piiswr

[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] 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-321191407 When I run with dist-syn, the error occurs in one machine, the machine's operating system is centos 6.4 with gcc-4.8.5, and the python pac

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

2017-08-09 Thread git
solin319 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_r132122354 ## File path: src/common/cuda_utils.h ## @@ -175,6 +185,18 @@ inline const char* Curand

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

2017-08-09 Thread git
solin319 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_r132124971 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + * Lic

[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* Curan

[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_r132129057 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + * Li

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

2017-08-09 Thread git
solin319 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_r132133186 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + * Lic

[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 @@ +/* + * Li

[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_r132137605 ## File path: src/operator/depthwise_convolution-inl.h ## @@ -0,0 +1,346 @@ +/* + * Li

[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 (v2.7.13:a06454

[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 inform

[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] melody-rain opened a new issue #7398: inconsistent results when infering

2017-08-09 Thread git
melody-rain opened a new issue #7398: inconsistent results when infering URL: https://github.com/apache/incubator-mxnet/issues/7398 I trained a model with VGG16 on a dataset with accuracy of 96% on the validation set. However when I infer with the model I trained on the same validation set

[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? Th

[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 == input

[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] 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] 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] 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 trai

[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] 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] 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 (https://github.com/apache/inc

[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-321313876 This is the output when "export PS_VERBOSE=2" [00:38:29] src/van.cc:161: ? => 1. Meta: request=0, timesta

[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 imp

[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_r132244597 ## File path: docs/api/python/autograd.md ## @@ -9,6 +9,78 @@ .. warning:: This package is currently exper

[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 exper

[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 exper

[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 prevent

[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 d

[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] lx75249 commented on issue #7399: Remove inline keyword from methods we want to generate code for.

2017-08-09 Thread git
lx75249 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-321323861 @piiswrong It was intended to be a header-only lightweight package. @craftit If we want to reuse the gene

[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-321324357 The definitions are in the .hpp, the normal head files have extension .hh the files are kept separate to avoid

[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] 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 << "cudn

[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-321328363 @lx75249 Ahh I see what you mean, existing code will just include MxNetCpp.h everywhere. In that case this patc

[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 imp

[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 imp

[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 respo

[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_r132257590 ## File path: src/operator/tensor/dot-inl.cuh ## @@ -199,37 +316,203 @@ struct DotCsrTransDnsDnsThread

[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_r132258817 ## File path: src/operator/tensor/dot-inl.h ## @@ -187,8 +187,8 @@ inline bool DotForwardInferStorageT

[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_r132260721 ## File path: src/operator/tensor/dot-inl.h ## @@ -484,27 +534,26 @@ inline void DotCsrDnsRspImpl(msha

[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 DotCsrRspRspImpl(msha

[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_r132261720 ## File path: src/operator/tensor/dot-inl.h ## @@ -187,8 +187,8 @@ inline bool DotForwardInferStorageType(co

[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 DotForwardInferStorageT

[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 i

[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 a.asn

[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

[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] zackchase commented on issue #7395: Drafted documentation for autograd.

2017-08-09 Thread git
zackchase commented on issue #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#issuecomment-321350992 Hi @szha, can you check the revised version? This is an automated messag

[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 G

[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 = matrix(data

[GitHub] sergeykolychev commented on issue #7357: [Perl] Bugfixes and sync with python symbolic code

2017-08-09 Thread git
sergeykolychev commented on issue #7357: [Perl] Bugfixes and sync with python symbolic code URL: https://github.com/apache/incubator-mxnet/pull/7357#issuecomment-321359641 @piiswrong could you please merge this pull, it has passed all tests and the code has no conflicts.

[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 = matrix(data

[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] 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 ex

[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 ex

[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 ex

[incubator-mxnet-site] branch asf-site updated (727638a -> 7e4d776)

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 727638a Nightly build add c9cae57 Fix localhost add de06c83 Fix add a7cb5f1 Rollback

[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 AuthorDate: Wed Aug 9 12:52:3

[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 l

[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 autogr

[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 Service.

[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 test

[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 me

[incubator-mxnet] branch master updated: 1) Fixes for ImageIter (#7357)

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 f674bc4 1) Fixes for ImageIter (#7357) f

[GitHub] piiswrong commented on issue #7374: fix consistency of cpu/gpu in stn

2017-08-09 Thread git
piiswrong commented on issue #7374: fix consistency of cpu/gpu in stn URL: https://github.com/apache/incubator-mxnet/pull/7374#issuecomment-321370298 Any updates? This is an automated message from the Apache Git Service. To r

[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 Serv

[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 I believe it is the batch size is too large and out of memory. Try to set the batch size to one at first, and see whether it can work or not.

[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] 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 at

[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] 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_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 #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, batch_axis=0

[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 = rexp(200,

[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 an

[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 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 closed issue #5755: R version CUDA failure on Amazon ec2 (ubuntu14.04)

2017-08-09 Thread git
thirdwing closed issue #5755: R version CUDA failure on Amazon ec2 (ubuntu14.04) URL: https://github.com/apache/incubator-mxnet/issues/5755 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] kevinthesun opened a new pull request #7402: Add disclaimer and download link

2017-08-09 Thread git
kevinthesun opened a new pull request #7402: Add disclaimer and download link URL: https://github.com/apache/incubator-mxnet/pull/7402 Merge after this PR: https://github.com/dmlc/web-data/pull/24 This is an automated message

[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-321404805 lgtm This is an automated message from the Apache Git Service. To respond to the

[GitHub] kevinthesun opened a new pull request #3: Add disclaimer to 0.10

2017-08-09 Thread git
kevinthesun opened a new pull request #3: Add disclaimer to 0.10 URL: https://github.com/apache/incubator-mxnet-site/pull/3 Merge after https://github.com/dmlc/web-data/pull/24 This is an automated message from the Apache Git

[incubator-mxnet-site] 01/01: Merge pull request #3 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 ea49a54ee380136ce51d167cb3cc946bee880f71 Merge: 7e4d776 22a99c9 Author: lxn2 AuthorDate: Wed Aug 9 16:09:3

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

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 7e4d776 Merge pull request #2 from kevinthesun/asf-site add 22a99c9 Add disclaimer to 0.10

[GitHub] lxn2 closed pull request #3: Add disclaimer to 0.10

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

[GitHub] thirdwing commented on issue #7364: MxnetR chunk-wise neural nets

2017-08-09 Thread git
thirdwing commented on issue #7364: MxnetR chunk-wise neural nets URL: https://github.com/apache/incubator-mxnet/issues/7364#issuecomment-321406878 @train-test-laura If you are using the same model over different chunks of data, you can do something similar to below: ```r data(Bo

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

2017-08-09 Thread git
thirdwing closed issue #6132: building R mxnet from source, R session get blocked after run 'make rpkg' URL: https://github.com/apache/incubator-mxnet/issues/6132 This is an automated message from the Apache Git Service. To

[GitHub] thirdwing closed issue #3462: R CMD INSTALL mxnet_0.7.tar.gz cannot run successfully

2017-08-09 Thread git
thirdwing closed issue #3462: R CMD INSTALL mxnet_0.7.tar.gz cannot run successfully URL: https://github.com/apache/incubator-mxnet/issues/3462 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] thirdwing commented on issue #3462: R CMD INSTALL mxnet_0.7.tar.gz cannot run successfully

2017-08-09 Thread git
thirdwing commented on issue #3462: R CMD INSTALL mxnet_0.7.tar.gz cannot run successfully URL: https://github.com/apache/incubator-mxnet/issues/3462#issuecomment-321407134 I am closing this since it has been inactive for a while. Feel free to reopen if necessary. --

[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] 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] kevinthesun opened a new pull request #4: Add disclaimer

2017-08-09 Thread git
kevinthesun opened a new 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 an

[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 URL

  1   2   >