[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
TaoLv commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324531557 ## File path: src/common/exec_utils.h ## @@ -59,15 +59,15 @@ inline bool SetupDefaultBlobsIn(const std

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16173: Saving and loading cudNN autotune and graph optimization

2019-09-16 Thread GitBox
pengzhao-intel commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-531667244 @ZhennanQin will follow up with the details :)

[GitHub] [incubator-mxnet] hgt312 commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator

2019-09-16 Thread GitBox
hgt312 commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator URL: https://github.com/apache/incubator-mxnet/pull/15816#discussion_r324536659 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -92,6 +92,65 @@ def is_int(dtype):

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

2019-09-16 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 6b875fa Bump the publish

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16173: Saving and loading cudNN autotune and graph optimization

2019-09-16 Thread GitBox
ZhennanQin commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-531672296 I roughly go through this topic, and I think we need a top level design first, like, which information needs to

[GitHub] [incubator-mxnet] haojin2 commented on issue #16015: [numpy][tvm] rad2deg && deg2rad

2019-09-16 Thread GitBox
haojin2 commented on issue #16015: [numpy][tvm] rad2deg && deg2rad URL: https://github.com/apache/incubator-mxnet/pull/16015#issuecomment-531677539 @yzhliu This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324551129 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.cc ## @@ -126,13 +127,12 @@ mkldnn::convolut

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324547136 ## File path: src/operator/nn/mkldnn/mkldnn_base-inl.h ## @@ -277,6 +277,19 @@ inline static mkldnn:

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324547629 ## File path: src/operator/nn/mkldnn/mkldnn_convolution-inl.h ## @@ -79,54 +79,63 @@ struct MKLDNNCo

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324552113 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.cc ## @@ -57,7 +58,7 @@ mkldnn::convolution_

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
rongzha1 commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324557385 ## File path: src/operator/operator_common.h ## @@ -526,17 +526,46 @@ class OpSignature { * and

[GitHub] [incubator-mxnet] QueensGambit commented on issue #16173: Saving and loading cudNN autotune and graph optimization

2019-09-16 Thread GitBox
QueensGambit commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-531757648 @ZhennanQin This sounds reasonable. Maybe it would be good to create a cwiki page for the top level design:

[GitHub] [incubator-mxnet] sxjscience merged pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-16 Thread GitBox
sxjscience merged pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016 This is an automated message from the Apache Git Service. To respond to the message

[incubator-mxnet] branch master updated (18d145c -> 5ed5689)

