[GitHub] zhreshold commented on issue #11247: Add seed_aug parameter for ImageRecordItr to fix random seed for default augmentation

2018-06-19 Thread GitBox
zhreshold commented on issue #11247: Add seed_aug parameter for ImageRecordItr to fix random seed for default augmentation URL: https://github.com/apache/incubator-mxnet/pull/11247#issuecomment-398631082 see if rebase fix the flaky test

[GitHub] marcoabreu commented on a change in pull request #10951: [MXNET-545] Fix broken cython build

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #10951: [MXNET-545] Fix broken cython build URL: https://github.com/apache/incubator-mxnet/pull/10951#discussion_r196652867 ## File path: ci/docker/install/ubuntu_python.sh ## @@ -29,5 +29,5 @@ wget -nv

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r196652237 ## File path: tests/nightly/Jenkinsfile ## @@ -0,0

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r196651974 ## File path: ci/docker/Dockerfile.build.ubuntu_nightly_gpu

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r196651940 ## File path: ci/docker/Dockerfile.build.ubuntu_base_cpu

[GitHub] Aman1994 commented on issue #11303: MXNET Scala package build failed

2018-06-19 Thread GitBox
Aman1994 commented on issue #11303: MXNET Scala package build failed URL: https://github.com/apache/incubator-mxnet/issues/11303#issuecomment-398623217 @lanking520 I tried java --version. I guess my java version is of 64 bit. openjdk version "1.8.0_171" OpenJDK Runtime Environment

