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

2017-08-10 Thread git
thirdwing closed issue #7364: MxnetR chunk-wise neural nets URL: https://github.com/apache/incubator-mxnet/issues/7364 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] zhaoningning commented on issue #7414: why rnn train speed is not stable,sometims very slow?

2017-08-10 Thread git
zhaoningning commented on issue #7414: why rnn train speed is not stable,sometims very slow? URL: https://github.com/apache/incubator-mxnet/issues/7414#issuecomment-321734980 I used mxnet.callback.Speedometer, so yes, I think 30 samples/sec is the mean speed for a batch,and I fixed the

[GitHub] akturtle commented on issue #7281: Gradient function not returning enough gradient

2017-08-10 Thread git
akturtle commented on issue #7281: Gradient function not returning enough gradient URL: https://github.com/apache/incubator-mxnet/issues/7281#issuecomment-321734174 @eldercrow Do you use some custom layers? This is an

[GitHub] szha commented on issue #7408: How to do a sobel operation in symbol layer

2017-08-10 Thread git
szha commented on issue #7408: How to do a sobel operation in symbol layer URL: https://github.com/apache/incubator-mxnet/issues/7408#issuecomment-321460822 Something like this? The example is in ndarray but you can pass the kernel values in through `sym.var`. ``` from mxnet import

[GitHub] srikris opened a new pull request #7413: Initial commit of an MXNet converter.

2017-08-10 Thread git
srikris opened a new pull request #7413: Initial commit of an MXNet converter. URL: https://github.com/apache/incubator-mxnet/pull/7413 - Working with @hyandell and @pracheer on MXNet converter. This is an automated message

[GitHub] zhaoningning opened a new issue #7414: why rnn train speed is not stable,sometims very slow?

2017-08-10 Thread git
zhaoningning opened a new issue #7414: why rnn train speed is not stable,sometims very slow? URL: https://github.com/apache/incubator-mxnet/issues/7414 hi, recently i train a cnn+rnn model for ocr, but during the training process, i found that the training speed is not stable,

[GitHub] train-test-laura commented on issue #7364: MxnetR chunk-wise neural nets

2017-08-10 Thread git
train-test-laura commented on issue #7364: MxnetR chunk-wise neural nets URL: https://github.com/apache/incubator-mxnet/issues/7364#issuecomment-321505488 Hi Thirdwind, thank you very much - this seems to be exactly what I was looking for. That is easier than I expected it to be -

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

2017-08-10 Thread git
n1kt0 commented on issue #4851: error: ISO C++ forbids comparison between pointer and integer URL: https://github.com/apache/incubator-mxnet/issues/4851#issuecomment-321500185 I've switched in the mean time to tensorflow and keras because i had to do my thesis and didn't have any more

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

2017-08-10 Thread git
thirdwing commented on issue #6629: Not enough information to get shape URL: https://github.com/apache/incubator-mxnet/issues/6629#issuecomment-321618518 @haimeh Thank you for pointing out this. I will look into it.

[GitHub] piiswrong closed pull request #7352: add Sequential compatibility to rnn layers

2017-08-10 Thread git
piiswrong closed pull request #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] piiswrong commented on a change in pull request #7345: add std_rgba to normalize options

2017-08-10 Thread git
piiswrong commented on a change in pull request #7345: add std_rgba to normalize options URL: https://github.com/apache/incubator-mxnet/pull/7345#discussion_r132511274 ## File path: src/io/iter_normalize.h ## @@ -129,33 +129,58 @@ class ImageNormalizeIter : public

[incubator-mxnet] branch sparse deleted (was e35df52)

2017-08-10 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a change to branch sparse in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was e35df52 Squash of haibin/sparse branch into apache/sparse This change permanently discards the

[GitHub] lxn2 opened a new pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
lxn2 opened a new pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418 This PR enables Apache Rat to run as part of the sanity check. It also includes the .rat-excludes file which will make Rat ignore files/folders that

[GitHub] smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132564018 ## File path: cpp-package/example/charRNN.cpp ## @@ -1,3 +1,22 @@ +/* + * Licensed to the

[GitHub] smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132564377 ## File path: docs/_static/mxnet-theme/footer.html ## @@ -1,5 +1,24 @@ + + - ? 2015-2017