2019-09-16 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 18d145c use 1E-4 in groupnorm test(#16169) add 5ed5689 numpy operator ravel, derive from reshape

[GitHub] [incubator-mxnet] Laurawly commented on issue #15901: [Numpy] operator hypot

2019-09-16 Thread GitBox
Laurawly commented on issue #15901: [Numpy] operator hypot URL: https://github.com/apache/incubator-mxnet/pull/15901#issuecomment-531810964 @tingying2020 Please fix the branch conflicts. This is an automated message from the A

[GitHub] [incubator-mxnet] shoubhik opened a new issue #16177: How to dump quantized weights from MKLDNN as Ndarray

2019-09-16 Thread GitBox
shoubhik opened a new issue #16177: How to dump quantized weights from MKLDNN as Ndarray URL: https://github.com/apache/incubator-mxnet/issues/16177 Hi, I have a use case where i need to debug the weights of Convolution layer when quantized by MKLDNN in MXNet [here](https://github.com/

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16097: [numpy] array ufunc and array function protocols

2019-09-16 Thread GitBox
leezu edited a comment on issue #16097: [numpy] array ufunc and array function protocols URL: https://github.com/apache/incubator-mxnet/pull/16097#issuecomment-530725409 @szha this assumes that people can't upgrade to numpy 1.17 if they are using 1.16, even though there are no breaking cha

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16097: [numpy] array ufunc and array function protocols

2019-09-16 Thread GitBox
leezu edited a comment on issue #16097: [numpy] array ufunc and array function protocols URL: https://github.com/apache/incubator-mxnet/pull/16097#issuecomment-530725409 @szha this assumes that people can't upgrade to numpy 1.17 if they are using 1.16, even though there is no breaking chan

[GitHub] [incubator-mxnet] hzfan commented on issue #15855: [Numpy] cumprod

2019-09-16 Thread GitBox
hzfan commented on issue #15855: [Numpy] cumprod URL: https://github.com/apache/incubator-mxnet/pull/15855#issuecomment-531877059 Have Rebased. And a minor change: move the dispatch of req to func `set_req` in `src/operator/tvmop/utils.h` so it can be reused. --

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #16178: [WIP]improving argmax perf

2019-09-16 Thread GitBox
access2rohit opened a new pull request #16178: [WIP]improving argmax perf URL: https://github.com/apache/incubator-mxnet/pull/16178 ## Description ## Removes mshadow implementation of argmax and add fresh implementation for it ## Checklist ## ### Essentials ### Please feel fr

[GitHub] [incubator-mxnet] zhreshold commented on issue #16114: improve dataloader signals and messages

2019-09-16 Thread GitBox
zhreshold commented on issue #16114: improve dataloader signals and messages URL: https://github.com/apache/incubator-mxnet/pull/16114#issuecomment-531885989 @wkcn It's mandatory to have timeout in order to catch excetions in subprocess due to a python bug. ---

[GitHub] [incubator-mxnet] hzfan commented on issue #15855: [Numpy] cumprod

2019-09-16 Thread GitBox
hzfan commented on issue #15855: [Numpy] cumprod URL: https://github.com/apache/incubator-mxnet/pull/15855#issuecomment-531888996 Another minor modification: Rename `src/operator/contrib/tvmop/core/fromnumeric.cc` as `src/operator/numpy/np_cumprod.cc` (following the naming convention of `

[GitHub] [incubator-mxnet] DickJC123 edited a comment on issue #15657: Eliminate common expressions

2019-09-16 Thread GitBox
DickJC123 edited a comment on issue #15657: Eliminate common expressions URL: https://github.com/apache/incubator-mxnet/pull/15657#issuecomment-531360012 Another area to spend some extra thought on involves the primary outputs and the gradients of primary inputs. If you combined two output

[GitHub] [incubator-mxnet] Vikas-kum closed issue #16168: group norm tests are failing

2019-09-16 Thread GitBox
Vikas-kum closed issue #16168: group norm tests are failing URL: https://github.com/apache/incubator-mxnet/issues/16168 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-mxnet] samskalicky commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread

2019-09-16 Thread GitBox
samskalicky commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread URL: https://github.com/apache/incubator-mxnet/issues/16087#issuecomment-531907514 @mxnet-label-bot add [bug,pending-requester-response]

[GitHub] [incubator-mxnet] samskalicky commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread

2019-09-16 Thread GitBox
samskalicky commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread URL: https://github.com/apache/incubator-mxnet/issues/16087#issuecomment-531907672 @mxnet-label-bot add [bug] -

[GitHub] [incubator-mxnet] samskalicky commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread

2019-09-16 Thread GitBox
samskalicky commented on issue #16087: Error memory leak in multi thread use Threading library in python, when predict from same a model for multi thread URL: https://github.com/apache/incubator-mxnet/issues/16087#issuecomment-531907923 @anirudh2290 --

[GitHub] [incubator-mxnet] samskalicky commented on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up()

2019-09-16 Thread GitBox
samskalicky commented on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up() URL: https://github.com/apache/incubator-mxnet/issues/16098#issuecomment-531909162 @zachgk add [bug] This is an automated message fr

[incubator-mxnet] branch ir-patch created (now 5ed5689)

2019-09-16 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch ir-patch in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 5ed5689 numpy operator ravel, derive from reshape (#16016) No new revisions were added by this update

[GitHub] [incubator-mxnet] samskalicky commented on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up()

2019-09-16 Thread GitBox
samskalicky commented on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up() URL: https://github.com/apache/incubator-mxnet/issues/16098#issuecomment-531911361 @zachgk assign [@reminisce ] This is an automated

[GitHub] [incubator-mxnet] samskalicky commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-16 Thread GitBox
samskalicky commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-531911611 @zachgk assign [@reminisce ] This is an automated

[GitHub] [incubator-mxnet] samskalicky commented on issue #16102: Usability degradation

2019-09-16 Thread GitBox
samskalicky commented on issue #16102: Usability degradation URL: https://github.com/apache/incubator-mxnet/issues/16102#issuecomment-531912115 @zachgk assign [@sxjscience] This is an automated message from the Apache Git Ser

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #16175: [Dataset] add shard API

2019-09-16 Thread GitBox
zhreshold commented on a change in pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#discussion_r324829139 ## File path: python/mxnet/gluon/data/dataset.py ## @@ -64,6 +64,37 @@ def filter(self, fn): from . impor

[GitHub] [incubator-mxnet] samskalicky commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1)

2019-09-16 Thread GitBox
samskalicky commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1) URL: https://github.com/apache/incubator-mxnet/issues/16106#issuecomment-531913166 @zachgk assign [@samskalicky ] ---

