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

2019-01-03 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 6836256 Bump the publish ti

[GitHub] eric-haibin-lin commented on issue #13764: Less cudaGet/SetDevice calls in Gluon execution

2019-01-03 Thread GitBox
eric-haibin-lin commented on issue #13764: Less cudaGet/SetDevice calls in Gluon execution URL: https://github.com/apache/incubator-mxnet/pull/13764#issuecomment-451366768 @ctcyang could you also take a look? This is an auto

[GitHub] eric-haibin-lin commented on a change in pull request #13764: Less cudaGet/SetDevice calls in Gluon execution

2019-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #13764: Less cudaGet/SetDevice calls in Gluon execution URL: https://github.com/apache/incubator-mxnet/pull/13764#discussion_r245222791 ## File path: src/kvstore/comm.h ## @@ -724,10 +724,9 @@ class CommDevice : public

[GitHub] kedarbellare opened a new pull request #13769: Clojure example for fixed label-width captcha recognition

2019-01-03 Thread GitBox
kedarbellare opened a new pull request #13769: Clojure example for fixed label-width captcha recognition URL: https://github.com/apache/incubator-mxnet/pull/13769 ## Description ## Adds an example for training a captcha OCR model and using the learned model for performing inferenc

[GitHub] TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2019-01-03 Thread GitBox
TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-451360035 Confirmed this problem exists on machine without AVX512 as threading optimization for 1D Convolution is made for AVX512 only. Would

[GitHub] TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2019-01-03 Thread GitBox
TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-451359219 Ummm, just notice that you're using c4.8xlarge which I think have no AVX512. Will have another try and come back to you later. ---