[incubator-mxnet] branch master updated: Add disclaimer and download link (#7402)

2017-08-10 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 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 aed297a Add disclaimer and download

[GitHub] lxn2 closed pull request #7402: Add disclaimer and download link

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

[GitHub] lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132567183 ## File path: cpp-package/example/feature_extract/prepare_data_with_opencv.cpp ## @@ -1,3 +1,22 @@

[GitHub] piiswrong commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
piiswrong commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132569729 ## File path: amalgamation/jni/org/dmlc/mxnet/MxnetException.java ## @@ -1,5 +1,25 @@

[GitHub] smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132571023 ## File path: cpp-package/example/feature_extract/prepare_data_with_opencv.cpp ## @@ -1,3 +1,22

[GitHub] smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132571276 ## File path: cpp-package/example/charRNN.cpp ## @@ -1,3 +1,22 @@ +/* + * Licensed to the

[GitHub] lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132573886 ## File path: amalgamation/jni/org/dmlc/mxnet/MxnetException.java ## @@ -1,5 +1,25 @@ package

[GitHub] lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132574261 ## File path: cpp-package/example/feature_extract/prepare_data_with_opencv.cpp ## @@ -1,3 +1,22 @@

[GitHub] lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
lxn2 commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132574958 ## File path: amalgamation/jni/org/dmlc/mxnet/MxnetException.java ## @@ -1,5 +1,25 @@ package

[GitHub] Lyken17 commented on issue #7376: MXbox -- a simple and flexible vision toolbox for mxnet framework.

2017-08-10 Thread git
Lyken17 commented on issue #7376: MXbox -- a simple and flexible vision toolbox for mxnet framework. URL: https://github.com/apache/incubator-mxnet/issues/7376#issuecomment-321681785 @szha Gluon's documentation seems to be under construction. Could u show some examples of `mx.symbol`?

[GitHub] kevinthesun opened a new pull request #7419: Add resnet50_v2, resnet101_V2 and resnet152_v2 gluon pre-trained model

2017-08-10 Thread git
kevinthesun opened a new pull request #7419: Add resnet50_v2, resnet101_V2 and resnet152_v2 gluon pre-trained model URL: https://github.com/apache/incubator-mxnet/pull/7419 @szha This is an automated message from the

[GitHub] Lyken17 commented on issue #7376: MXbox -- a simple and flexible vision toolbox for mxnet framework.

2017-08-10 Thread git
Lyken17 commented on issue #7376: MXbox -- a simple and flexible vision toolbox for mxnet framework. URL: https://github.com/apache/incubator-mxnet/issues/7376#issuecomment-321681785 @szha Gluon's documentation seems to be under construction. Could u show some examples of `mx.symbol`?

[incubator-mxnet-site] branch asf-site updated: Remove copyright

2017-08-10 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 The following commit(s) were added to refs/heads/asf-site by this push: new 46142fd Remove copyright

[GitHub] smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
smarthi commented on a change in pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#discussion_r132581823 ## File path: cpp-package/example/feature_extract/prepare_data_with_opencv.cpp ## @@ -1,3 +1,22

[GitHub] piiswrong commented on issue #7417: Update mxnet in maven timely?

2017-08-10 Thread git
piiswrong commented on issue #7417: Update mxnet in maven timely? URL: https://github.com/apache/incubator-mxnet/issues/7417#issuecomment-321688945 @javelinjs Let's release static build on maven? This is an automated

[incubator-mxnet] branch master updated: Initial commit of an MXNet converter. (#7413)

2017-08-10 Thread madjam
This is an automated email from the ASF dual-hosted git repository. madjam 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 1a3faa6 Initial commit of an MXNet

[GitHub] madjam closed pull request #7413: Initial commit of an MXNet converter.

2017-08-10 Thread git
madjam closed pull request #7413: Initial commit of an MXNet converter. URL: https://github.com/apache/incubator-mxnet/pull/7413 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] sergeykolychev commented on issue #7334: cannot use ImageIter in Perl package

2017-08-10 Thread git
sergeykolychev commented on issue #7334: cannot use ImageIter in Perl package URL: https://github.com/apache/incubator-mxnet/issues/7334#issuecomment-321690309 @dokechin the changes to Image.pm were merged to master branch.

[GitHub] mli commented on issue #7418: Enable Apache Rat + add more license headers

2017-08-10 Thread git
mli commented on issue #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418#issuecomment-321700025 why add a new `tools/license_header.sh`. there is already a python version, which is able to remove ` Copyright (c) 2016 by

[GitHub] maxenceliu opened a new issue #7417: Update mxnet in maven timely?

2017-08-10 Thread git
maxenceliu opened a new issue #7417: Update mxnet in maven timely? URL: https://github.com/apache/incubator-mxnet/issues/7417 in the maven repository, the mxnet version is much delayed. Furmore, it depends on opencv, in which the case our server doesn't need opencv.

[incubator-mxnet] branch master updated: Hotfix mx.image documents (#7404)

2017-08-10 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 59d7170 Hotfix mx.image documents

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

2017-08-10 Thread git
haimeh commented on issue #6629: Not enough information to get shape URL: https://github.com/apache/incubator-mxnet/issues/6629#issuecomment-321613657 Also, a mistake one might make, so for reference I am adding it here. The shape inference may not always work with a chained composition

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

2017-08-10 Thread git
piiswrong commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-321722267 @crazy-cat Still not compiling on windows:

[GitHub] regzhuce commented on issue #7375: Can I set instance weight when training?

2017-08-10 Thread git
regzhuce commented on issue #7375: Can I set instance weight when training? URL: https://github.com/apache/incubator-mxnet/issues/7375#issuecomment-321723588 @thirdwing Thanks Any proposals for my problem? This is an

[GitHub] ysh329 commented on issue #7424: train_mnist.py failed: TypeError: __init__() got an unexpected keyword argument 'multi_precision'

2017-08-10 Thread git
ysh329 commented on issue #7424: train_mnist.py failed: TypeError: __init__() got an unexpected keyword argument 'multi_precision' URL: https://github.com/apache/incubator-mxnet/issues/7424#issuecomment-321723869 @ptrendx @mli @howard0su After I comment this line below about

[GitHub] DickJC123 opened a new pull request #7425: Tensorcore fullyconnected support

2017-08-10 Thread git
DickJC123 opened a new pull request #7425: Tensorcore fullyconnected support URL: https://github.com/apache/incubator-mxnet/pull/7425 Adds TensorCore algo support to the FullyConnected operator for users with NVIDIA Volta / cuda9 / cudnn7. On by default, this can be disabled through an

[GitHub] ysh329 commented on a change in pull request #7363: Add tensorboard configure into ./common/fit.py and ./train_mnist.py

2017-08-10 Thread git
ysh329 commented on a change in pull request #7363: Add tensorboard configure into ./common/fit.py and ./train_mnist.py URL: https://github.com/apache/incubator-mxnet/pull/7363#discussion_r132612116 ## File path: example/image-classification/common/fit.py ## @@ -168,10

[GitHub] EsraaRagaa opened a new issue #7422: Data provided by data_shapes don't match names specified by data_names

2017-08-10 Thread git
EsraaRagaa opened a new issue #7422: Data provided by data_shapes don't match names specified by data_names URL: https://github.com/apache/incubator-mxnet/issues/7422 I am trying to train my data with mxnet, the data are 20x20 images I put my data in a csv files in the form: label,

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

2017-08-10 Thread git
chinakook commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-321719808 Nice work, It's a good feature for mobilenet! This is

[GitHub] ysh329 opened a new issue #7424: train_mnist.py failed: TypeError: __init__() got an unexpected keyword argument 'multi_precision'

2017-08-10 Thread git
ysh329 opened a new issue #7424: train_mnist.py failed: TypeError: __init__() got an unexpected keyword argument 'multi_precision' URL: https://github.com/apache/incubator-mxnet/issues/7424 Release 0.10.0 is okay. However, Current master branch (git clone --recursive

[GitHub] EsraaRagaa opened a new issue #7420: How to pass CSVIter (images flatten in .csv file) to MXNet ?

2017-08-10 Thread git
EsraaRagaa opened a new issue #7420: How to pass CSVIter (images flatten in .csv file) to MXNet ? URL: https://github.com/apache/incubator-mxnet/issues/7420 # Hello, I am trying to train my data with mxnet, the data are 20x20 images I put my data in a csv files in the form:

[GitHub] rahul003 opened a new pull request #7421: Resolve more compile warnings

2017-08-10 Thread git
rahul003 opened a new pull request #7421: Resolve more compile warnings URL: https://github.com/apache/incubator-mxnet/pull/7421 All sign compare warnings. Warnings in fIrst two files showed up on GPU and the last file is a test file which had sign compare warnings. All of these

[GitHub] larroy opened a new pull request #7416: update submoules with android fixes

2017-08-10 Thread git
larroy opened a new pull request #7416: update submoules with android fixes URL: https://github.com/apache/incubator-mxnet/pull/7416 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] idealboy commented on issue #5452: When executing "train_mnist.py" with two machines, no response returns

2017-08-10 Thread git
idealboy commented on issue #5452: When executing "train_mnist.py" with two machines, no response returns URL: https://github.com/apache/incubator-mxnet/issues/5452#issuecomment-321508451 it is probably because of the firewall in the machine, try to close it.

[GitHub] eric-haibin-lin commented on issue #7414: why rnn train speed is not stable,sometims very slow?

2017-08-10 Thread git
eric-haibin-lin commented on issue #7414: why rnn train speed is not stable,sometims very slow? URL: https://github.com/apache/incubator-mxnet/issues/7414#issuecomment-321729637 Is 30 samples/sec the speed for a batch? Do you have variable sequence length?

[GitHub] thirdwing commented on issue #7375: Can I set instance weight when training?

2017-08-10 Thread git
thirdwing commented on issue #7375: Can I set instance weight when training? URL: https://github.com/apache/incubator-mxnet/issues/7375#issuecomment-321731082 Can you give more details on what you mean by "set instance weight"? I am sorry that I don't understand your problem.