[GitHub] [incubator-mxnet] Vikas-kum opened a new pull request #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
Vikas-kum opened a new pull request #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179 ## Description ## Fixing tutorials test. Disabling some tutorials test until we get a fix for them. Explicitly disabling gluon perf test, profiler test and mkldn

[GitHub] [incubator-mxnet] Vikas-kum closed pull request #16159: fixing test for model compatibility checker

2019-09-16 Thread GitBox
Vikas-kum closed pull request #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] Vikas-kum opened a new pull request #16159: fixing test for model compatibility checker

2019-09-16 Thread GitBox
Vikas-kum opened a new pull request #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159 ## Description ## adding libtvm.so to test ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for y

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

2019-09-16 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 3ea5b8b Bump the publish

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: [WIP] dynamic custom operator support

2019-09-16 Thread GitBox
samskalicky commented on a change in pull request #15921: [WIP] dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r324862929 ## File path: include/mxnet/lib_api.h ## @@ -18,33 +18,601 @@ */ /*! - * Copyright (c) 2015

[GitHub] [incubator-mxnet] zachgk merged pull request #16163: Adds dynamic libmxnet to CD pipeline

2019-09-16 Thread GitBox
zachgk merged pull request #16163: Adds dynamic libmxnet to CD pipeline URL: https://github.com/apache/incubator-mxnet/pull/16163 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-mxnet] branch master updated (5ed5689 -> 7fc1d84)