[incubator-mxnet] branch master updated: Fix axis Bug in MKLDNN Softmax (#11335)

2018-06-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 6307c00 Fix axis Bug in MKLDNN

[GitHub] szha closed pull request #11335: Fix axis Bug in MKLDNN Softmax

2018-06-19 Thread GitBox
szha closed pull request #11335: Fix axis Bug in MKLDNN Softmax URL: https://github.com/apache/incubator-mxnet/pull/11335 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] xinyu-intel commented on issue #11335: Fix axis Bug in MKLDNN Softmax

2018-06-19 Thread GitBox
xinyu-intel commented on issue #11335: Fix axis Bug in MKLDNN Softmax URL: https://github.com/apache/incubator-mxnet/pull/11335#issuecomment-398618061 @szha unit tests with negative axis have been added and passed. This is an

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-19 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r196639178 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -0,0 +1,688 @@ +/* + * Licensed to

[GitHub] yjcn closed issue #11242: Same model with c_predict_api gets an incorrect result but it is right in python.

2018-06-19 Thread GitBox
yjcn closed issue #11242: Same model with c_predict_api gets an incorrect result but it is right in python. URL: https://github.com/apache/incubator-mxnet/issues/11242 This is an automated message from the Apache Git

[GitHub] yjcn commented on issue #11242: Same model with c_predict_api gets an incorrect result but it is right in python.

2018-06-19 Thread GitBox
yjcn commented on issue #11242: Same model with c_predict_api gets an incorrect result but it is right in python. URL: https://github.com/apache/incubator-mxnet/issues/11242#issuecomment-398611793 I found the problem. The GetImageFile function is wrong The right function is ```

[GitHub] zheng-da commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r196637903 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -0,0 +1,688 @@ +/* + * Licensed to

[GitHub] junrushao1994 opened a new issue #11343: Minor typo in ./src/operator/nn/lrn.cc

2018-06-19 Thread GitBox
junrushao1994 opened a new issue #11343: Minor typo in ./src/operator/nn/lrn.cc URL: https://github.com/apache/incubator-mxnet/issues/11343 ## Description Line 188 in [lrn.cc](https://github.com/apache/incubator-mxnet/blob/master/src/operator/nn/lrn.cc#L188), should be

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-19 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r196637167 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -0,0 +1,688 @@ +/* + * Licensed to

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-19 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r196636975 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -0,0 +1,688 @@ +/* + * Licensed to

[GitHub] azai91 commented on a change in pull request #11232: [MXNET-498] Test MKLDNN backward operators

2018-06-19 Thread GitBox
azai91 commented on a change in pull request #11232: [MXNET-498] Test MKLDNN backward operators URL: https://github.com/apache/incubator-mxnet/pull/11232#discussion_r196636904 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -93,40 +93,26 @@ TEST(MKLDNN_UTIL_FUNC,

[GitHub] zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196636701 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with MKL-DNN +

[GitHub] zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196636701 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with MKL-DNN +

[GitHub] zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196636631 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with MKL-DNN +

[GitHub] zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196636502 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with MKL-DNN +

[GitHub] zheng-da commented on a change in pull request #11232: [MXNET-498] Test MKLDNN backward operators

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11232: [MXNET-498] Test MKLDNN backward operators URL: https://github.com/apache/incubator-mxnet/pull/11232#discussion_r196632389 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -93,40 +93,26 @@ TEST(MKLDNN_UTIL_FUNC,

[GitHub] zheng-da commented on a change in pull request #11232: [MXNET-498] Test MKLDNN backward operators

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11232: [MXNET-498] Test MKLDNN backward operators URL: https://github.com/apache/incubator-mxnet/pull/11232#discussion_r196636207 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -650,172 +703,135 @@ TEST(MKLDNN_NDArray,

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632936 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632964 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632864 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632833 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632758 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632577 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632571 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196632249 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196631836 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] zheng-da commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r196630557 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -0,0 +1,688 @@ +/* + * Licensed to

[GitHub] zheng-da commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-19 Thread GitBox
zheng-da commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r196630254 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -0,0 +1,688 @@ +/* + * Licensed to

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196630931 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196630871 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196630743 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196630760 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-06-19 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r196630743 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-19 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r196630413 ## File path: python/mxnet/contrib/onnx/_export/op_translations.py ## @@ -0,0 +1,1667 @@ +#

[GitHub] sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-19 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r196629699 ## File path: python/mxnet/contrib/onnx/_export/export_onnx.py ## @@ -0,0 +1,267 @@ +#

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-06-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 20be755 Bump the publish

[GitHub] coldsheephot commented on issue #11299: row_sparse_pull, push row_sparse gradient is too slow, it has 10+ times difference

2018-06-19 Thread GitBox
coldsheephot commented on issue #11299: row_sparse_pull,push row_sparse gradient is too slow,it has 10+ times difference URL: https://github.com/apache/incubator-mxnet/issues/11299#issuecomment-398595855 How long does it take to solve those problems???I am very anxious

[GitHub] TaoLv commented on issue #11333: [WIP] fix issue of test_gru_bidirectional #11219 and add robust code

2018-06-19 Thread GitBox
TaoLv commented on issue #11333: [WIP] fix issue of test_gru_bidirectional #11219 and add robust code URL: https://github.com/apache/incubator-mxnet/pull/11333#issuecomment-398594512 @szha could you help to review this fix?

[GitHub] eric-haibin-lin commented on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore

2018-06-19 Thread GitBox
eric-haibin-lin commented on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore URL: https://github.com/apache/incubator-mxnet/pull/11266#issuecomment-398592893 It's a flaky one. I don't see it fail on master build. Maybe

[GitHub] coldsheephot commented on issue #11299: row_sparse_pull, push row_sparse gradient is too slow, it has 10+ times difference

2018-06-19 Thread GitBox
coldsheephot commented on issue #11299: row_sparse_pull,push row_sparse gradient is too slow,it has 10+ times difference URL: https://github.com/apache/incubator-mxnet/issues/11299#issuecomment-398591011 @eric-haibin-lin yes. I want to use the feature for multi-device and multi-machine

[GitHub] rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers

2018-06-19 Thread GitBox
rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers URL: https://github.com/apache/incubator-mxnet/pull/11234#discussion_r196620650 ## File path: python/mxnet/lr_scheduler.py ## @@ -153,18

[GitHub] eric-haibin-lin commented on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore

2018-06-19 Thread GitBox
eric-haibin-lin commented on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore URL: https://github.com/apache/incubator-mxnet/pull/11266#issuecomment-398589396 @ThomasDelteil let me look into it

[GitHub] rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers

2018-06-19 Thread GitBox
rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers URL: https://github.com/apache/incubator-mxnet/pull/11234#discussion_r196620650 ## File path: python/mxnet/lr_scheduler.py ## @@ -153,18

[GitHub] rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers

2018-06-19 Thread GitBox
rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers URL: https://github.com/apache/incubator-mxnet/pull/11234#discussion_r196620650 ## File path: python/mxnet/lr_scheduler.py ## @@ -153,18

[GitHub] rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers

2018-06-19 Thread GitBox
rahul003 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers URL: https://github.com/apache/incubator-mxnet/pull/11234#discussion_r196620100 ## File path: python/mxnet/lr_scheduler.py ## @@ -153,18

[GitHub] larroy commented on issue #10945: Flaky test: test_operator_gpu.test_sgd

2018-06-19 Thread GitBox
larroy commented on issue #10945: Flaky test: test_operator_gpu.test_sgd URL: https://github.com/apache/incubator-mxnet/issues/10945#issuecomment-398588103 Hi @szha @haojin2 I think this is a misunderstanding. Apologies. I don't have any evidence that the failure is still ocurring. I was

[GitHub] haojin2 closed issue #10945: Flaky test: test_operator_gpu.test_sgd

2018-06-19 Thread GitBox
haojin2 closed issue #10945: Flaky test: test_operator_gpu.test_sgd URL: https://github.com/apache/incubator-mxnet/issues/10945 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] hetong007 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers

2018-06-19 Thread GitBox
hetong007 commented on a change in pull request #11234: [MXNET-535] Add Warmup Learning Rate Scheduler and fix bugs in LR Schedulers URL: https://github.com/apache/incubator-mxnet/pull/11234#discussion_r196619173 ## File path: python/mxnet/lr_scheduler.py ## @@ -153,18

[GitHub] ThomasDelteil closed issue #10212: MXNet.io website install guide does not have a c++ section

2018-06-19 Thread GitBox
ThomasDelteil closed issue #10212: MXNet.io website install guide does not have a c++ section URL: https://github.com/apache/incubator-mxnet/issues/10212 This is an automated message from the Apache Git Service. To respond

[GitHub] marcoabreu commented on issue #11340: [MXNET-559] Scripts for running the Broken link checker job

2018-06-19 Thread GitBox
marcoabreu commented on issue #11340: [MXNET-559] Scripts for running the Broken link checker job URL: https://github.com/apache/incubator-mxnet/pull/11340#issuecomment-398585346 Looks very good besides minor changes This

[GitHub] marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the Broken link checker job

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the Broken link checker job URL: https://github.com/apache/incubator-mxnet/pull/11340#discussion_r196617428 ## File path: tests/nightly/broken_link_checker_test/README.md ## @@ -0,0

[GitHub] marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the Broken link checker job

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the Broken link checker job URL: https://github.com/apache/incubator-mxnet/pull/11340#discussion_r196617399 ## File path: tests/nightly/broken_link_checker_test/JenkinsfileForBLC ##

[GitHub] marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the Broken link checker job

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #11340: [MXNET-559] Scripts for running the Broken link checker job URL: https://github.com/apache/incubator-mxnet/pull/11340#discussion_r196617118 ## File path: tests/nightly/broken_link_checker_test/JenkinsfileForBLC ##

[GitHub] thomelane commented on issue #11296: Adding 2 tutorials on Learning Rate Schedules

2018-06-19 Thread GitBox
thomelane commented on issue #11296: Adding 2 tutorials on Learning Rate Schedules URL: https://github.com/apache/incubator-mxnet/pull/11296#issuecomment-398584571 @KellenSunderland thanks for the review and feedback! Made changes as suggested, and fixed off by one.

[GitHub] wenyangchu opened a new issue #11342: cudnnoff feature is not in gluon

2018-06-19 Thread GitBox
wenyangchu opened a new issue #11342: cudnnoff feature is not in gluon URL: https://github.com/apache/incubator-mxnet/issues/11342 Hi all, In the symbol interface, at least cudnn_tune and cudnn_off parameters are included in gluon interface: mxnet.symbol.Convolution(data=None,

[GitHub] thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules

2018-06-19 Thread GitBox
thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules URL: https://github.com/apache/incubator-mxnet/pull/11296#discussion_r196614808 ## File path: docs/tutorials/gluon/learning_rate_schedules.md ## @@ -0,0 +1,317 @@ + +#

[GitHub] thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules

2018-06-19 Thread GitBox
thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules URL: https://github.com/apache/incubator-mxnet/pull/11296#discussion_r196614637 ## File path: docs/tutorials/gluon/learning_rate_schedules.md ## @@ -0,0 +1,317 @@ + +#

[GitHub] thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules

2018-06-19 Thread GitBox
thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules URL: https://github.com/apache/incubator-mxnet/pull/11296#discussion_r196613954 ## File path: docs/tutorials/gluon/learning_rate_schedules_advanced.md ## @@ -0,0 +1,308

[GitHub] thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules

2018-06-19 Thread GitBox
thomelane commented on a change in pull request #11296: Adding 2 tutorials on Learning Rate Schedules URL: https://github.com/apache/incubator-mxnet/pull/11296#discussion_r196614325 ## File path: docs/tutorials/gluon/learning_rate_schedules_advanced.md ## @@ -0,0 +1,308

[GitHub] haojin2 commented on issue #11330: [MXNET-537] add_n(dense, csr, dense) = dense and add_n([dense, csr, rsp]*, dense, [dense, csr, rsp]*) = dense on CPU & GPU

2018-06-19 Thread GitBox
haojin2 commented on issue #11330: [MXNET-537] add_n(dense, csr, dense) = dense and add_n([dense, csr, rsp]*, dense, [dense, csr, rsp]*) = dense on CPU & GPU URL: https://github.com/apache/incubator-mxnet/pull/11330#issuecomment-398583696 Benchmark result for add_n(more than 4 inputs with

[GitHub] wenyangchu commented on issue #11339: compiling error when USE_CUDA=1 and USE_CUDNN=0 with make command

2018-06-19 Thread GitBox
wenyangchu commented on issue #11339: compiling error when USE_CUDA=1 and USE_CUDNN=0 with make command URL: https://github.com/apache/incubator-mxnet/issues/11339#issuecomment-398583421 By the way, I think jenkins does not test this configuration I suppose

[GitHub] wenyangchu opened a new issue #11341: Deterministic cudnn algorithms

2018-06-19 Thread GitBox
wenyangchu opened a new issue #11341: Deterministic cudnn algorithms URL: https://github.com/apache/incubator-mxnet/issues/11341 Hi all, I see other frameworks such as pytorch have some actions to have a flag to force cudnn to only use deterministic algorithm, specially for

[GitHub] leleamol opened a new pull request #11340: [MXNET-559] Scripts for running the Broken link checker job

2018-06-19 Thread GitBox
leleamol opened a new pull request #11340: [MXNET-559] Scripts for running the Broken link checker job URL: https://github.com/apache/incubator-mxnet/pull/11340 ## Description ## This PR contains the scripts and jenkins files to run the broken link checker job ## Checklist ##

[GitHub] haojin2 commented on issue #11330: [MXNET-537] add_n(dense, csr, dense) = dense and add_n([dense, csr, rsp]*, dense, [dense, csr, rsp]*) = dense on CPU & GPU

2018-06-19 Thread GitBox
haojin2 commented on issue #11330: [MXNET-537] add_n(dense, csr, dense) = dense and add_n([dense, csr, rsp]*, dense, [dense, csr, rsp]*) = dense on CPU & GPU URL: https://github.com/apache/incubator-mxnet/pull/11330#issuecomment-398581824 Benchmark result for add_n(dense, csr, dense) =

[GitHub] haojin2 commented on issue #11330: [MXNET-537] add_n(dense, csr, dense) = dense and add_n([dense, csr, rsp]*, dense, [dense, csr, rsp]*) = dense on CPU & GPU

2018-06-19 Thread GitBox
haojin2 commented on issue #11330: [MXNET-537] add_n(dense, csr, dense) = dense and add_n([dense, csr, rsp]*, dense, [dense, csr, rsp]*) = dense on CPU & GPU URL: https://github.com/apache/incubator-mxnet/pull/11330#issuecomment-398581169 Benchmark results for warp-optimized GPU kernel for

[GitHub] wenyangchu opened a new issue #11339: compiling error when USE_CUDA=1 and USE_CUDNN=0 with make command

2018-06-19 Thread GitBox
wenyangchu opened a new issue #11339: compiling error when USE_CUDA=1 and USE_CUDNN=0 with make command URL: https://github.com/apache/incubator-mxnet/issues/11339 ## Description compiling error when USE_CUDA=1 and USE_CUDNN=0 with make command ## Environment info (Required)

[GitHub] marcoabreu commented on issue #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-19 Thread GitBox
marcoabreu commented on issue #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#issuecomment-398578767 P3.8xlarge is now available with label 'mxnetlinux-gpu-p3-8xlarge'

[GitHub] aaronmarkham commented on issue #10212: MXNet.io website install guide does not have a c++ section

2018-06-19 Thread GitBox
aaronmarkham commented on issue #10212: MXNet.io website install guide does not have a c++ section URL: https://github.com/apache/incubator-mxnet/issues/10212#issuecomment-398578428 @ThomasDelteil I think you can close this now as the C++ install is added.

[GitHub] wenboown commented on issue #3441: Install mxnet into anaconda's python

2018-06-19 Thread GitBox
wenboown commented on issue #3441: Install mxnet into anaconda's python URL: https://github.com/apache/incubator-mxnet/issues/3441#issuecomment-398577975 I figured out how to build `mxnet` from source for `conda` for macOS 10.12 and 10.13. Here's the step-by-step guide:

[GitHub] wenboown removed a comment on issue #3441: Install mxnet into anaconda's python

2018-06-19 Thread GitBox
wenboown removed a comment on issue #3441: Install mxnet into anaconda's python URL: https://github.com/apache/incubator-mxnet/issues/3441#issuecomment-398577623 I figured out a way to install mxnet in conda. I recorded the steps here:

[GitHub] wenboown commented on issue #3441: Install mxnet into anaconda's python

2018-06-19 Thread GitBox
wenboown commented on issue #3441: Install mxnet into anaconda's python URL: https://github.com/apache/incubator-mxnet/issues/3441#issuecomment-398577623 I figured out a way to install mxnet in conda. I recorded the steps here:

[GitHub] asitstands commented on issue #10951: [MXNET-545] Fix broken cython build

2018-06-19 Thread GitBox
asitstands commented on issue #10951: [MXNET-545] Fix broken cython build URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-398577395 I removed the use of the cython modules from the Cent OS environments as @marcoabreu requested. Now "CPU: Openblas" and "GPU: Cuda 9.1"

[GitHub] ThomasDelteil commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
ThomasDelteil commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#discussion_r196608187 ## File path:

[GitHub] marcoabreu commented on issue #11333: [WIP] fix issue of test_gru_bidirectional #11219 and add robust code

2018-06-19 Thread GitBox
marcoabreu commented on issue #11333: [WIP] fix issue of test_gru_bidirectional #11219 and add robust code URL: https://github.com/apache/incubator-mxnet/pull/11333#issuecomment-398572404 Hello, yes, please don't use our CI for these kind of things but do it locally. Please see

[GitHub] DickJC123 opened a new pull request #11338: [MXNET-11241] Avoid use of troublesome cudnnFind() results when grad_req='add'

2018-06-19 Thread GitBox
DickJC123 opened a new pull request #11338: [MXNET-11241] Avoid use of troublesome cudnnFind() results when grad_req='add' URL: https://github.com/apache/incubator-mxnet/pull/11338 ## Description ## The problem of issue #11241 arises because cudnnFind() measures convolution algorithm

[GitHub] wenyangchu commented on issue #11247: Add seed_aug parameter for ImageRecordItr to fix random seed for default augmentation

2018-06-19 Thread GitBox
wenyangchu commented on issue #11247: Add seed_aug parameter for ImageRecordItr to fix random seed for default augmentation URL: https://github.com/apache/incubator-mxnet/pull/11247#issuecomment-398569844 I think I have flaky test again

[GitHub] vrakesh commented on issue #11334: Cannot initializing parameters of SymbolBlock.

2018-06-19 Thread GitBox
vrakesh commented on issue #11334: Cannot initializing parameters of SymbolBlock. URL: https://github.com/apache/incubator-mxnet/issues/11334#issuecomment-398566921 Thank you for reporting the issue , @kice , @sandeep-krishnamurthy , requesting to tag this under Gluon

[incubator-mxnet] branch master updated: Add standard ResNet data augmentation for ImageRecordIter (#11027)

2018-06-19 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 ccee176 Add standard ResNet data

[GitHub] piiswrong closed pull request #11027: Add standard ResNet data augmentation for ImageRecordIter

2018-06-19 Thread GitBox
piiswrong closed pull request #11027: Add standard ResNet data augmentation for ImageRecordIter URL: https://github.com/apache/incubator-mxnet/pull/11027 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] lihaofd commented on issue #11333: [WIP] fix issue of test_gru_bidirectional #11219 and add robust code

2018-06-19 Thread GitBox
lihaofd commented on issue #11333: [WIP] fix issue of test_gru_bidirectional #11219 and add robust code URL: https://github.com/apache/incubator-mxnet/pull/11333#issuecomment-398562393 @marcoabreu When testing 1000 times test_gru_bidirectional in one nosetests, jenkins testing failed

[GitHub] anirudh2290 commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
anirudh2290 commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#discussion_r196591347 ## File path:

[GitHub] ThomasDelteil commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
ThomasDelteil commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#discussion_r196589704 ## File path:

[GitHub] ThomasDelteil commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
ThomasDelteil commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#discussion_r196588693 ## File path:

[GitHub] anirudh2290 commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
anirudh2290 commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#discussion_r196583018 ## File path:

[GitHub] anirudh2290 commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications

2018-06-19 Thread GitBox
anirudh2290 commented on a change in pull request #11332: [MXNET-558] Fix 'AttributeError: '_thread._local' object has no attribute 'value'' on distributed processing applications URL: https://github.com/apache/incubator-mxnet/pull/11332#discussion_r196586618 ## File path:

[GitHub] jessebrizzi commented on issue #10867: Scala Module API resize is leaking memory on the native size.

2018-06-19 Thread GitBox
jessebrizzi commented on issue #10867: Scala Module API resize is leaking memory on the native size. URL: https://github.com/apache/incubator-mxnet/issues/10867#issuecomment-398542960 @lupesko I updated the example code to use the mxnet 1.2.0 package released on Maven and reran the test

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-19 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r196537084 ## File path: docs/install/index.md ## @@ -84,7 +84,7

[GitHub] eric-haibin-lin commented on issue #11299: row_sparse_pull, push row_sparse gradient is too slow, it has 10+ times difference

2018-06-19 Thread GitBox
eric-haibin-lin commented on issue #11299: row_sparse_pull,push row_sparse gradient is too slow,it has 10+ times difference URL: https://github.com/apache/incubator-mxnet/issues/11299#issuecomment-398503457 @coldsheephot are you working on multi-device or multi-machine case? I have plan

[GitHub] thomelane commented on issue #11304: Added Learning Rate Finder tutorial

2018-06-19 Thread GitBox
thomelane commented on issue #11304: Added Learning Rate Finder tutorial URL: https://github.com/apache/incubator-mxnet/pull/11304#issuecomment-398503357 @Ishitori @ThomasDelteil could you review when you get a chance, thanks!

[GitHub] eric-haibin-lin commented on issue #11285: Crash while running gluon image-classification.py example with float16

2018-06-19 Thread GitBox
eric-haibin-lin commented on issue #11285: Crash while running gluon image-classification.py example with float16 URL: https://github.com/apache/incubator-mxnet/issues/11285#issuecomment-398503015 @rahul003 This is an

[GitHub] ThomasDelteil edited a comment on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore

2018-06-19 Thread GitBox
ThomasDelteil edited a comment on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore URL: https://github.com/apache/incubator-mxnet/pull/11266#issuecomment-398500396 @eric-haibin-lin I have this test failing in my build

[GitHub] ThomasDelteil commented on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore

2018-06-19 Thread GitBox
ThomasDelteil commented on issue #11266: [MXNET-514] Add clip_global_norm(row_sparse_grad). Fix row_sparse_param.save(). Fix trainer init_kvstore URL: https://github.com/apache/incubator-mxnet/pull/11266#issuecomment-398500396 @eric-haibin-lin I have this test failing in my build, is it

[GitHub] itsergiu edited a comment on issue #621: Support for other Device Types, OpenCL AMD GPU

2018-06-19 Thread GitBox
itsergiu edited a comment on issue #621: Support for other Device Types, OpenCL AMD GPU URL: https://github.com/apache/incubator-mxnet/issues/621#issuecomment-398493949 Do you already provide an installation kit for AMD GPU RX550? Does it work with Windows 10? Does it work with

[GitHub] itsergiu commented on issue #621: Support for other Device Types, OpenCL AMD GPU

2018-06-19 Thread GitBox
itsergiu commented on issue #621: Support for other Device Types, OpenCL AMD GPU URL: https://github.com/apache/incubator-mxnet/issues/621#issuecomment-398493949 Do you already provide an installation kit for AMD GPU RX550? Does it work wih Windows 10? Does it work with Jupyter,

  1   2   >