[GitHub] piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135974341 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -1357,6 +1357,28 @@ def

[GitHub] piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135974341 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -1357,6 +1357,28 @@ def

[GitHub] piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135973923 ## File path: src/operator/contrib/ctc_loss-inl.h ## @@ -402,19 +395,18 @@ class CTCLossOp : public

[GitHub] szha commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
szha commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135972464 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -1357,6 +1357,28 @@ def

[GitHub] szha commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
szha commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135972464 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -1357,6 +1357,28 @@ def

[GitHub] szha commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
szha commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135972464 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -1357,6 +1357,28 @@ def

[GitHub] szha commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
szha commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135972545 ## File path: src/operator/contrib/ctc_loss-inl.h ## @@ -402,19 +395,18 @@ class CTCLossOp : public

[GitHub] szha commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
szha commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135972464 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -1357,6 +1357,28 @@ def

[GitHub] hen opened a new issue #22: Logo is not hosted on Apache site

2017-08-29 Thread git
hen opened a new issue #22: Logo is not hosted on Apache site URL: https://github.com/apache/incubator-mxnet-site/issues/22 The logo doesn't display for me (because I block cross-site calls). This is because it's coming from the old mxnet.io website. We should move that file over to this

[GitHub] piiswrong commented on issue #7613: 1x1 convolution acceleration

2017-08-29 Thread git
piiswrong commented on issue #7613: 1x1 convolution acceleration URL: https://github.com/apache/incubator-mxnet/pull/7613#issuecomment-325884590 use ``` git fetch upstream git rebase upstream/master ``` to rebase to master.

[GitHub] hen opened a new issue #21: README.html is weird

2017-08-29 Thread git
hen opened a new issue #21: README.html is weird URL: https://github.com/apache/incubator-mxnet-site/issues/21 For GitHub, the README.html is weird as it tries to display. Converting it to a README.md seems like it might be a good idea, so one can read it on GitHub.

[GitHub] hen opened a new issue #20: DOAP file

2017-08-29 Thread git
hen opened a new issue #20: DOAP file URL: https://github.com/apache/incubator-mxnet-site/issues/20 Per https://www.apache.org/foundation/marks/pmcs#metadata we should create a DOAP file. This is an automated message from

[GitHub] hen opened a new issue #19: TM in logo

2017-08-29 Thread git
hen opened a new issue #19: TM in logo URL: https://github.com/apache/incubator-mxnet-site/issues/19 Per https://www.apache.org/foundation/marks/pmcs#graphics the MXNet logo should contain a TM. This is an automated message

[GitHub] hen opened a new issue #18: Links needed

2017-08-29 Thread git
hen opened a new issue #18: Links needed URL: https://github.com/apache/incubator-mxnet-site/issues/18 Per https://www.apache.org/foundation/marks/pmcs#navigation the MXNet site should link to the following Foundation pages: License Sponsorship Thanks Security

[GitHub] hen opened a new issue #17: Footer needed

2017-08-29 Thread git
hen opened a new issue #17: Footer needed URL: https://github.com/apache/incubator-mxnet-site/issues/17 Under the Incubator footer we should say: "Copyright ? 2017, The Apache Software Foundation Apache MXNet, MXNet, Apache, the Apache feather, and the Apache MXNet project logo

[GitHub] piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
piiswrong commented on a change in pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660#discussion_r135971545 ## File path: src/operator/contrib/ctc_loss-inl.h ## @@ -402,19 +395,18 @@ class CTCLossOp : public

[GitHub] piiswrong commented on issue #7661: Use a big ndarray in gluon/data/vision

2017-08-29 Thread git
piiswrong commented on issue #7661: Use a big ndarray in gluon/data/vision URL: https://github.com/apache/incubator-mxnet/pull/7661#issuecomment-325883267 Is it actually faster? This way slicing happens at runtime This is an

[GitHub] piiswrong closed pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd

2017-08-29 Thread git
piiswrong closed pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd URL: https://github.com/apache/incubator-mxnet/pull/7638 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd (#7638)

2017-08-29 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 ec7cd6e CSRNDArray from/to scipy