[GitHub] TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2019-01-03 Thread GitBox
TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-451357349 @bputrycz Cannot reproduce the problem. The code snippet you provided scales well on my machine: ``` $ OMP_NUM_THREADS=1 pyth

[GitHub] pengzhao-intel commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2019-01-03 Thread GitBox
pengzhao-intel commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-451352260 @TaoLv is following this issue and will back to you with more details soon. -

[GitHub] pengzhao-intel commented on issue #13438: libc getenv is not threadsafe

2019-01-03 Thread GitBox
pengzhao-intel commented on issue #13438: libc getenv is not threadsafe URL: https://github.com/apache/incubator-mxnet/issues/13438#issuecomment-451351159 thanks @samskalicky It's a long thread, we need to warm up and understand the background :) @TaoLv could you help take a look

[GitHub] pengzhao-intel edited a comment on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2019-01-03 Thread GitBox
pengzhao-intel edited a comment on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-451350105 @bputrycz really thanks for trying the new MKLDNN API and give us the very useful feedback. Nice analysis and r

[GitHub] pengzhao-intel commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2019-01-03 Thread GitBox
pengzhao-intel commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-451350105 Thanks @bputrycz really thanks for trying the new MKLDNN API and give us the very useful feedback. Nice analysis and r

[GitHub] chinakook commented on issue #13001: Feature request: numpy.cumsum

2019-01-03 Thread GitBox
chinakook commented on issue #13001: Feature request: numpy.cumsum URL: https://github.com/apache/incubator-mxnet/issues/13001#issuecomment-451346456 I think a better solution is to write a c++ version of this op. This is an

[GitHub] MyYaYa commented on issue #13001: Feature request: numpy.cumsum

2019-01-03 Thread GitBox
MyYaYa commented on issue #13001: Feature request: numpy.cumsum URL: https://github.com/apache/incubator-mxnet/issues/13001#issuecomment-451343665 > I find a elegant method to implement cumsum. Hope this will be useful. > > ``` > step = lambda data, state : (data + state[0], state

[GitHub] MyYaYa commented on issue #13734: gluon.utils.split_and_load cause cuda initialization error

2019-01-03 Thread GitBox
MyYaYa commented on issue #13734: gluon.utils.split_and_load cause cuda initialization error URL: https://github.com/apache/incubator-mxnet/issues/13734#issuecomment-451342714 > @MyYaYa Thank you for reporting the issue. Do you know the reasons causing the problem?

[GitHub] szha closed pull request #13695: fix bug in profiler tutorial when using cpu

2019-01-03 Thread GitBox
szha closed pull request #13695: fix bug in profiler tutorial when using cpu URL: https://github.com/apache/incubator-mxnet/pull/13695 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 f

[incubator-mxnet] branch master updated: fix bug in profiler tutorial when using cpu (#13695)

2019-01-03 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 24068c2 fix bug in profiler tutorial

[GitHub] Soonhwan-Kwon commented on issue #13695: fix bug in profiler tutorial when using cpu

2019-01-03 Thread GitBox
Soonhwan-Kwon commented on issue #13695: fix bug in profiler tutorial when using cpu URL: https://github.com/apache/incubator-mxnet/pull/13695#issuecomment-451333917 @marcoabreu any update? This is an automated message from t

[GitHub] anirudhacharya commented on a change in pull request #13612: add pos_weight for SigmoidBinaryCrossEntropyLoss

2019-01-03 Thread GitBox
anirudhacharya commented on a change in pull request #13612: add pos_weight for SigmoidBinaryCrossEntropyLoss URL: https://github.com/apache/incubator-mxnet/pull/13612#discussion_r245184013 ## File path: tests/python/unittest/test_loss.py ## @@ -420,6 +420,37 @@ def test_p

[GitHub] piiswrong commented on issue #10992: unlink memory shared file immediately on linux

2019-01-03 Thread GitBox
piiswrong commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-451331523 I can't reproduce. Maybe this would help? ``` if sys.version_info[0] == 2: new_fd = multiproce

[GitHub] Vikas89 edited a comment on issue #10992: unlink memory shared file immediately on linux

2019-01-03 Thread GitBox
Vikas89 edited a comment on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-451330286 @piiswrong this PR introduces a bug in gluon, can you please take a quick look. Code to repro is: ``` f

[GitHub] Vikas89 commented on issue #10992: unlink memory shared file immediately on linux

2019-01-03 Thread GitBox
Vikas89 commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-451330286 @piiswrong this PR introduces a bug in gluon. Code to repro is: ``` from multiprocessing import Queue, Event,

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

2019-01-03 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 6bafc2f Bump the publish ti

[GitHub] soeque1 edited a comment on issue #13647: Update lip reading example

2019-01-03 Thread GitBox
soeque1 edited a comment on issue #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451321255 > I'm about 10-11 hours in on the preprocessing. And it is on the s7 folder, which if it has been going in order - we've got a really long ti

[GitHub] soeque1 edited a comment on issue #13647: Update lip reading example

2019-01-03 Thread GitBox
soeque1 edited a comment on issue #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451321255 > I'm about 10-11 hours in on the preprocessing. And it is on the s7 folder, which if it has been going in order - we've got a really long ti

[GitHub] soeque1 edited a comment on issue #13647: Update lip reading example

2019-01-03 Thread GitBox
soeque1 edited a comment on issue #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451321255 > I'm about 10-11 hours in on the preprocessing. And it is on the s7 folder, which if it has been going in order - we've got a really long ti

[GitHub] soeque1 edited a comment on issue #13647: Update lip reading example

2019-01-03 Thread GitBox
soeque1 edited a comment on issue #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451321255 > I'm about 10-11 hours in on the preprocessing. And it is on the s7 folder, which if it has been going in order - we've got a really long ti

[GitHub] ifeherva opened a new pull request #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge]

2019-01-03 Thread GitBox
ifeherva opened a new pull request #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge] URL: https://github.com/apache/incubator-mxnet/pull/13768 This PR tries to reduce CI load by adding logic to each pipeline which will skip all stages when changes would not affect t

[GitHub] soeque1 edited a comment on issue #13647: Update lip reading example

2019-01-03 Thread GitBox
soeque1 edited a comment on issue #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451321255 > I'm about 10-11 hours in on the preprocessing. And it is on the s7 folder, which if it has been going in order - we've got a really long ti

[GitHub] soeque1 commented on issue #13647: Update lip reading example

2019-01-03 Thread GitBox
soeque1 commented on issue #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451321255 > I'm about 10-11 hours in on the preprocessing. And it is on the s7 folder, which if it has been going in order - we've got a really long time to g

[GitHub] frankfliu commented on a change in pull request #13761: Use curl to download sample data instead of wget.

2019-01-03 Thread GitBox
frankfliu commented on a change in pull request #13761: Use curl to download sample data instead of wget. URL: https://github.com/apache/incubator-mxnet/pull/13761#discussion_r245167048 ## File path: scala-package/examples/scripts/rnn/run_test_charrnn.sh ## @@ -27,7 +27,7

[GitHub] piyushghai commented on issue #13678: [MXNET-1260] Float64 DType computation support in Scala

2019-01-03 Thread GitBox
piyushghai commented on issue #13678: [MXNET-1260] Float64 DType computation support in Scala URL: https://github.com/apache/incubator-mxnet/pull/13678#issuecomment-451307879 @mxnet-label-bot Add [pr-awaiting-review] This is

[GitHub] piyushghai commented on issue #13678: [MXNET-1260] Float64 DType computation support in Scala

2019-01-03 Thread GitBox
piyushghai commented on issue #13678: [MXNET-1260] Float64 DType computation support in Scala URL: https://github.com/apache/incubator-mxnet/pull/13678#issuecomment-451307713 @mxnet-label-bot remove [pr-work-in-progress] This

[GitHub] vandanavk commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2019-01-03 Thread GitBox
vandanavk commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#discussion_r245162200 ## File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py

[GitHub] leleamol commented on issue #13765: libcrypto.so.1.0.0: cannot open shared object file

2019-01-03 Thread GitBox
leleamol commented on issue #13765: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-451306239 Hi @akond , I tried running the cnn-text-classification.classifier on Ubuntu and did not get the error that you have

[GitHub] leleamol edited a comment on issue #13765: libcrypto.so.1.0.0: cannot open shared object file

2019-01-03 Thread GitBox
leleamol edited a comment on issue #13765: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-451244666 @mxnet-label-bot add [Build, Installation, Scala, Clojure] -

[GitHub] bputrycz commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2019-01-03 Thread GitBox
bputrycz commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-451302666 I noticed a very nice improvement with this change. So, thank you. Still, for my use-case: conv1d, small batch size, s

[GitHub] ptrendx commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2019-01-03 Thread GitBox
ptrendx commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#discussion_r245151444 ## File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py

[GitHub] ptrendx commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2019-01-03 Thread GitBox
ptrendx commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#discussion_r245150316 ## File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py

[GitHub] ptrendx commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2019-01-03 Thread GitBox
ptrendx commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#discussion_r245149997 ## File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py

[GitHub] zachgk commented on a change in pull request #13626: Re-organize Scala maven build

2019-01-03 Thread GitBox
zachgk commented on a change in pull request #13626: Re-organize Scala maven build URL: https://github.com/apache/incubator-mxnet/pull/13626#discussion_r244889193 ## File path: scala-package/README.md ## @@ -114,30 +114,51 @@ Also, add the dependency which corresponds to y

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

2019-01-03 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 295e590 Bump the publish ti

[GitHub] ahkarami commented on issue #10003: C++ API Documentation and Tutorial

2019-01-03 Thread GitBox
ahkarami commented on issue #10003: C++ API Documentation and Tutorial URL: https://github.com/apache/incubator-mxnet/issues/10003#issuecomment-451261117 Thanks @leleamol, I agree with you there. I think it is better to close this issue in this state. -

[GitHub] zachgk commented on issue #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU

2019-01-03 Thread GitBox
zachgk commented on issue #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU URL: https://github.com/apache/incubator-mxnet/pull/13767#issuecomment-451254154 @mxnet-label-bot add [CI, Java, Maven, Scala] T

[GitHub] Roshrini commented on issue #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU

2019-01-03 Thread GitBox
Roshrini commented on issue #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU URL: https://github.com/apache/incubator-mxnet/pull/13767#issuecomment-451252324 @mxnet-label-bot Add [pr-awaiting-review] Thi

[GitHub] Roshrini commented on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True

2019-01-03 Thread GitBox
Roshrini commented on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/13557#issuecomment-451251924 @CyberZHG Could you please run the test for 5k times to make sure that its not flaky? Thanks! ---

[GitHub] Roshrini edited a comment on issue #13460: onnx export slope for prelu operator corrected

2019-01-03 Thread GitBox
Roshrini edited a comment on issue #13460: onnx export slope for prelu operator corrected URL: https://github.com/apache/incubator-mxnet/pull/13460#issuecomment-448717379 @mxnet-label-bot Update [ONNX, pr-work-in-progress] Th

[GitHub] Roshrini removed a comment on issue #13413: fix for params with no dims in onnx

2019-01-03 Thread GitBox
Roshrini removed a comment on issue #13413: fix for params with no dims in onnx URL: https://github.com/apache/incubator-mxnet/pull/13413#issuecomment-448717083 @mxnet-label-bot [pr-work-in-progress] This is an automated messa

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

2019-01-03 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 b560aa5 Bump the publish ti

[GitHub] ptrendx commented on issue #13747: I found a bug in the source code, I don't know how to define it, but I commented out that the code will run better.

2019-01-03 Thread GitBox
ptrendx commented on issue #13747: I found a bug in the source code, I don't know how to define it, but I commented out that the code will run better. URL: https://github.com/apache/incubator-mxnet/issues/13747#issuecomment-451247145 I guess what happened was cudaGetDevice was called after

[GitHub] MyraBaba commented on issue #12869: Python trained model gives different features set in C++

2019-01-03 Thread GitBox
MyraBaba commented on issue #12869: Python trained model gives different features set in C++ URL: https://github.com/apache/incubator-mxnet/issues/12869#issuecomment-451245671 @leleamol Hi, I am back to project and able to compile with Cmake ypur inception_inference.cpp with above

[GitHub] leleamol commented on issue #13765: libcrypto.so.1.0.0: cannot open shared object file

2019-01-03 Thread GitBox
leleamol commented on issue #13765: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-451244666 @mxnet-label-bot add [Build, Installation] This is an

[GitHub] aaronmarkham commented on issue #13766: Fixed mailing list addresses that were swapped (doc change only)

2019-01-03 Thread GitBox
aaronmarkham commented on issue #13766: Fixed mailing list addresses that were swapped (doc change only) URL: https://github.com/apache/incubator-mxnet/pull/13766#issuecomment-451239212 I retriggered the failed test - let's let that pass and we can merge this change. And yes, it wou

[GitHub] zachgk opened a new pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU

2019-01-03 Thread GitBox
zachgk opened a new pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU URL: https://github.com/apache/incubator-mxnet/pull/13767 ## Description ## This PR is the third and final part of the maven Jenkins publishing that adds integration with the static b

[GitHub] aaronmarkham commented on issue #13647: Update lip reading example

2019-01-03 Thread GitBox
aaronmarkham commented on issue #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#issuecomment-451235324 I'm about 10-11 hours in on the preprocessing. And it is on the s7 folder, which if it has been going in order - we've got a really long time t

[GitHub] Roshrini commented on issue #13766: Fixed mailing list addresses that were swapped (doc change only)

2019-01-03 Thread GitBox
Roshrini commented on issue #13766: Fixed mailing list addresses that were swapped (doc change only) URL: https://github.com/apache/incubator-mxnet/pull/13766#issuecomment-451233473 @ifeherva Thanks for fixing this. @mxnet-label-bot Add [pr-awaiting-review] @aaronmarkham For review/m

[GitHub] Roshrini commented on issue #13689: (WIP): Jetson build with CMake and TensorRT

2019-01-03 Thread GitBox
Roshrini commented on issue #13689: (WIP): Jetson build with CMake and TensorRT URL: https://github.com/apache/incubator-mxnet/pull/13689#issuecomment-451230979 @mxnet-label-bot Add [Build] This is an automated message from th

[GitHub] Roshrini commented on issue #13224: [WIP] Quantize/digitize operator

2019-01-03 Thread GitBox
Roshrini commented on issue #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224#issuecomment-451230749 @jlcontreras Thanks for working on this oprator. Can you take a look at failing builds and address comments so that we can move forward with

[GitHub] ifeherva opened a new pull request #13766: Fixed mailing list addresses that were swapped (doc change only)

2019-01-03 Thread GitBox
ifeherva opened a new pull request #13766: Fixed mailing list addresses that were swapped (doc change only) URL: https://github.com/apache/incubator-mxnet/pull/13766 ## Description ## The user and dev mailing lists were swapped in the docs. This PR fixes it. There is no code or any func

[GitHub] Roshrini commented on issue #13764: Less cudaGet/SetDevice calls in Gluon execution

2019-01-03 Thread GitBox
Roshrini commented on issue #13764: Less cudaGet/SetDevice calls in Gluon execution URL: https://github.com/apache/incubator-mxnet/pull/13764#issuecomment-451229210 @ptrendx Can you look into failing CI builds? @mxnet-label-bot Add [pr-awaiting-review, Gluon] ---

[GitHub] Roshrini commented on issue #13632: Gradient reversal (contrib) operator

2019-01-03 Thread GitBox
Roshrini commented on issue #13632: Gradient reversal (contrib) operator URL: https://github.com/apache/incubator-mxnet/pull/13632#issuecomment-451228863 @szha @zheng-da Can you take a look at this PR? Thanks! This is an autom

[GitHub] Roshrini commented on issue #13549: [WIP] Prototype for runtime feature detection

2019-01-03 Thread GitBox
Roshrini commented on issue #13549: [WIP] Prototype for runtime feature detection URL: https://github.com/apache/incubator-mxnet/pull/13549#issuecomment-451228570 @mxnet-label-bot Update [pr-work-in-progress] This is an autom

[GitHub] Roshrini commented on issue #12792: Fix broken amalgamation

2019-01-03 Thread GitBox
Roshrini commented on issue #12792: Fix broken amalgamation URL: https://github.com/apache/incubator-mxnet/pull/12792#issuecomment-451228410 I have retriggered the CI as it was failed. @mxnet-label-bot Update [Build, pr-awaiting-testing] -

[GitHub] lanking520 commented on issue #13450: [MXNET-862] Basic maven jenkins pipeline

2019-01-03 Thread GitBox
lanking520 commented on issue #13450: [MXNET-862] Basic maven jenkins pipeline URL: https://github.com/apache/incubator-mxnet/pull/13450#issuecomment-451220116 @marcoabreu Could you please review again? This is an automated me

[incubator-mxnet] branch master updated: [MXNET-1231] Allow not using Some in the Scala operators (#13619)

2019-01-03 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking 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 fe46cd9 [MXNET-1231] Allow not using

[GitHub] lanking520 closed pull request #13619: [MXNET-1231] Allow not using Some in the Scala operators

2019-01-03 Thread GitBox
lanking520 closed pull request #13619: [MXNET-1231] Allow not using Some in the Scala operators URL: https://github.com/apache/incubator-mxnet/pull/13619 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 provena

[GitHub] larroy commented on issue #13338: [CI] Add CPU C++ test stage, re-enable kvstore tests

2019-01-03 Thread GitBox
larroy commented on issue #13338: [CI] Add CPU C++ test stage, re-enable kvstore tests URL: https://github.com/apache/incubator-mxnet/pull/13338#issuecomment-451193702 Ready to merge @marcoabreu This is an automated message

[GitHub] samskalicky commented on issue #13438: libc getenv is not threadsafe

2019-01-03 Thread GitBox
samskalicky commented on issue #13438: libc getenv is not threadsafe URL: https://github.com/apache/incubator-mxnet/issues/13438#issuecomment-451182433 Thanks @larroy @KellenSunderland @anirudh2290, just found out that the problem was due to using Intel OpenMP rather than the LLVM OpenMP s

[GitHub] akond opened a new issue #13765: libcrypto.so.1.0.0: cannot open shared object file

2019-01-03 Thread GitBox
akond opened a new issue #13765: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765 libcrypto.so.1.0.0: ## Description when i'm trying to run `lein run -m cnn-text-classification.classifier` i get this error: `libcrypto.so.1

[GitHub] mxnet-label-bot commented on issue #13765: libcrypto.so.1.0.0: cannot open shared object file

2019-01-03 Thread GitBox
mxnet-label-bot commented on issue #13765: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-451179810 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so

[GitHub] seberg commented on issue #11099: Fancy indexing with a list instead of a tuple

2019-01-03 Thread GitBox
seberg commented on issue #11099: Fancy indexing with a list instead of a tuple URL: https://github.com/apache/incubator-mxnet/issues/11099#issuecomment-451167032 Btw. NumPy has a futurewarning to disallow lists being interpreted as tuple (forcing tuples for N-D indices). So you guys are a

[GitHub] larroy commented on issue #13438: libc getenv is not threadsafe

2019-01-03 Thread GitBox
larroy commented on issue #13438: libc getenv is not threadsafe URL: https://github.com/apache/incubator-mxnet/issues/13438#issuecomment-451146970 I would go for option 1. This is an automated message from the Apache Git Serv

[GitHub] larroy commented on a change in pull request #13761: Use curl to download sample data instead of wget.

2019-01-03 Thread GitBox
larroy commented on a change in pull request #13761: Use curl to download sample data instead of wget. URL: https://github.com/apache/incubator-mxnet/pull/13761#discussion_r245003134 ## File path: scala-package/examples/scripts/rnn/run_train_charrnn.sh ## @@ -28,7 +28,7 @@

[GitHub] larroy commented on issue #13535: [MXNET-244] Work around likely compiler bug on nested inlines and temporary acces…

2019-01-03 Thread GitBox
larroy commented on issue #13535: [MXNET-244] Work around likely compiler bug on nested inlines and temporary acces… URL: https://github.com/apache/incubator-mxnet/pull/13535#issuecomment-451141659 @KellenSunderland I guess we can merge now. Thank you. -

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

2019-01-03 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 d1b77a8 Bump the publish ti

[GitHub] ZhennanQin commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution.

2019-01-03 Thread GitBox
ZhennanQin commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-451083752 @KellenSunderland Thanks for your good suggestion. I've added your change into this PR to try to get CI pass. ---