2019-09-16 Thread zachgk
This is an automated email from the ASF dual-hosted git repository. zachgk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5ed5689 numpy operator ravel, derive from reshape (#16016) add 7fc1d84 Adds dynamic libmxnet to CD pi

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2019-09-16 Thread GitBox
mxnet-label-bot commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167#issuecomment-531940931 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate

[GitHub] [incubator-mxnet] zachgk commented on issue #16108: Subgraph API creates duplicate inputs and outputs

2019-09-16 Thread GitBox
zachgk commented on issue #16108: Subgraph API creates duplicate inputs and outputs URL: https://github.com/apache/incubator-mxnet/issues/16108#issuecomment-531941216 @mxnet-label-bot add [Performance] This is an automated m

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16174: How to build new operators?

2019-09-16 Thread GitBox
mxnet-label-bot commented on issue #16174: How to build new operators? URL: https://github.com/apache/incubator-mxnet/issues/16174#issuecomment-531941549 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MX

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases

2019-09-16 Thread GitBox
mxnet-label-bot commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases URL: https://github.com/apache/incubator-mxnet/issues/16162#issuecomment-531941629 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some lab

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16176: When convert mxnet model (simple pose) to onnx , the deconvolution’s convert function miss?

2019-09-16 Thread GitBox
mxnet-label-bot commented on issue #16176: When convert mxnet model (simple pose) to onnx , the deconvolution’s convert function miss? URL: https://github.com/apache/incubator-mxnet/issues/16176#issuecomment-531941783 Hey, this is the MXNet Label Bot. Thank you for submitting the issu

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16173: Saving and loading cudNN autotune and graph optimization

2019-09-16 Thread GitBox
mxnet-label-bot commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-531941860 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labe

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16168: group norm tests are failing

2019-09-16 Thread GitBox
mxnet-label-bot commented on issue #16168: group norm tests are failing URL: https://github.com/apache/incubator-mxnet/issues/16168#issuecomment-531941818 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate M

[GitHub] [incubator-mxnet] sxjscience opened a new pull request #16180: Add exception check for numpy reshape

2019-09-16 Thread GitBox
sxjscience opened a new pull request #16180: Add exception check for numpy reshape URL: https://github.com/apache/incubator-mxnet/pull/16180 ## Description ## Try to add exception to avoid error-message downgrade issues reported in https://github.com/apache/incubator-mxnet/issues/16

[GitHub] [incubator-mxnet] sxjscience commented on issue #16180: Add exception check for numpy reshape

2019-09-16 Thread GitBox
sxjscience commented on issue #16180: Add exception check for numpy reshape URL: https://github.com/apache/incubator-mxnet/pull/16180#issuecomment-531944224 @samskalicky @zachgk This is an automated message from the Apache Gi

[GitHub] [incubator-mxnet] apeforest merged pull request #16156: Sequence last fix

2019-09-16 Thread GitBox
apeforest merged pull request #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[incubator-mxnet] branch master updated (7fc1d84 -> 692f49f)

2019-09-16 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7fc1d84 Adds dynamic libmxnet to CD pipeline (#16163) add 692f49f Sequence last fix (#16156) No n

[GitHub] [incubator-mxnet] frankfliu closed pull request #14249: Update inference sample make file.

2019-09-16 Thread GitBox
frankfliu closed pull request #14249: Update inference sample make file. URL: https://github.com/apache/incubator-mxnet/pull/14249 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-mxnet] frankfliu closed pull request #15946: Cherry pick scala fix into 1.5.x branch

2019-09-16 Thread GitBox
frankfliu closed pull request #15946: Cherry pick scala fix into 1.5.x branch URL: https://github.com/apache/incubator-mxnet/pull/15946 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #16175: [Dataset] add shard API

2019-09-16 Thread GitBox
marcoabreu commented on a change in pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#discussion_r324882558 ## File path: tests/python/unittest/test_gluon_data.py ## @@ -296,6 +296,24 @@ def test_dataset_filter(): fo

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

2019-09-16 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 4dc2959 Bump the publish

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16181: disabled 3 tutorials tests

2019-09-16 Thread GitBox
mxnet-label-bot commented on issue #16181: disabled 3 tutorials tests URL: https://github.com/apache/incubator-mxnet/issues/16181#issuecomment-531965494 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXN

[GitHub] [incubator-mxnet] Vikas-kum opened a new issue #16181: disabled 3 tutorials tests

2019-09-16 Thread GitBox
Vikas-kum opened a new issue #16181: disabled 3 tutorials tests URL: https://github.com/apache/incubator-mxnet/issues/16181 Nighltly tests are failing due to some tutorial tests. We fixed some. 3 tests were disabled form this file : tests/tutorials/test_tutorials.py test_gluon_perfor

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
Vikas-kum commented on issue #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#issuecomment-531965545 @anirudh2290 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
Vikas-kum commented on issue #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#issuecomment-531966172 github issue created - https://github.com/apache/incubator-mxnet/issues/16181 for reenabling tests once we have fixes. --

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #16159: fixing test for model compatibility checker

2019-09-16 Thread GitBox
Vikas-kum commented on issue #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159#issuecomment-531966484 @anirudh2290 This is an automated message from the Apache Git S

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
anirudh2290 commented on a change in pull request #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#discussion_r324895780 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -39,7 +39,7 @@ core_logic: { utils.pack_lib('gp

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
anirudh2290 commented on a change in pull request #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#discussion_r324895908 ## File path: tests/tutorials/test_tutorials.py ## @@ -114,10 +113,10 @@ def test_gluon_save_load_params(): def

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #16181: disabled 3 tutorials tests

2019-09-16 Thread GitBox
Vikas-kum commented on issue #16181: disabled 3 tutorials tests URL: https://github.com/apache/incubator-mxnet/issues/16181#issuecomment-531967661 @mxnet-label-bot [Test] This is an automated message from the Apache Git Servi

[GitHub] [incubator-mxnet] sad- commented on issue #16181: disabled 3 tutorials tests

2019-09-16 Thread GitBox
sad- commented on issue #16181: disabled 3 tutorials tests URL: https://github.com/apache/incubator-mxnet/issues/16181#issuecomment-531967993 profiler fix should be in this pr: https://github.com/apache/incubator-mxnet/pull/16160 But yeah we can disable until after the fixes for mkl

[GitHub] [incubator-mxnet] igolan opened a new issue #16182: contrib.cond operator does not parameterized block execution

2019-09-16 Thread GitBox
igolan opened a new issue #16182: contrib.cond operator does not parameterized block execution URL: https://github.com/apache/incubator-mxnet/issues/16182 ## Description ``contrib.cond`` operator does not support parameterized block execution (cannot infer shape). ## Environment

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #16159: fixing test for model compatibility checker

2019-09-16 Thread GitBox
anirudh2290 merged pull request #16159: fixing test for model compatibility checker URL: https://github.com/apache/incubator-mxnet/pull/16159 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-mxnet] zachgk commented on issue #16121: Using custom gcc version

2019-09-16 Thread GitBox
zachgk commented on issue #16121: Using custom gcc version URL: https://github.com/apache/incubator-mxnet/issues/16121#issuecomment-531972844 Hi @mahmoodn. If you are using the MAKE base build instead of the CMake one, then you can pass in a new value for CXX through `make CXX=xxx ...`. Yo

[incubator-mxnet] branch master updated (692f49f -> 2a55cd7)

2019-09-16 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 692f49f Sequence last fix (#16156) add 2a55cd7 fixing test for model compatibility checker (#161

[GitHub] [incubator-mxnet] Vikas-kum commented on a change in pull request #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
Vikas-kum commented on a change in pull request #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#discussion_r324903596 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -39,7 +39,7 @@ core_logic: { utils.pack_lib('gpu'

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #16181: disabled 3 tutorials tests

2019-09-16 Thread GitBox
Vikas-kum commented on issue #16181: disabled 3 tutorials tests URL: https://github.com/apache/incubator-mxnet/issues/16181#issuecomment-531979949 @sad- Thanks. I tried that but doesn't look like profiler tests were passing- Looks like there is more to fix here - New error that cam

[GitHub] [incubator-mxnet] zachgk opened a new pull request #16183: Fix README Build Status

2019-09-16 Thread GitBox
zachgk opened a new pull request #16183: Fix README Build Status URL: https://github.com/apache/incubator-mxnet/pull/16183 ## Description ## We display a build status at the top of the README between the mxnet logo and the Portable, Efficient, Scalable graphics. It is currently broken du

[GitHub] [incubator-mxnet] zachgk closed issue #16146: Website build on CI is down due to Julia error

2019-09-16 Thread GitBox
zachgk closed issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-mxnet] zachgk commented on issue #16146: Website build on CI is down due to Julia error

2019-09-16 Thread GitBox
zachgk commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-531982522 Since #16147 was raised that seems to address this issue and the website publishing has been successful for the last 15 runs,

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16155: set fixed seed for profiler

2019-09-16 Thread GitBox
ChaiBapchya commented on a change in pull request #16155: set fixed seed for profiler URL: https://github.com/apache/incubator-mxnet/pull/16155#discussion_r324912567 ## File path: benchmark/opperf/README.md ## @@ -173,6 +173,22 @@ This utility queries MXNet operator regist

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16155: set fixed seed for profiler

2019-09-16 Thread GitBox
ChaiBapchya commented on a change in pull request #16155: set fixed seed for profiler URL: https://github.com/apache/incubator-mxnet/pull/16155#discussion_r324912567 ## File path: benchmark/opperf/README.md ## @@ -173,6 +173,22 @@ This utility queries MXNet operator regist

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
access2rohit commented on a change in pull request #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#discussion_r324913952 ## File path: tests/utils/notebook_test/__init__.py ## @@ -31,7 +31,7 @@ IPYTHON_VERSION = 4 # Pin to ipytho

[GitHub] [incubator-mxnet] access2rohit commented on issue #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
access2rohit commented on issue #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#issuecomment-531984632 one nitpicky comment rest LGTM! This is an automated message from the Apache Git Ser

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs

2019-09-16 Thread GitBox
samskalicky commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs URL: https://github.com/apache/incubator-mxnet/pull/16131#discussion_r324915391 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -296,8 +296,20 @@ class Subgrap

[GitHub] [incubator-mxnet] zachgk commented on issue #16183: Fix README Build Status

2019-09-16 Thread GitBox
zachgk commented on issue #16183: Fix README Build Status URL: https://github.com/apache/incubator-mxnet/pull/16183#issuecomment-531986305 @aaronmarkham Ok. I figured out how to label the badges so the current version is https://github.com/zachgk/incubator-mxnet/blob/de80f2a0e27fc7af7489d0

[GitHub] [incubator-mxnet] zachgk commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases

2019-09-16 Thread GitBox
zachgk commented on issue #16162: [CI] [Flaky] [Test] Unix Cpu test failed on Clojure cases URL: https://github.com/apache/incubator-mxnet/issues/16162#issuecomment-531987600 That error means the CI machine was unable to connect to Maven central to download the package. We see it sometime

[GitHub] [incubator-mxnet] zachgk commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2019-09-16 Thread GitBox
zachgk commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167#issuecomment-531989453 Is there a plan to create a branch either for the 1.x version and have master reflect 2.0 or to create a branch for the 2.0 version and keep m

[GitHub] [incubator-mxnet] zachgk commented on issue #16174: How to build new operators?

2019-09-16 Thread GitBox
zachgk commented on issue #16174: How to build new operators? URL: https://github.com/apache/incubator-mxnet/issues/16174#issuecomment-531992399 Did you receive any kind of error when you tried to compile mxnet? Also, the new operator FAQ might be able to help you https://mxnet.incubator.

[GitHub] [incubator-mxnet] zachgk commented on issue #16177: How to dump quantized weights from MKLDNN as Ndarray

2019-09-16 Thread GitBox
zachgk commented on issue #16177: How to dump quantized weights from MKLDNN as Ndarray URL: https://github.com/apache/incubator-mxnet/issues/16177#issuecomment-531993249 ping @pengzhao-intel This is an automated message from

[GitHub] [incubator-mxnet] zachgk commented on issue #16182: contrib.cond operator does not parameterized block execution

2019-09-16 Thread GitBox
zachgk commented on issue #16182: contrib.cond operator does not parameterized block execution URL: https://github.com/apache/incubator-mxnet/issues/16182#issuecomment-531995373 @junrushao1994 Can you take a look? This is an

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16175: [Dataset] add shard API

2019-09-16 Thread GitBox
wkcn commented on a change in pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#discussion_r324928963 ## File path: python/mxnet/gluon/data/dataset.py ## @@ -64,6 +64,37 @@ def filter(self, fn): from . import Fil

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16177: How to dump quantized weights from MKLDNN as Ndarray

2019-09-16 Thread GitBox
pengzhao-intel commented on issue #16177: How to dump quantized weights from MKLDNN as Ndarray URL: https://github.com/apache/incubator-mxnet/issues/16177#issuecomment-532003397 Thanks @zhennanqin to follow up :) This is an

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
anirudh2290 commented on a change in pull request #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179#discussion_r324938174 ## File path: tests/utils/notebook_test/__init__.py ## @@ -31,7 +31,7 @@ IPYTHON_VERSION = 4 # Pin to ipython

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #16179: Tutorials nighly fix

2019-09-16 Thread GitBox
anirudh2290 merged pull request #16179: Tutorials nighly fix URL: https://github.com/apache/incubator-mxnet/pull/16179 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[incubator-mxnet] branch master updated (2a55cd7 -> 3dacabe)

2019-09-16 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 2a55cd7 fixing test for model compatibility checker (#16159) add 3dacabe Tutorials nighly fix (#

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs

2019-09-16 Thread GitBox
ZhennanQin commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs URL: https://github.com/apache/incubator-mxnet/pull/16131#discussion_r324939057 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -296,8 +296,20 @@ class Subgraph

[GitHub] [incubator-mxnet] YouhuiBai commented on issue #15674: Straggler in latest mxnet when training with distributed parameter server

2019-09-16 Thread GitBox
YouhuiBai commented on issue #15674: Straggler in latest mxnet when training with distributed parameter server URL: https://github.com/apache/incubator-mxnet/issues/15674#issuecomment-532010392 @apeforest Very sorry, I forgot to check the gmail because it is uncommonly used. I used branch

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324944841 ## File path: src/operator/operator_common.h ## @@ -526,17 +526,46 @@ class OpSignature { * an

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324945190 ## File path: src/operator/nn/mkldnn/mkldnn_base-inl.h ## @@ -277,6 +277,19 @@ inline static mkldn

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-16 Thread GitBox
ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324945129 ## File path: src/operator/nn/mkldnn/mkldnn_convolution-inl.h ## @@ -79,54 +79,63 @@ struct MKLDNN

[GitHub] [incubator-mxnet] R1ncy commented on issue #15320: Weird C++ Error / Bug when calling asnumpy() or exporting the weight of darknet53 while training

2019-09-16 Thread GitBox
R1ncy commented on issue #15320: Weird C++ Error / Bug when calling asnumpy() or exporting the weight of darknet53 while training URL: https://github.com/apache/incubator-mxnet/issues/15320#issuecomment-532016111 the label of my class index is from 0 to 999, so the class number=1000. i c

[GitHub] [incubator-mxnet] wuxun-zhang opened a new pull request #16184: Add large tensor nightly tests for MKL-DNN operators

2019-09-16 Thread GitBox
wuxun-zhang opened a new pull request #16184: Add large tensor nightly tests for MKL-DNN operators URL: https://github.com/apache/incubator-mxnet/pull/16184 To track the correctness of MKL-DNN operators when switching to use int64 tensor size, we added nightly tests script here. In this sc

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs

2019-09-16 Thread GitBox
samskalicky commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs URL: https://github.com/apache/incubator-mxnet/pull/16131#discussion_r324948919 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -296,8 +296,20 @@ class Subgrap

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

2019-09-16 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 0f17b51 Bump the publish

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs

2019-09-16 Thread GitBox
ZhennanQin commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs URL: https://github.com/apache/incubator-mxnet/pull/16131#discussion_r324950644 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -296,8 +296,20 @@ class Subgraph

  1   2   >