[incubator-mxnet] branch master updated: Remove python function negative for rendering ndarray api in doc (#7657)

2017-08-29 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 583722d Remove python function negative

[GitHub] piiswrong closed pull request #7657: Remove python function `negative` for rendering ndarray api in doc

2017-08-29 Thread git
piiswrong closed pull request #7657: Remove python function `negative` for rendering ndarray api in doc URL: https://github.com/apache/incubator-mxnet/pull/7657 This is an automated message from the Apache Git Service. To

[GitHub] reminisce commented on issue #7613: 1x1 convolution acceleration

2017-08-29 Thread git
reminisce commented on issue #7613: 1x1 convolution acceleration URL: https://github.com/apache/incubator-mxnet/pull/7613#issuecomment-325880446 It seems not rebased. The **File Changed** tab should only contain your changes. Suppose `upstream` is the alias to

[GitHub] CodingCat commented on issue #7571: [scala-package][spark] Resources running PS (role = server) should be explicit to Spark

2017-08-29 Thread git
CodingCat commented on issue #7571: [scala-package][spark] Resources running PS (role = server) should be explicit to Spark URL: https://github.com/apache/incubator-mxnet/pull/7571#issuecomment-325873716 thanks This is an

[incubator-mxnet] branch master updated: [scala-package][spark] Resources running PS (role = server) should be explicit to Spark (#7571)

2017-08-29 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi 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 9ed171e [scala-package][spark]

[GitHub] eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135961277 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135960903 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135960822 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135960702 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135960614 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135960358 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135960358 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] LeonJWH opened a new issue #7664: index out of bound error when update eval metric

2017-08-29 Thread git
LeonJWH opened a new issue #7664: index out of bound error when update eval metric URL: https://github.com/apache/incubator-mxnet/issues/7664 Hi ,I am training a binary classification model with my own dataset. I use **mx.image.ImageIter** API to load raw images according to the **.lst**

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135957878 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135952698 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135955870 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135955792 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135958319 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135958774 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135957072 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135954787 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135957134 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135958077 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135957219 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135953019 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135952393 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135958153 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135952133 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135955435 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
bhavinthaker commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135958450 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,258 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] Godricly commented on issue #7606: Slicing mx.nd.array with postive start and neg end alone same axis

2017-08-29 Thread git
Godricly commented on issue #7606: Slicing mx.nd.array with postive start and neg end alone same axis URL: https://github.com/apache/incubator-mxnet/issues/7606#issuecomment-325861301 fixed in #7609. This is an automated

[GitHub] Godricly closed issue #7606: Slicing mx.nd.array with postive start and neg end alone same axis

2017-08-29 Thread git
Godricly closed issue #7606: Slicing mx.nd.array with postive start and neg end alone same axis URL: https://github.com/apache/incubator-mxnet/issues/7606 This is an automated message from the Apache Git Service. To

[GitHub] Godricly commented on a change in pull request #7609: Update ndarray.py

2017-08-29 Thread git
Godricly commented on a change in pull request #7609: Update ndarray.py URL: https://github.com/apache/incubator-mxnet/pull/7609#discussion_r135957328 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -587,8 +587,25 @@ def _slice(self, start, stop): array([],

[GitHub] bfgray3 opened a new pull request #7663: simplifying R package for efficiency and robustness

2017-08-29 Thread git
bfgray3 opened a new pull request #7663: simplifying R package for efficiency and robustness URL: https://github.com/apache/incubator-mxnet/pull/7663 * avoid `for` loops whenever possible * do not attach `methods`; instead prefix functions from this package with `methods::` * prefer

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

2017-08-29 Thread git
leonid-pishchulin commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-325860182 I double-checked: DepthwiseConvolutionOp is called when num_group=num_filter for both mobilenet and resnet. Have

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

