[GitHub] zheng-da opened a new issue #11448: fail to fall back when sparse arrays are passed to MKLDNN-enabled operators.

2018-06-27 Thread GitBox
zheng-da opened a new issue #11448: fail to fall back when sparse arrays are passed to MKLDNN-enabled operators. URL: https://github.com/apache/incubator-mxnet/issues/11448 Currently, the MKLDNN-enabled operators, such as convolution and pooling, can't handle sparse arrays correctly. The

[GitHub] eric-haibin-lin closed pull request #11390: [MXNET-23] add README for test directory

2018-06-27 Thread GitBox
eric-haibin-lin closed pull request #11390: [MXNET-23] add README for test directory URL: https://github.com/apache/incubator-mxnet/pull/11390 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

[incubator-mxnet] branch master updated: [MXNET-23] add README for test directory (#11390)

2018-06-27 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 a97a475 [MXNET-23] add README for

[GitHub] szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes

2018-06-27 Thread GitBox
szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes URL: https://github.com/apache/incubator-mxnet/pull/11435#discussion_r198712726 ## File path: example/rnn/bucketing/README.md ## @@ -3,13 +3,13 @@ RNN Example This folder contains

[GitHub] szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes

2018-06-27 Thread GitBox
szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes URL: https://github.com/apache/incubator-mxnet/pull/11435#discussion_r198712657 ## File path: example/rnn/bucketing/README.md ## @@ -3,13 +3,13 @@ RNN Example This folder contains

[GitHub] eric-haibin-lin opened a new pull request #11447: [documentation] Update doc for contrib.rand_zipfian

2018-06-27 Thread GitBox
eric-haibin-lin opened a new pull request #11447: [documentation] Update doc for contrib.rand_zipfian URL: https://github.com/apache/incubator-mxnet/pull/11447 ## Description ## As title ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] xinyu-intel commented on a change in pull request #10391: [MXNET-139] Tutorial for mixed precision training with float16

2018-06-27 Thread GitBox
xinyu-intel commented on a change in pull request #10391: [MXNET-139] Tutorial for mixed precision training with float16 URL: https://github.com/apache/incubator-mxnet/pull/10391#discussion_r198707423 ## File path: example/image-classification/benchmark_score.py ## @@

[GitHub] xinyu-intel commented on a change in pull request #10391: [MXNET-139] Tutorial for mixed precision training with float16

2018-06-27 Thread GitBox
xinyu-intel commented on a change in pull request #10391: [MXNET-139] Tutorial for mixed precision training with float16 URL: https://github.com/apache/incubator-mxnet/pull/10391#discussion_r198707423 ## File path: example/image-classification/benchmark_score.py ## @@

[GitHub] xinyu-intel commented on a change in pull request #10391: [MXNET-139] Tutorial for mixed precision training with float16

2018-06-27 Thread GitBox
xinyu-intel commented on a change in pull request #10391: [MXNET-139] Tutorial for mixed precision training with float16 URL: https://github.com/apache/incubator-mxnet/pull/10391#discussion_r198707423 ## File path: example/image-classification/benchmark_score.py ## @@

[GitHub] cjolivier01 commented on a change in pull request #11205: Clojure Contrib Package

2018-06-27 Thread GitBox
cjolivier01 commented on a change in pull request #11205: Clojure Contrib Package URL: https://github.com/apache/incubator-mxnet/pull/11205#discussion_r198697587 ## File path: contrib/clojure-package/README.md ## @@ -0,0 +1,204 @@ +# Clojure MXNet + +A clojure package to

[GitHub] cjolivier01 commented on a change in pull request #11205: Clojure Contrib Package

2018-06-27 Thread GitBox
cjolivier01 commented on a change in pull request #11205: Clojure Contrib Package URL: https://github.com/apache/incubator-mxnet/pull/11205#discussion_r198704613 ## File path: contrib/clojure-package/examples/cnn-text-classification/get_data.sh ## @@ -0,0 +1,29 @@

[incubator-mxnet] branch master updated: Disable flaky tests (#11440)

2018-06-27 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 645057b Disable flaky tests

[GitHub] marcoabreu closed pull request #11440: Disable flaky tests

2018-06-27 Thread GitBox
marcoabreu closed pull request #11440: Disable flaky tests URL: https://github.com/apache/incubator-mxnet/pull/11440 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] haojin2 opened a new pull request #11446: Support int64 data type in CSVIter

2018-06-27 Thread GitBox
haojin2 opened a new pull request #11446: Support int64 data type in CSVIter URL: https://github.com/apache/incubator-mxnet/pull/11446 ## Description ## As title ## Checklist ## ### Essentials ### - [x] Changes are complete (i.e. I finished coding on this PR) - [x] All

[GitHub] lihaofd opened a new pull request #11445: Fix precision issue of test case

2018-06-27 Thread GitBox
lihaofd opened a new pull request #11445: Fix precision issue of test case URL: https://github.com/apache/incubator-mxnet/pull/11445 ## Description ## In this PR, it fixed precision issue of test case #11410. @pengzhao-intel, @TaoLv ## Feature changes ## ### New features ###

[GitHub] anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198700885 ## File path: src/operator/tensor/indexing_op.h ## @@ -321,10 +309,53 @@ struct Take {

[GitHub] anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198700831 ## File path: src/operator/tensor/indexing_op.h ## @@ -728,9 +759,9 @@ struct TakeParam:

[GitHub] reminisce commented on a change in pull request #10889: [MXNET-382] Shape and Size Operator

2018-06-27 Thread GitBox
reminisce commented on a change in pull request #10889: [MXNET-382] Shape and Size Operator URL: https://github.com/apache/incubator-mxnet/pull/10889#discussion_r198700221 ## File path: src/operator/tensor/elemwise_unary_op.h ## @@ -388,6 +388,20 @@ void CastCompute(const

[GitHub] reminisce commented on a change in pull request #10889: [MXNET-382] Shape and Size Operator

2018-06-27 Thread GitBox
reminisce commented on a change in pull request #10889: [MXNET-382] Shape and Size Operator URL: https://github.com/apache/incubator-mxnet/pull/10889#discussion_r198699893 ## File path: src/operator/mshadow_op.h ## @@ -92,7 +92,8 @@ MXNET_UNARY_MATH_OP(identity_grad, 1);

[GitHub] glingyan commented on issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease

2018-06-27 Thread GitBox
glingyan commented on issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease URL: https://github.com/apache/incubator-mxnet/issues/11418#issuecomment-400901039 I know the answer for w ,the csr data need to be prepare with hash which make every time the data

[GitHub] glingyan closed issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease

2018-06-27 Thread GitBox
glingyan closed issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease URL: https://github.com/apache/incubator-mxnet/issues/11418 This is an automated message from the Apache Git Service. To

[GitHub] ddavydenko opened a new pull request #11444: Fix flaky test test_operator_gpu.test_spatial_transformer_with_type (…

2018-06-27 Thread GitBox
ddavydenko opened a new pull request #11444: Fix flaky test test_operator_gpu.test_spatial_transformer_with_type (… URL: https://github.com/apache/incubator-mxnet/pull/11444 …#7645) ## Description ## Modified test_operator_gpu.test_spatial_transformer_with_type test in order to

[GitHub] reminisce commented on a change in pull request #11406: [MXNET-599] Partial shape infer for Slice

2018-06-27 Thread GitBox
reminisce commented on a change in pull request #11406: [MXNET-599] Partial shape infer for Slice URL: https://github.com/apache/incubator-mxnet/pull/11406#discussion_r198697063 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -674,13 +675,23 @@ inline void

[GitHub] reminisce commented on a change in pull request #11406: [MXNET-599] Partial shape infer for Slice

2018-06-27 Thread GitBox
reminisce commented on a change in pull request #11406: [MXNET-599] Partial shape infer for Slice URL: https://github.com/apache/incubator-mxnet/pull/11406#discussion_r198699168 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -690,9 +701,10 @@ inline bool

[GitHub] reminisce commented on a change in pull request #11406: [MXNET-599] Partial shape infer for Slice

2018-06-27 Thread GitBox
reminisce commented on a change in pull request #11406: [MXNET-599] Partial shape infer for Slice URL: https://github.com/apache/incubator-mxnet/pull/11406#discussion_r198698555 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -674,13 +675,23 @@ inline void

[GitHub] mkolod edited a comment on issue #11380: Add ability to query cuDNN BatchNorm min. epsilon. Allow ONNX importer to use cuDNN BN if chosen eps >= cuDNN min. eps.

2018-06-27 Thread GitBox
mkolod edited a comment on issue #11380: Add ability to query cuDNN BatchNorm min. epsilon. Allow ONNX importer to use cuDNN BN if chosen eps >= cuDNN min. eps. URL: https://github.com/apache/incubator-mxnet/pull/11380#issuecomment-400898069 @marcoabreu The Python3-MKLDNN-GPU build is

[GitHub] mkolod commented on issue #11380: Add ability to query cuDNN BatchNorm min. epsilon. Allow ONNX importer to use cuDNN BN if chosen eps >= cuDNN min. eps.

2018-06-27 Thread GitBox
mkolod commented on issue #11380: Add ability to query cuDNN BatchNorm min. epsilon. Allow ONNX importer to use cuDNN BN if chosen eps >= cuDNN min. eps. URL: https://github.com/apache/incubator-mxnet/pull/11380#issuecomment-400898069 @marcoabreu The Python3-MKLDNN-GPU build is failing

[GitHub] mkolod removed a comment on issue #11325: Added TensorRT runtime integration

2018-06-27 Thread GitBox
mkolod removed a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-400897862 @marcoabreu The Python3-MKLDNN-GPU build is failing with "CUDA: unspecified launch failure." Every other build seems to have

[GitHub] mkolod commented on issue #11325: Added TensorRT runtime integration

2018-06-27 Thread GitBox
mkolod commented on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-400897862 @marcoabreu The Python3-MKLDNN-GPU build is failing with "CUDA: unspecified launch failure." Every other build seems to have succeeded,

[incubator-mxnet] branch master updated: Fix symbolic example (#11428)

2018-06-27 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 8fde4b7 Fix symbolic example (#11428)

[GitHub] eric-haibin-lin closed pull request #11428: Fix symbolic example

2018-06-27 Thread GitBox
eric-haibin-lin closed pull request #11428: Fix symbolic example URL: https://github.com/apache/incubator-mxnet/pull/11428 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] liyujiel commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes

2018-06-27 Thread GitBox
liyujiel commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes URL: https://github.com/apache/incubator-mxnet/pull/11435#discussion_r198692630 ## File path: example/rnn/old/README.md ## @@ -3,7 +3,7 @@ RNN Example This folder contains RNN

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

2018-06-27 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_r198691850 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] marcoabreu closed pull request #11358: [Nightly Tests] Sync with latest Dockerfile changes and Enable KV store test

2018-06-27 Thread GitBox
marcoabreu closed pull request #11358: [Nightly Tests] Sync with latest Dockerfile changes and Enable KV store test URL: https://github.com/apache/incubator-mxnet/pull/11358 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below

[incubator-mxnet] branch master updated: [Nightly Tests] Sync with latest Dockerfile changes and Enable KV store test (#11358)

2018-06-27 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 e8f52b3 [Nightly Tests] Sync with

[GitHub] rondogency opened a new pull request #11443: [WIP] Add broadcast_like backend tensor operator

2018-06-27 Thread GitBox
rondogency opened a new pull request #11443: [WIP] Add broadcast_like backend tensor operator URL: https://github.com/apache/incubator-mxnet/pull/11443 ## Description ## This PR adds broadcast_lilke tensor operator which works similar to existing broadcast_to operator. We followed

[GitHub] rahul003 commented on issue #11428: Fix symbolic example

2018-06-27 Thread GitBox
rahul003 commented on issue #11428: Fix symbolic example URL: https://github.com/apache/incubator-mxnet/pull/11428#issuecomment-400888077 @eric-haibin-lin @anirudh2290 could you please merge this? This is an automated message

[GitHub] anirudhacharya commented on issue #11229: [MXNET-379] L1 Normalization

2018-06-27 Thread GitBox
anirudhacharya commented on issue #11229: [MXNET-379] L1 Normalization URL: https://github.com/apache/incubator-mxnet/pull/11229#issuecomment-400887360 @haojin2 @eric-haibin-lin @piiswrong ping for review. The ci failure is due to unrelated flaky test. Will retrigger the ci.

[GitHub] indhub opened a new issue #11442: No module named 'dmlc_tracker'

2018-06-27 Thread GitBox
indhub opened a new issue #11442: No module named 'dmlc_tracker' URL: https://github.com/apache/incubator-mxnet/issues/11442 ## Description `pip install mxnet-cu91` (or `mxnet-cu90`) does not install dmlc-tracker. Running distributed training after pip install gives this error

[GitHub] anirudhacharya commented on issue #11064: Flaky test: test_operator.test_op_roi_align

2018-06-27 Thread GitBox
anirudhacharya commented on issue #11064: Flaky test: test_operator.test_op_roi_align URL: https://github.com/apache/incubator-mxnet/issues/11064#issuecomment-400886976 This failure persists -

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

2018-06-27 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_r198688245 ## 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-27 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_r198688059 ## 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-27 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_r198687990 ## 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-27 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_r198687879 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with MKL-DNN +

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

2018-06-27 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 3a5bf34 Bump the publish

[GitHub] sergeykolychev commented on issue #9381: (Flaky?) perl test failure

2018-06-27 Thread GitBox
sergeykolychev commented on issue #9381: (Flaky?) perl test failure URL: https://github.com/apache/incubator-mxnet/issues/9381#issuecomment-400883072 @marcoabreu I've take a look, but these particular tests do need a pre-set seed. These tests are essentially a set of network trainings

[GitHub] szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes

2018-06-27 Thread GitBox
szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes URL: https://github.com/apache/incubator-mxnet/pull/11435#discussion_r198684422 ## File path: example/rnn/word_lm/train.py ## @@ -25,7 +25,7 @@ from mxnet.model import

[GitHub] szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes

2018-06-27 Thread GitBox
szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes URL: https://github.com/apache/incubator-mxnet/pull/11435#discussion_r198684345 ## File path: example/rnn/old/README.md ## @@ -3,7 +3,7 @@ RNN Example This folder contains RNN

[GitHub] szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes

2018-06-27 Thread GitBox
szha commented on a change in pull request #11435: Replace PTB dataset to Sherlock Holmes URL: https://github.com/apache/incubator-mxnet/pull/11435#discussion_r198684382 ## File path: example/rnn/old/lstm_sherlockholmes.R ## @@ -17,7 +17,7 @@ # PennTreeBank Language

[GitHub] mkolod commented on issue #11380: Add ability to query cuDNN BatchNorm min. epsilon. Allow ONNX importer to use cuDNN BN if chosen eps >= cuDNN min. eps.

2018-06-27 Thread GitBox
mkolod commented on issue #11380: Add ability to query cuDNN BatchNorm min. epsilon. Allow ONNX importer to use cuDNN BN if chosen eps >= cuDNN min. eps. URL: https://github.com/apache/incubator-mxnet/pull/11380#issuecomment-400879045 @szha @marcoabreu I rebased because of the git caching

[GitHub] okwrtdsh commented on issue #11426: Fix tensorboard.py #9743

2018-06-27 Thread GitBox
okwrtdsh commented on issue #11426: Fix tensorboard.py #9743 URL: https://github.com/apache/incubator-mxnet/pull/11426#issuecomment-400878468 Thanks for the comments. I've changed Tensorflow to MXBoard. This is an automated

[GitHub] glingyan commented on issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease

2018-06-27 Thread GitBox
glingyan commented on issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease URL: https://github.com/apache/incubator-mxnet/issues/11418#issuecomment-400877828 @eric-haibin-lin This is an automated

[GitHub] glingyan commented on issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease

2018-06-27 Thread GitBox
glingyan commented on issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease URL: https://github.com/apache/incubator-mxnet/issues/11418#issuecomment-400877404 @ZiyueHuang This is an automated

[GitHub] pengzhao-intel commented on issue #11301: MKLDNN Backward op cache

2018-06-27 Thread GitBox
pengzhao-intel commented on issue #11301: MKLDNN Backward op cache URL: https://github.com/apache/incubator-mxnet/pull/11301#issuecomment-400876007 ping @zheng-da This is an automated message from the Apache Git Service. To

[GitHub] eric-haibin-lin commented on issue #11405: Update large word language model example

2018-06-27 Thread GitBox
eric-haibin-lin commented on issue #11405: Update large word language model example URL: https://github.com/apache/incubator-mxnet/pull/11405#issuecomment-400875583 @szha @cgraywang This is an automated message from the

[GitHub] hetong007 commented on a change in pull request #11374: [MXNET-563] Refactor R optimizers to fix memory leak

2018-06-27 Thread GitBox
hetong007 commented on a change in pull request #11374: [MXNET-563] Refactor R optimizers to fix memory leak URL: https://github.com/apache/incubator-mxnet/pull/11374#discussion_r198681186 ## File path: R-package/R/optimizer.R ## @@ -40,105 +78,116 @@ mx.opt.sgd <-

[GitHub] rahul003 commented on a change in pull request #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator

2018-06-27 Thread GitBox
rahul003 commented on a change in pull request #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator URL: https://github.com/apache/incubator-mxnet/pull/11356#discussion_r197293004 ## File path: src/operator/nn/softmax-inl.h ## @@ -127,7

[GitHub] toddsundsted edited a comment on issue #11398: Floating Point Exception after Array Creation

2018-06-27 Thread GitBox
toddsundsted edited a comment on issue #11398: Floating Point Exception after Array Creation URL: https://github.com/apache/incubator-mxnet/issues/11398#issuecomment-400872858 @frankfliu I have a proposed fix here: https://github.com/apache/incubator-mxnet/pull/11397 this small

[GitHub] toddsundsted commented on issue #11398: Floating Point Exception after Array Creation

2018-06-27 Thread GitBox
toddsundsted commented on issue #11398: Floating Point Exception after Array Creation URL: https://github.com/apache/incubator-mxnet/issues/11398#issuecomment-400872858 @frankfliu I have a proposed fix here: https://github.com/apache/incubator-mxnet/pull/11397 this small change

[GitHub] haojin2 edited a comment on issue #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator

2018-06-27 Thread GitBox
haojin2 edited a comment on issue #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator URL: https://github.com/apache/incubator-mxnet/pull/11356#issuecomment-400871228 @apeforest please do a rebase properly, you're including a lot of committed changes.

[GitHub] haojin2 commented on issue #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator

2018-06-27 Thread GitBox
haojin2 commented on issue #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator URL: https://github.com/apache/incubator-mxnet/pull/11356#issuecomment-400871228 @apeforest please do a rebase properly, you're including a lot of committed changes.

[GitHub] pengzhao-intel commented on issue #11410: Flaky test: test_operator_gpu.test_rnnrelu_bidirectional

2018-06-27 Thread GitBox
pengzhao-intel commented on issue #11410: Flaky test: test_operator_gpu.test_rnnrelu_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/11410#issuecomment-400870573 Looks this is a precision issue and the diff from GPU/CPU are very tiny. @lihaofd please take a look

[incubator-mxnet] branch master updated: Update email notifications (#11432)

2018-06-27 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 f848b3e Update email

[GitHub] marcoabreu closed pull request #11432: Update email notifications

2018-06-27 Thread GitBox
marcoabreu closed pull request #11432: Update email notifications URL: https://github.com/apache/incubator-mxnet/pull/11432 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

[incubator-mxnet] branch master updated: Add license (#11433)

2018-06-27 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 ccc1237 Add license (#11433)

[GitHub] marcoabreu closed pull request #11433: Add missing license

2018-06-27 Thread GitBox
marcoabreu closed pull request #11433: Add missing license URL: https://github.com/apache/incubator-mxnet/pull/11433 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] pengzhao-intel commented on issue #10141: Flaky test test_operator_gpu.test_convolution_options @ Python2: MKLDNN-GPU

2018-06-27 Thread GitBox
pengzhao-intel commented on issue #10141: Flaky test test_operator_gpu.test_convolution_options @ Python2: MKLDNN-GPU URL: https://github.com/apache/incubator-mxnet/issues/10141#issuecomment-400868401 > Error 1.112584 exceeds tolerance rtol=0.10, atol=0.10. Location of maximum

[GitHub] azai91 commented on issue #10086: [MXNET-84] Segfault test_autograd.test_unary_func @ Python3: MKLDNN-CPU

2018-06-27 Thread GitBox
azai91 commented on issue #10086: [MXNET-84] Segfault test_autograd.test_unary_func @ Python3: MKLDNN-CPU URL: https://github.com/apache/incubator-mxnet/issues/10086#issuecomment-400867580 build with MKLDNN and ran 1 times. was not able to reproduce. ``` [DEBUG] of 1:

[GitHub] apeforest commented on issue #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator

2018-06-27 Thread GitBox
apeforest commented on issue #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator URL: https://github.com/apache/incubator-mxnet/pull/11356#issuecomment-400867500 @eric-haibin-lin unit test added this time :)

[GitHub] apeforest commented on a change in pull request #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator

2018-06-27 Thread GitBox
apeforest commented on a change in pull request #11356: [MXNET-560][WIP] Add temperature parameter in Softmax and SoftmaxOutput operator URL: https://github.com/apache/incubator-mxnet/pull/11356#discussion_r198675428 ## File path: src/operator/nn/softmax-inl.h ## @@

[GitHub] azai91 commented on issue #8892: Flaky test_loss.test_ctc_loss_train @ Python3: MKLML-CPU

2018-06-27 Thread GitBox
azai91 commented on issue #8892: Flaky test_loss.test_ctc_loss_train @ Python3: MKLML-CPU URL: https://github.com/apache/incubator-mxnet/issues/8892#issuecomment-400866874 oh nvm on the seed issue. env must have been set. ran with MXNET_TEST_COUNT=1 and was not able to reproduce

[GitHub] haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198673785 ## File path: src/operator/tensor/indexing_op.h ## @@ -744,37 +775,36 @@ struct TakeParam: public

[GitHub] haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198673720 ## File path: src/operator/tensor/indexing_op.h ## @@ -744,37 +775,36 @@ struct TakeParam: public

[GitHub] marcoabreu opened a new issue #11441: Failing KVStore test dist-kvstore tests GPU

2018-06-27 Thread GitBox
marcoabreu opened a new issue #11441: Failing KVStore test dist-kvstore tests GPU URL: https://github.com/apache/incubator-mxnet/issues/11441 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-11433/1/pipeline/1569 This test throws a lot of

[GitHub] haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198673607 ## File path: src/operator/tensor/indexing_op.h ## @@ -728,9 +759,9 @@ struct TakeParam: public

[GitHub] anirudh2290 commented on issue #10086: [MXNET-84] Segfault test_autograd.test_unary_func @ Python3: MKLDNN-CPU

2018-06-27 Thread GitBox
anirudh2290 commented on issue #10086: [MXNET-84] Segfault test_autograd.test_unary_func @ Python3: MKLDNN-CPU URL: https://github.com/apache/incubator-mxnet/issues/10086#issuecomment-400865539 assigned to myself, @azai91 is working on this.

[GitHub] anirudh2290 commented on issue #8892: Flaky test_loss.test_ctc_loss_train @ Python3: MKLML-CPU

2018-06-27 Thread GitBox
anirudh2290 commented on issue #8892: Flaky test_loss.test_ctc_loss_train @ Python3: MKLML-CPU URL: https://github.com/apache/incubator-mxnet/issues/8892#issuecomment-400865424 assigned to myself, @azai91 is working on this.

[GitHub] anirudh2290 commented on issue #8934: Seg fault test_autograd.test_unary_func @ Python2: MKLML-CPU

2018-06-27 Thread GitBox
anirudh2290 commented on issue #8934: Seg fault test_autograd.test_unary_func @ Python2: MKLML-CPU URL: https://github.com/apache/incubator-mxnet/issues/8934#issuecomment-400865340 assigned to myself @azai91 is working on this.

[GitHub] marcoabreu commented on issue #11422: WIP: Disabling a number of tests to improve CI stability.

2018-06-27 Thread GitBox
marcoabreu commented on issue #11422: WIP: Disabling a number of tests to improve CI stability. URL: https://github.com/apache/incubator-mxnet/pull/11422#issuecomment-400865347 We're using different approaches and thus would like to keep it separate

[GitHub] haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198673354 ## File path: src/operator/tensor/indexing_op.h ## @@ -321,10 +309,53 @@ struct Take {

[GitHub] szha commented on issue #11422: WIP: Disabling a number of tests to improve CI stability.

2018-06-27 Thread GitBox
szha commented on issue #11422: WIP: Disabling a number of tests to improve CI stability. URL: https://github.com/apache/incubator-mxnet/pull/11422#issuecomment-400865024 shall we address this in #11440? This is an automated

[GitHub] marcoabreu commented on issue #9381: (Flaky?) perl test failure

2018-06-27 Thread GitBox
marcoabreu commented on issue #9381: (Flaky?) perl test failure URL: https://github.com/apache/incubator-mxnet/issues/9381#issuecomment-400864991 Would it be possible to track the issue down? Our experience showed that setting a fixed seed often masks an actual bug in our implementation.

[GitHub] anirudh2290 commented on issue #11120: Address already in use during tutorial test

2018-06-27 Thread GitBox
anirudh2290 commented on issue #11120: Address already in use during tutorial test URL: https://github.com/apache/incubator-mxnet/issues/11120#issuecomment-400864919 assigned to @reminisce @access2rohit is working on this.

[GitHub] anirudh2290 edited a comment on issue #11120: Address already in use during tutorial test

2018-06-27 Thread GitBox
anirudh2290 edited a comment on issue #11120: Address already in use during tutorial test URL: https://github.com/apache/incubator-mxnet/issues/11120#issuecomment-400864919 assigned to @reminisce. @access2rohit is working on this.

[GitHub] anirudh2290 commented on issue #11290: Flaky test test_operator_gpu.test_scatter_gather_nd

2018-06-27 Thread GitBox
anirudh2290 commented on issue #11290: Flaky test test_operator_gpu.test_scatter_gather_nd URL: https://github.com/apache/incubator-mxnet/issues/11290#issuecomment-400864604 assigned to @reminisce . @access2rohit is working on this.

[GitHub] sergeykolychev commented on issue #9381: (Flaky?) perl test failure

2018-06-27 Thread GitBox
sergeykolychev commented on issue #9381: (Flaky?) perl test failure URL: https://github.com/apache/incubator-mxnet/issues/9381#issuecomment-400864629 @marcoabreu I'll add static seed to these tests in the PR that I have open right now. Thanks.

[GitHub] anirudh2290 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot

2018-06-27 Thread GitBox
anirudh2290 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot URL: https://github.com/apache/incubator-mxnet/issues/10920#issuecomment-400864422 assigned to haibin. @haojin2 has a PR open for this.

[GitHub] anirudh2290 commented on issue #11103: Problem with test_contrib_io.test_contrib_DataLoaderIter

2018-06-27 Thread GitBox
anirudh2290 commented on issue #11103: Problem with test_contrib_io.test_contrib_DataLoaderIter URL: https://github.com/apache/incubator-mxnet/issues/11103#issuecomment-400864318 assigned to haibin. @haojin2 is working on this.

[GitHub] anirudh2290 commented on issue #10988: Flaky test: test_operator_gpu.test_countsketch

2018-06-27 Thread GitBox
anirudh2290 commented on issue #10988: Flaky test: test_operator_gpu.test_countsketch URL: https://github.com/apache/incubator-mxnet/issues/10988#issuecomment-400864187 assigned to haibin @haojin2 is working on this. This

[GitHub] RedbackThomson commented on issue #10937: c++ API, fixed batch size for predictor.

2018-06-27 Thread GitBox
RedbackThomson commented on issue #10937: c++ API, fixed batch size for predictor. URL: https://github.com/apache/incubator-mxnet/issues/10937#issuecomment-400864118 I am calling MXPredReshape with an updated input_shape_data (only changing the batch size), but when I do, the

[GitHub] eric-haibin-lin opened a new issue #9381: (Flaky?) perl test failure

2018-06-27 Thread GitBox
eric-haibin-lin opened a new issue #9381: (Flaky?) perl test failure URL: https://github.com/apache/incubator-mxnet/issues/9381 I'm looking at the build status for each commit on MXNet master and noticed that perl test failed once a few weeks ago. Was this already fixed? @sergeykolychev

[GitHub] haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198671602 ## File path: src/operator/tensor/indexing_op.cc ## @@ -389,7 +389,7 @@ Examples:: )code"

[GitHub] haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198671449 ## File path: src/operator/tensor/indexing_op.h ## @@ -805,17 +836,259 @@ void

[GitHub] marcoabreu commented on issue #8892: Flaky test_loss.test_ctc_loss_train @ Python3: MKLML-CPU

2018-06-27 Thread GitBox
marcoabreu commented on issue #8892: Flaky test_loss.test_ctc_loss_train @ Python3: MKLML-CPU URL: https://github.com/apache/incubator-mxnet/issues/8892#issuecomment-400862742 Oh, it should be a different seed ._. Would you mind submitting a patch that changes the seed for each

[GitHub] haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
haojin2 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198670531 ## File path: src/operator/tensor/indexing_op.h ## @@ -805,17 +836,259 @@ void

[GitHub] marcoabreu opened a new pull request #11440: Disable flaky tests

2018-06-27 Thread GitBox
marcoabreu opened a new pull request #11440: Disable flaky tests URL: https://github.com/apache/incubator-mxnet/pull/11440 Temporarily disable flaky tests This is an automated message from the Apache Git Service. To respond

[GitHub] marcoabreu commented on issue #11395: Check failed: e == cudaSuccess CUDA: unspecified launch failure

2018-06-27 Thread GitBox
marcoabreu commented on issue #11395: Check failed: e == cudaSuccess CUDA: unspecified launch failure URL: https://github.com/apache/incubator-mxnet/issues/11395#issuecomment-400858626 This seems to be caused by test_conv:

[GitHub] anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198637652 ## File path: src/operator/tensor/indexing_op.h ## @@ -321,10 +309,53 @@ struct Take {

[GitHub] anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198636293 ## File path: src/operator/tensor/indexing_op.h ## @@ -744,37 +775,36 @@ struct TakeParam:

[GitHub] anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator

2018-06-27 Thread GitBox
anirudh2290 commented on a change in pull request #11326: [MXNET-381] Enhancement of take operator URL: https://github.com/apache/incubator-mxnet/pull/11326#discussion_r198667869 ## File path: src/operator/tensor/indexing_op.h ## @@ -805,17 +836,259 @@ void

  1   2   3   >