2017-08-29 Thread git
7oud commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-325856944 This PR (#7393) is just the optimized conv without cudnn. The mobilenet paper gives the computation of 569 Million

[GitHub] chinakook commented on issue #7613: 1x1 convolution acceleration

2017-08-29 Thread git
chinakook commented on issue #7613: 1x1 convolution acceleration URL: https://github.com/apache/incubator-mxnet/pull/7613#issuecomment-325856965 Is that rebased? I found It's a little confused. This is an automated message

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

2017-08-29 Thread git
leonid-pishchulin commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-325855010 what is the best way of measuring GFLOPS? how to call optimized conv without cudnn? btw. I'm testing with

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

2017-08-29 Thread git
leonid-pishchulin commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-325855010 what is the best way of measuring GFLOPS? how to call optimized conv without cudnn?

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

2017-08-29 Thread git
7oud commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-325853945 @leonid-pishchulin Thx for your experimental data! Now there are three implement of depthwise conv, - cudnn v6 : 7.5

[GitHub] CodingCat commented on issue #7571: [scala-package][spark] Resources running PS (role = server) should be explicit to Spark

2017-08-29 Thread git
CodingCat commented on issue #7571: [scala-package][spark] Resources running PS (role = server) should be explicit to Spark URL: https://github.com/apache/incubator-mxnet/pull/7571#issuecomment-325852929 @javelinjs ping

[GitHub] cjolivier01 commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
cjolivier01 commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135951071 ## File path: docs/tutorials/sparse/csr.md ## @@ -166,7 +175,7 @@ a.copyto(d) {'b is a': b is a,

[GitHub] anirudh2290 opened a new pull request #7662: WIP: Isolated benchmarking support

2017-08-29 Thread git
anirudh2290 opened a new pull request #7662: WIP: Isolated benchmarking support URL: https://github.com/apache/incubator-mxnet/pull/7662 Allows for benchmarking only IO or compute costs using --io-only and --compute-only flags and benchmarking communication costs using

[GitHub] astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135949182 ## File path: python/mxnet/optimizer.py

[GitHub] astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135949173 ## File path: python/mxnet/gluon/trainer.py

[GitHub] astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135949138 ## File path: python/mxnet/optimizer.py

[GitHub] szha commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
szha commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135947929 ## File path: python/mxnet/gluon/trainer.py

[GitHub] szha commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
szha commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135947837 ## File path: python/mxnet/optimizer.py ##

[GitHub] astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135946133 ## File path: python/mxnet/gluon/trainer.py

[GitHub] astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135946140 ## File path: python/mxnet/gluon/trainer.py

[GitHub] astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135946081 ## File path: python/mxnet/gluon/trainer.py

[GitHub] astonzhang commented on issue #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang commented on issue #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#issuecomment-325842915 Dudes, thank you for your comments. Code is updated. Let me know if you

[incubator-mxnet] branch master updated: update mklml and mkl mac support (#7587)

2017-08-29 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 546b917 update mklml and mkl mac

[GitHub] mli closed pull request #7587: update mklml and mkl mac support

2017-08-29 Thread git
mli closed pull request #7587: update mklml and mkl mac support URL: https://github.com/apache/incubator-mxnet/pull/7587 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] mli opened a new pull request #7661: Use a big ndarray in gluon/data/vision

2017-08-29 Thread git
mli opened a new pull request #7661: Use a big ndarray in gluon/data/vision URL: https://github.com/apache/incubator-mxnet/pull/7661 use `nd.array(data)` instead of a list of ndarray to accelerate the time This is an

[GitHub] piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135928492 ## File path: python/mxnet/gluon/trainer.py

[GitHub] szha commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
szha commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135936970 ## File path: python/mxnet/gluon/trainer.py

[GitHub] szha opened a new pull request #7660: fix ctc on softmax grad and req option

2017-08-29 Thread git
szha opened a new pull request #7660: fix ctc on softmax grad and req option URL: https://github.com/apache/incubator-mxnet/pull/7660 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] eric-haibin-lin commented on issue #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd

2017-08-29 Thread git
eric-haibin-lin commented on issue #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd URL: https://github.com/apache/incubator-mxnet/pull/7638#issuecomment-325827738 Added better err msg for mx.nd.sparse.array.

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

2017-08-29 Thread git
leonid-pishchulin commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-325824871 I run mobilenet.py when setting num_group=num_filter and num_group=1 on GTX 1080ti on 1024 640x480 images with

[GitHub] piiswrong closed pull request #7627: Change namespace and make logging functionality changes

2017-08-29 Thread git
piiswrong closed pull request #7627: Change namespace and make logging functionality changes URL: https://github.com/apache/incubator-mxnet/pull/7627 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated: Change namespace and make logging functionality changes (#7627)

2017-08-29 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 cb432a7 Change namespace and make

[GitHub] eric-haibin-lin commented on a change in pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd URL: https://github.com/apache/incubator-mxnet/pull/7638#discussion_r135928901 ## File path: python/mxnet/ndarray/sparse.py ## @@ -908,16 +938,58 @@ def

[GitHub] eric-haibin-lin commented on a change in pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd

2017-08-29 Thread git
eric-haibin-lin commented on a change in pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd URL: https://github.com/apache/incubator-mxnet/pull/7638#discussion_r135928863 ## File path: python/mxnet/ndarray/sparse.py ## @@ -908,16 +938,58 @@ def

[GitHub] piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135928727 ## File path: python/mxnet/gluon/trainer.py

[GitHub] piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135928517 ## File path: python/mxnet/gluon/trainer.py

[GitHub] piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
piiswrong commented on a change in pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659#discussion_r135928492 ## File path: python/mxnet/gluon/trainer.py

[GitHub] rahul003 commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
rahul003 commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135917269 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,299 @@ +# CSRNDArray - NDArray in Compressed Sparse Row Storage

[GitHub] rahul003 commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
rahul003 commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135917903 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,299 @@ +# CSRNDArray - NDArray in Compressed Sparse Row Storage

[GitHub] piiswrong commented on a change in pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd

2017-08-29 Thread git
piiswrong commented on a change in pull request #7638: CSRNDArray from/to scipy csr_matrix; fix rand_shape_nd URL: https://github.com/apache/incubator-mxnet/pull/7638#discussion_r135928021 ## File path: python/mxnet/ndarray/sparse.py ## @@ -908,16 +938,58 @@ def

[GitHub] astonzhang opened a new pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate

2017-08-29 Thread git
astonzhang opened a new pull request #7659: Gluon trainer updates: add learning_rate and lr_scheduler properties and add setter for learning rate URL: https://github.com/apache/incubator-mxnet/pull/7659 This is an

[GitHub] piiswrong commented on a change in pull request #7657: Remove python function `negative` for rendering ndarray api in doc

2017-08-29 Thread git
piiswrong commented on a change in pull request #7657: Remove python function `negative` for rendering ndarray api in doc URL: https://github.com/apache/incubator-mxnet/pull/7657#discussion_r135927038 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -43,8 +43,8 @@

[GitHub] piiswrong commented on a change in pull request #7657: Remove python function `negative` for rendering ndarray api in doc

2017-08-29 Thread git
piiswrong commented on a change in pull request #7657: Remove python function `negative` for rendering ndarray api in doc URL: https://github.com/apache/incubator-mxnet/pull/7657#discussion_r135927038 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -43,8 +43,8 @@

[GitHub] rahul003 commented on issue #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI.

2017-08-29 Thread git
rahul003 commented on issue #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI. URL: https://github.com/apache/incubator-mxnet/pull/7658#issuecomment-325818765 Ok, new changes look fine as well. This is an

[incubator-mxnet] branch master updated: Parallelize Python 2 and 3 unit test cases in Jenkins CI. (#7658)

2017-08-29 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 62e6d2f Parallelize Python 2 and 3 unit

[GitHub] sandeep-krishnamurthy closed pull request #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI.

2017-08-29 Thread git
sandeep-krishnamurthy closed pull request #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI. URL: https://github.com/apache/incubator-mxnet/pull/7658 This is an automated message from the Apache Git Service.

[GitHub] anirudh2290 commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
anirudh2290 commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135922966 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,299 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] anirudh2290 commented on a change in pull request #7656: CSRNDArray Tutorial

2017-08-29 Thread git
anirudh2290 commented on a change in pull request #7656: CSRNDArray Tutorial URL: https://github.com/apache/incubator-mxnet/pull/7656#discussion_r135921813 ## File path: docs/tutorials/sparse/csr.md ## @@ -0,0 +1,299 @@ +# CSRNDArray - NDArray in Compressed Sparse Row

[GitHub] sandeep-krishnamurthy commented on a change in pull request #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI.

2017-08-29 Thread git
sandeep-krishnamurthy commented on a change in pull request #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI. URL: https://github.com/apache/incubator-mxnet/pull/7658#discussion_r135923707 ## File path: Jenkinsfile ## @@ -250,31 +264,59 @@ try { }

[GitHub] rahul003 commented on a change in pull request #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI.

2017-08-29 Thread git
rahul003 commented on a change in pull request #7658: Parallelize Python 2 and 3 unit test cases in Jenkins CI. URL: https://github.com/apache/incubator-mxnet/pull/7658#discussion_r135923115 ## File path: Jenkinsfile ## @@ -250,31 +264,59 @@ try { }

[GitHub] sandeep-krishnamurthy opened a new pull request #7658: Parallelize Python 2 and 3 unit test cases.

2017-08-29 Thread git
sandeep-krishnamurthy opened a new pull request #7658: Parallelize Python 2 and 3 unit test cases. URL: https://github.com/apache/incubator-mxnet/pull/7658 Parallelly run Python 2 and 3 unit tests. This will save around 45 minutes of build time in Jenkins. @rahul003

  1   2   >