[GitHub] piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-30 Thread GitBox
piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#discussion_r206270486 ## File path:

[GitHub] sad- commented on issue #7652: Need a clear and thorough tutorial for writing custom operators in c++ with nnvm

2018-07-30 Thread GitBox
sad- commented on issue #7652: Need a clear and thorough tutorial for writing custom operators in c++ with nnvm URL: https://github.com/apache/incubator-mxnet/issues/7652#issuecomment-408962967 @zheng-da can we close out this issue now? thanks

[GitHub] Roshrini commented on issue #11866: [MXNET-531] Add download util

2018-07-30 Thread GitBox
Roshrini commented on issue #11866: [MXNET-531] Add download util URL: https://github.com/apache/incubator-mxnet/pull/11866#issuecomment-408965859 @yzhliu @nswamy Can you review this PR and approve it if ready? tracking this one for MXNet 1.3 release. Thanks!

[GitHub] Roshrini commented on issue #11753: [MXNET-531] RNN Example for Scala

2018-07-30 Thread GitBox
Roshrini commented on issue #11753: [MXNET-531] RNN Example for Scala URL: https://github.com/apache/incubator-mxnet/pull/11753#issuecomment-408965920 @yzhliu @nswamy Can you review this PR and approve it if ready? tracking this one for MXNet 1.3 release. Thanks!

[GitHub] Roshrini commented on issue #11621: [MXNET-531] NeuralStyle Example for Scala

2018-07-30 Thread GitBox
Roshrini commented on issue #11621: [MXNET-531] NeuralStyle Example for Scala URL: https://github.com/apache/incubator-mxnet/pull/11621#issuecomment-408965978 @yzhliu @nswamy Can you review this PR and approve it if ready? tracking this one for MXNet 1.3 release. Thanks!

[GitHub] Ishitori commented on issue #10219: Pytorch models inference by mxnet

2018-07-30 Thread GitBox
Ishitori commented on issue #10219: Pytorch models inference by mxnet URL: https://github.com/apache/incubator-mxnet/issues/10219#issuecomment-408999064 @qingyuanxingsi, did you try the solution above? Did it help? Here is the tutorial on how to export PyTorch model to ONNX:

[GitHub] y12uc231 opened a new issue #11932: Not Found Links in the doc of MXNet : Training with multiple GPUs

2018-07-30 Thread GitBox
y12uc231 opened a new issue #11932: Not Found Links in the doc of MXNet : Training with multiple GPUs URL: https://github.com/apache/incubator-mxnet/issues/11932 Doc Link : https://mxnet.incubator.apache.org/versions/master/faq/model_parallel_lstm.html There are some hyperlinks

[GitHub] ThomasDelteil commented on issue #8583: Improve custom cross-entropy operator example

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #8583: Improve custom cross-entropy operator example URL: https://github.com/apache/incubator-mxnet/issues/8583#issuecomment-409013359 @eric-haibin-lin it looks like the example has been updated to use ndarray rather than numpy. Can you please close?

[GitHub] sad- commented on issue #9051: [Android, v0.11.0] The result of mxnet_predict is wrong! AND how to compile the amalgamation in Android Studio?

2018-07-30 Thread GitBox
sad- commented on issue #9051: [Android,v0.11.0] The result of mxnet_predict is wrong! AND how to compile the amalgamation in Android Studio? URL: https://github.com/apache/incubator-mxnet/issues/9051#issuecomment-408971783 compiling amalgamation to work in android studio is addressed

[GitHub] ThomasDelteil commented on issue #11417: libomp.so dependency (need REAL fix)

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #11417: libomp.so dependency (need REAL fix) URL: https://github.com/apache/incubator-mxnet/issues/11417#issuecomment-408974322 @sandeep-krishnamurthy ping @lebeg any updated on whether openmp should or shouldn't be bundled with MXNet?

[GitHub] szha commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win

2018-07-30 Thread GitBox
szha commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win URL: https://github.com/apache/incubator-mxnet/issues/11509#issuecomment-408988191 Hao and I weren't able to reproduce the error on the (supposedly) same instance type that CI slaves use, using

[GitHub] marcoabreu commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win

2018-07-30 Thread GitBox
marcoabreu commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win URL: https://github.com/apache/incubator-mxnet/issues/11509#issuecomment-408988244 G3 Are you running with our docker setup?

[GitHub] szha commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win

2018-07-30 Thread GitBox
szha commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win URL: https://github.com/apache/incubator-mxnet/issues/11509#issuecomment-408996025 @marcoabreu Hao and I have been using my branch and I imagine @leezu is doing the same.

[GitHub] marcoabreu commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-30 Thread GitBox
marcoabreu commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#discussion_r206315214 ## File path:

[GitHub] aaronmarkham commented on issue #1722: problem :compile mxnet with hdfs

2018-07-30 Thread GitBox
aaronmarkham commented on issue #1722: problem :compile mxnet with hdfs URL: https://github.com/apache/incubator-mxnet/issues/1722#issuecomment-409008895 A new FAQ page would work… and then i'd mention it in the build from source sections on pages in the /install directory too, linking

[GitHub] ThomasDelteil commented on issue #7717: Subpixel convolution(state of art) implementation rather than using Deconvolution.

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #7717: Subpixel convolution(state of art) implementation rather than using Deconvolution. URL: https://github.com/apache/incubator-mxnet/issues/7717#issuecomment-409008465 @chowkamlee81 are you still working on that? If not please consider closing. Can

[GitHub] ThomasDelteil commented on issue #8729: Build amalgamation using a docker

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #8729: Build amalgamation using a docker URL: https://github.com/apache/incubator-mxnet/issues/8729#issuecomment-408957075 @OferRosenberg please consider closing if your question has been answered. Summary of the conversation: - There is no amalgation

[GitHub] ThomasDelteil commented on issue #9915: Our FCN-xs result on Pascal VOC Validation

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #9915: Our FCN-xs result on Pascal VOC Validation URL: https://github.com/apache/incubator-mxnet/issues/9915#issuecomment-408960146 The accuracy of the FCN models offered on Gluon-CV are reported here:

[GitHub] taliesinb commented on issue #11928: Generalized reshape_like operator

2018-07-30 Thread GitBox
taliesinb commented on issue #11928: Generalized reshape_like operator URL: https://github.com/apache/incubator-mxnet/pull/11928#issuecomment-408963960 Please see this 'sister' issue that designs what is effectively the dual of this feature:

[GitHub] sad- commented on issue #8474: How to train variable input shape CNN?

2018-07-30 Thread GitBox
sad- commented on issue #8474: How to train variable input shape CNN? URL: https://github.com/apache/incubator-mxnet/issues/8474#issuecomment-408963756 @ijkguo could we close out this issue? This is an automated message from

[GitHub] safrooze commented on issue #11150: Hope for adding sample about mx.rnn.ConvGRUCell()

2018-07-30 Thread GitBox
safrooze commented on issue #11150: Hope for adding sample about mx.rnn.ConvGRUCell() URL: https://github.com/apache/incubator-mxnet/issues/11150#issuecomment-408965653 @Feywell Thanks for posting your question on discuss forum. Please close this issue I'll help you on the forum to

[GitHub] aaronmarkham commented on issue #11049: Add linux and macos MKLDNN Building Instruction

2018-07-30 Thread GitBox
aaronmarkham commented on issue #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#issuecomment-408969056 I have it here: https://issues.apache.org/jira/browse/MXNET-746

[GitHub] leezu commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win

2018-07-30 Thread GitBox
leezu commented on issue #11509: Hanging flaky test test_operator.test_norm @ Python 3: GPU Win URL: https://github.com/apache/incubator-mxnet/issues/11509#issuecomment-408985161 I can't reproduce this on p3 and p2 instances so far. I keep running this test in a loop for now. Do the

[GitHub] ThomasDelteil commented on issue #1722: problem :compile mxnet with hdfs

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #1722: problem :compile mxnet with hdfs URL: https://github.com/apache/incubator-mxnet/issues/1722#issuecomment-409002324 @aaronmarkham where would be the best place to add some documentation on how to build with HDFS support? Currently it seems only

[GitHub] ThomasDelteil commented on issue #8156: Why mx-rcnn doesn't has proposal_target (cuda or C++) layer?

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #8156: Why mx-rcnn doesn't has proposal_target (cuda or C++) layer? URL: https://github.com/apache/incubator-mxnet/issues/8156#issuecomment-409012392 You can find a hybridizable Gluon implementation of Faster RCNN here:

[GitHub] ThomasDelteil commented on issue #9217: Installing GPU support on Mac

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #9217: Installing GPU support on Mac URL: https://github.com/apache/incubator-mxnet/issues/9217#issuecomment-409024466 Installation steps provided from this discussion have been made available on the mxnet website there:

[GitHub] sandeep-krishnamurthy closed issue #9018: Seg Fault on MNIST example - C++

2018-07-30 Thread GitBox
sandeep-krishnamurthy closed issue #9018: Seg Fault on MNIST example - C++ URL: https://github.com/apache/incubator-mxnet/issues/9018 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] zhreshold closed issue #6545: SSD support for arbitrary shapes at prediction (without resize)

2018-07-30 Thread GitBox
zhreshold closed issue #6545: SSD support for arbitrary shapes at prediction (without resize) URL: https://github.com/apache/incubator-mxnet/issues/6545 This is an automated message from the Apache Git Service. To respond

[GitHub] zhreshold commented on issue #6545: SSD support for arbitrary shapes at prediction (without resize)

2018-07-30 Thread GitBox
zhreshold commented on issue #6545: SSD support for arbitrary shapes at prediction (without resize) URL: https://github.com/apache/incubator-mxnet/issues/6545#issuecomment-409040001 Checkout our new gluon-cv examples:

[GitHub] Roshrini commented on issue #11933: [Automated Publish] Help needed to run restricted CI

2018-07-30 Thread GitBox
Roshrini commented on issue #11933: [Automated Publish] Help needed to run restricted CI URL: https://github.com/apache/incubator-mxnet/issues/11933#issuecomment-409041282 @sandeep-krishnamurthy Could you please label: CI, Scala

[GitHub] sad- commented on issue #7973: C++ demo memory release problem

2018-07-30 Thread GitBox
sad- commented on issue #7973: C++ demo memory release problem URL: https://github.com/apache/incubator-mxnet/issues/7973#issuecomment-409047775 @junxigauss is this still an issue on mxnet v1.2? This is an automated message

[GitHub] pengzhao-intel commented on issue #11049: Add linux and macos MKLDNN Building Instruction

2018-07-30 Thread GitBox
pengzhao-intel commented on issue #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#issuecomment-409057867 @szha @aaronmarkham really thanks for your help. We will track the issue and update the doc. Feel free

[GitHub] szha closed issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions

2018-07-30 Thread GitBox
szha closed issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions URL: https://github.com/apache/incubator-mxnet/issues/9588 This is an automated message from the Apache Git

[GitHub] szha commented on issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions

2018-07-30 Thread GitBox
szha commented on issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions URL: https://github.com/apache/incubator-mxnet/issues/9588#issuecomment-409060120 Indeed This is an

[GitHub] elofgren commented on issue #11890: Error During Make - undefined reference

2018-07-30 Thread GitBox
elofgren commented on issue #11890: Error During Make - undefined reference URL: https://github.com/apache/incubator-mxnet/issues/11890#issuecomment-409018204 Just attempted to reinstall OpenCV following this guide: https://gist.github.com/dnordgren/665af430064cdbaa9a31 The error

[GitHub] ThomasDelteil commented on issue #9018: Seg Fault on MNIST example - C++

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #9018: Seg Fault on MNIST example - C++ URL: https://github.com/apache/incubator-mxnet/issues/9018#issuecomment-409022487 @Austin-Bolesta the CPP examples were in bad shape and have all been fixed and are now continuously tested. ```

[GitHub] ThomasDelteil edited a comment on issue #9018: Seg Fault on MNIST example - C++

2018-07-30 Thread GitBox
ThomasDelteil edited a comment on issue #9018: Seg Fault on MNIST example - C++ URL: https://github.com/apache/incubator-mxnet/issues/9018#issuecomment-409022487 @Austin-Bolesta the CPP examples were in bad shape and have all been fixed and are now continuously tested. ```

[GitHub] ThomasDelteil edited a comment on issue #10897: performance and error issue with INT8 quantization example

2018-07-30 Thread GitBox
ThomasDelteil edited a comment on issue #10897: performance and error issue with INT8 quantization example URL: https://github.com/apache/incubator-mxnet/issues/10897#issuecomment-409028803 @reminisce have the docs been updated to let users know about the slowness and maybe explain the

[GitHub] ThomasDelteil commented on issue #10897: performance and error issue with INT8 quantization example

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #10897: performance and error issue with INT8 quantization example URL: https://github.com/apache/incubator-mxnet/issues/10897#issuecomment-409028803 @reminisce have the docs been updated to let users know about the slowness and maybe explain the source

[incubator-mxnet] branch master updated: Improving documentation and error messages for Async distributed training with Gluon (#11910)

2018-07-30 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 478b4a1 Improving documentation and

[GitHub] anirudhacharya commented on issue #9136: Autograd in R-package

2018-07-30 Thread GitBox
anirudhacharya commented on issue #9136: Autograd in R-package URL: https://github.com/apache/incubator-mxnet/issues/9136#issuecomment-409033572 @hetong007 there is no roadmap as of now, but yes please do remove the 'Question' label.

[GitHub] sandeep-krishnamurthy commented on issue #10955: [MXNET-422] Distributed training tutorial

2018-07-30 Thread GitBox
sandeep-krishnamurthy commented on issue #10955: [MXNET-422] Distributed training tutorial URL: https://github.com/apache/incubator-mxnet/pull/10955#issuecomment-409033954 @indhub - Can you update the PR with rebasing and we can get it merged? This tutorial is useful for the users.

[GitHub] sandeep-krishnamurthy closed issue #8636: What differences between ImageRecordIter and ImageRecordIter_v1?

2018-07-30 Thread GitBox
sandeep-krishnamurthy closed issue #8636: What differences between ImageRecordIter and ImageRecordIter_v1? URL: https://github.com/apache/incubator-mxnet/issues/8636 This is an automated message from the Apache Git

[GitHub] marcoabreu commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-30 Thread GitBox
marcoabreu commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#discussion_r206345666 ## File path:

[GitHub] vishaalkapoor opened a new pull request #11934: [MXAPPS-581] Straight Dope nightly fixes.

2018-07-30 Thread GitBox
vishaalkapoor opened a new pull request #11934: [MXAPPS-581] Straight Dope nightly fixes. URL: https://github.com/apache/incubator-mxnet/pull/11934 * Enable 3 notebooks that were failing tests after making updates to the Straight Dope book. * Add pandas dependency required by

[GitHub] jimdunn commented on issue #11808: remove mod from arity 2 version of load-checkpoint in clojure-package

2018-07-30 Thread GitBox
jimdunn commented on issue #11808: remove mod from arity 2 version of load-checkpoint in clojure-package URL: https://github.com/apache/incubator-mxnet/pull/11808#issuecomment-409037602 Oh sure no problem. I'll take care of that in the next day or two.

[GitHub] sad- commented on issue #6545: SSD support for arbitrary shapes at prediction (without resize)

2018-07-30 Thread GitBox
sad- commented on issue #6545: SSD support for arbitrary shapes at prediction (without resize) URL: https://github.com/apache/incubator-mxnet/issues/6545#issuecomment-409039583 @sandeep-krishnamurthy can we close out this issue actually? looks to have been addressed.

[GitHub] safrooze edited a comment on issue #11913: Unexpectedly poor copy() performance

2018-07-30 Thread GitBox
safrooze edited a comment on issue #11913: Unexpectedly poor copy() performance URL: https://github.com/apache/incubator-mxnet/issues/11913#issuecomment-409040744 @rahul003 Thanks for the comment. The results are identical, with or without the `nd.waitall()` because creating creating an

[GitHub] safrooze edited a comment on issue #11913: Unexpectedly poor copy() performance

2018-07-30 Thread GitBox
safrooze edited a comment on issue #11913: Unexpectedly poor copy() performance URL: https://github.com/apache/incubator-mxnet/issues/11913#issuecomment-409040744 @rahul003 Thanks for the comment. The results are identical, with or without the 1nd.waitall()` because creating creating an

[GitHub] safrooze edited a comment on issue #11913: Unexpectedly poor copy() performance

2018-07-30 Thread GitBox
safrooze edited a comment on issue #11913: Unexpectedly poor copy() performance URL: https://github.com/apache/incubator-mxnet/issues/11913#issuecomment-409040744 @rahul003 Thanks for the comment. The results are identical, with or without the `nd.waitall()` because creating creating an

[GitHub] sad- commented on issue #10049: Building MxNet on Win10 with CPP package, CUDA9 and MKL 2018

2018-07-30 Thread GitBox
sad- commented on issue #10049: Building MxNet on Win10 with CPP package, CUDA9 and MKL 2018 URL: https://github.com/apache/incubator-mxnet/issues/10049#issuecomment-409040711 @sandeep-krishnamurthy could we close this issue. user seems to have resolved it.

[GitHub] safrooze commented on issue #11913: Unexpectedly poor copy() performance

2018-07-30 Thread GitBox
safrooze commented on issue #11913: Unexpectedly poor copy() performance URL: https://github.com/apache/incubator-mxnet/issues/11913#issuecomment-409040744 @rahul003 Thanks for the comment. The results are identical, with or without the nd.waitall() because creating creating an empty

[GitHub] sad- commented on issue #8959: Loss becomes nan when using correlation loss with MakeLoss on 2 images.

2018-07-30 Thread GitBox
sad- commented on issue #8959: Loss becomes nan when using correlation loss with MakeLoss on 2 images. URL: https://github.com/apache/incubator-mxnet/issues/8959#issuecomment-409044211 @CorneliusHagmeister could you close this issue, if your issue is resolved?

[GitHub] aaronmarkham commented on issue #11438: docs using xml in code blocks will improperly render

2018-07-30 Thread GitBox
aaronmarkham commented on issue #11438: docs using xml in code blocks will improperly render URL: https://github.com/apache/incubator-mxnet/issues/11438#issuecomment-409045487 @andrewfayres and @lanking520 - They said they might be able to help figure out what is going on with it.

[GitHub] CorneliusHagmeister closed issue #8959: Loss becomes nan when using correlation loss with MakeLoss on 2 images.

2018-07-30 Thread GitBox
CorneliusHagmeister closed issue #8959: Loss becomes nan when using correlation loss with MakeLoss on 2 images. URL: https://github.com/apache/incubator-mxnet/issues/8959 This is an automated message from the Apache Git

[GitHub] sandeep-krishnamurthy closed issue #8985: Torch Example Requires mx.th.randn and mx.symbol.TorchModule API

2018-07-30 Thread GitBox
sandeep-krishnamurthy closed issue #8985: Torch Example Requires mx.th.randn and mx.symbol.TorchModule API URL: https://github.com/apache/incubator-mxnet/issues/8985 This is an automated message from the Apache Git Service.

[GitHub] xinyu-intel opened a new pull request #11939: A hot fix for MKLDNN link in README

2018-07-30 Thread GitBox
xinyu-intel opened a new pull request #11939: A hot fix for MKLDNN link in README URL: https://github.com/apache/incubator-mxnet/pull/11939 ## Description ## This is a hot fix for MKLDNN link in README.md. @pengzhao-intel ## Checklist ## ### Essentials ### Please feel free

[GitHub] lanking520 commented on issue #2268: MXNet on Spark Roadmap

2018-07-30 Thread GitBox
lanking520 commented on issue #2268: MXNet on Spark Roadmap URL: https://github.com/apache/incubator-mxnet/issues/2268#issuecomment-409017016 I have updated with a CWiki page here: https://cwiki.apache.org/confluence/display/MXNET/Scala+Project+Status Let's keep all TODOs into one

[GitHub] lanking520 commented on issue #4800: Proposed improvements for the mxnet Scala package

2018-07-30 Thread GitBox
lanking520 commented on issue #4800: Proposed improvements for the mxnet Scala package URL: https://github.com/apache/incubator-mxnet/issues/4800#issuecomment-409017083 I have updated with a CWiki page here: https://cwiki.apache.org/confluence/display/MXNET/Scala+Project+Status Let's

[GitHub] lanking520 opened a new pull request #11844: [MXNET-689] add DataDesc type for the Scala Package

2018-07-30 Thread GitBox
lanking520 opened a new pull request #11844: [MXNET-689] add DataDesc type for the Scala Package URL: https://github.com/apache/incubator-mxnet/pull/11844 ## Description ## This PR includes massive changes on all Iterators that extends `DataIter`, two new fields are added (`dtype` and

[GitHub] ThomasDelteil commented on issue #11438: docs using xml in code blocks will improperly render

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #11438: docs using xml in code blocks will improperly render URL: https://github.com/apache/incubator-mxnet/issues/11438#issuecomment-409029184 @aaronmarkham is there further action required on this issue?

[GitHub] ThomasDelteil commented on issue #9589: mx.metric should support top-K version of TP FP TN FN Precision Recall F1

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #9589: mx.metric should support top-K version of TP FP TN FN Precision Recall F1 URL: https://github.com/apache/incubator-mxnet/issues/9589#issuecomment-409030763 @szha Can we remove the Application tag, add the Feature Request tag instead? Also not

[GitHub] ThomasDelteil edited a comment on issue #9589: mx.metric should support top-K version of TP FP TN FN Precision Recall F1

2018-07-30 Thread GitBox
ThomasDelteil edited a comment on issue #9589: mx.metric should support top-K version of TP FP TN FN Precision Recall F1 URL: https://github.com/apache/incubator-mxnet/issues/9589#issuecomment-409030763 @szha Can we remove the `Application` tag, add the `Feature Request` tag instead?

[GitHub] piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-30 Thread GitBox
piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#discussion_r206344664 ## File path:

[GitHub] piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-30 Thread GitBox
piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#discussion_r206344638 ## File path:

[GitHub] sad- commented on issue #9064: How to perform 2D convolution with user defined kernel just like sobel filter?

2018-07-30 Thread GitBox
sad- commented on issue #9064: How to perform 2D convolution with user defined kernel just like sobel filter? URL: https://github.com/apache/incubator-mxnet/issues/9064#issuecomment-409046704 @marcoabreu can you close out this issue since the question has been answered with example by

[GitHub] yzhliu commented on issue #8221: Question about Custom Iterator?

2018-07-30 Thread GitBox
yzhliu commented on issue #8221: Question about Custom Iterator? URL: https://github.com/apache/incubator-mxnet/issues/8221#issuecomment-409047026 Since we don't receive response from the requester for a long time, I close it for now. @danache Feel free to reopen if you're still facing

[GitHub] anirudhacharya opened a new pull request #11936: [MXNET-344] Update ONNX docs with the latest supported ONNX version

2018-07-30 Thread GitBox
anirudhacharya opened a new pull request #11936: [MXNET-344] Update ONNX docs with the latest supported ONNX version URL: https://github.com/apache/incubator-mxnet/pull/11936 ## Description ## The current ONNX version supported by MXNet is 1.2.1. Updating the docs accordingly.

[GitHub] sad- commented on issue #8985: Torch Example Requires mx.th.randn and mx.symbol.TorchModule API

2018-07-30 Thread GitBox
sad- commented on issue #8985: Torch Example Requires mx.th.randn and mx.symbol.TorchModule API URL: https://github.com/apache/incubator-mxnet/issues/8985#issuecomment-409048049 @sandeep-krishnamurthy can we close out this issue. example no longer exists on current master

[GitHub] azai91 commented on issue #11804: softrelu activation clipping bug in MKLDNN

2018-07-30 Thread GitBox
azai91 commented on issue #11804: softrelu activation clipping bug in MKLDNN URL: https://github.com/apache/incubator-mxnet/issues/11804#issuecomment-409050570 @ZhennanQin do we have an ETA when this would be fixed? should we fallback if input too large?

[GitHub] eric-haibin-lin commented on issue #11925: mxnet.ndarray.stack : PLEASE UPDATE DOC

2018-07-30 Thread GitBox
eric-haibin-lin commented on issue #11925: mxnet.ndarray.stack : PLEASE UPDATE DOC URL: https://github.com/apache/incubator-mxnet/issues/11925#issuecomment-409064379 @y12uc231 Hi, thanks for the feedback. Indeed it's not very clear. And even worse, it's a common problem for all operator

[GitHub] wkcn commented on issue #11927: Substitute of torch.Tensor.data_ptr()

2018-07-30 Thread GitBox
wkcn commented on issue #11927: Substitute of torch.Tensor.data_ptr() URL: https://github.com/apache/incubator-mxnet/issues/11927#issuecomment-409067222 Using `MXNDArrayGetData` to get the first element of the NDArray. Notice: You should call `wait_to_read` before reading a NDArray

[GitHub] ThomasDelteil commented on issue #7814: Pooling operator expects kernel size even when 'global_pool' is set to True

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #7814: Pooling operator expects kernel size even when 'global_pool' is set to True URL: https://github.com/apache/incubator-mxnet/issues/7814#issuecomment-409020538 @indhub this does not seem necessary anymore. Please close: ``` pool5 =

[GitHub] ThomasDelteil commented on issue #8636: What differences between ImageRecordIter and ImageRecordIter_v1?

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #8636: What differences between ImageRecordIter and ImageRecordIter_v1? URL: https://github.com/apache/incubator-mxnet/issues/8636#issuecomment-409023173 @sandeep-krishnamurthy @indhub can you please close the issue? Thanks!

[GitHub] ThomasDelteil commented on issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #9588: metric should have TP FP TN FN Precision Recall F1 for both macro and micro versions URL: https://github.com/apache/incubator-mxnet/issues/9588#issuecomment-409030047 @szha looks like #9777 address this ? If so please consider closing.

[GitHub] piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-30 Thread GitBox
piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#discussion_r206344952 ## File path:

[GitHub] sandeep-krishnamurthy commented on issue #11890: Error During Make - undefined reference

2018-07-30 Thread GitBox
sandeep-krishnamurthy commented on issue #11890: Error During Make - undefined reference URL: https://github.com/apache/incubator-mxnet/issues/11890#issuecomment-409035250 Yes it looks like your OpenCV installation and for MXNet to find it is having issue. Can you try commands here -

[GitHub] gigasquid commented on issue #11808: remove mod from arity 2 version of load-checkpoint in clojure-package

2018-07-30 Thread GitBox
gigasquid commented on issue #11808: remove mod from arity 2 version of load-checkpoint in clojure-package URL: https://github.com/apache/incubator-mxnet/pull/11808#issuecomment-409036971 @jimdunn Thanks so much for finding and fixing this  We've been trying to improve the

[GitHub] safrooze commented on issue #11906: support 1D and 3D arrays in MKLDNN.

2018-07-30 Thread GitBox
safrooze commented on issue #11906: support 1D and 3D arrays in MKLDNN. URL: https://github.com/apache/incubator-mxnet/issues/11906#issuecomment-409037264 @TaoLv By 3D tensor, I meant something with (batch_size, channels, width), which is a 1D convolution.

[GitHub] Roshrini commented on issue #11932: Not Found Links in the doc of MXNet : Training with multiple GPUs

2018-07-30 Thread GitBox
Roshrini commented on issue #11932: Not Found Links in the doc of MXNet : Training with multiple GPUs URL: https://github.com/apache/incubator-mxnet/issues/11932#issuecomment-409042364 @sandeep-krishnamurthy Could you please add label: Doc, Python

[GitHub] Ishitori commented on issue #11144: Save/Load Model?

2018-07-30 Thread GitBox
Ishitori commented on issue #11144: Save/Load Model? URL: https://github.com/apache/incubator-mxnet/issues/11144#issuecomment-409042311 @anchen1011 Did it work for you? If yes, please, close the issue. This is an automated

[GitHub] aaronmarkham commented on issue #11921: [MXNET-711] Added updated logos to the powered by page

2018-07-30 Thread GitBox
aaronmarkham commented on issue #11921: [MXNET-711] Added updated logos to the powered by page URL: https://github.com/apache/incubator-mxnet/pull/11921#issuecomment-409044406 @gigasquid This is an automated message from

[GitHub] lanking520 closed pull request #11621: [MXNET-531] NeuralStyle Example for Scala

2018-07-30 Thread GitBox
lanking520 closed pull request #11621: [MXNET-531] NeuralStyle Example for Scala URL: https://github.com/apache/incubator-mxnet/pull/11621 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

[GitHub] lanking520 opened a new pull request #11621: [MXNET-531] NeuralStyle Example for Scala

2018-07-30 Thread GitBox
lanking520 opened a new pull request #11621: [MXNET-531] NeuralStyle Example for Scala URL: https://github.com/apache/incubator-mxnet/pull/11621 ## Description ## This is the example written in new API in Scala. It include the following three tests: - boost inference - boost

[GitHub] lanking520 closed pull request #11844: [MXNET-689] add DataDesc type for the Scala Package

2018-07-30 Thread GitBox
lanking520 closed pull request #11844: [MXNET-689] add DataDesc type for the Scala Package URL: https://github.com/apache/incubator-mxnet/pull/11844 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:

[GitHub] ThomasDelteil commented on issue #9959: Revise the profiler examples and documents

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #9959: Revise the profiler examples and documents URL: https://github.com/apache/incubator-mxnet/issues/9959#issuecomment-409025832 @sxjscience The examples have been updated in https://github.com/apache/incubator-mxnet/pull/10190 The performance has

[GitHub] sandeep-krishnamurthy closed pull request #11910: Improving documentation and error messages for Async distributed training with Gluon

2018-07-30 Thread GitBox
sandeep-krishnamurthy closed pull request #11910: Improving documentation and error messages for Async distributed training with Gluon URL: https://github.com/apache/incubator-mxnet/pull/11910 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is

[GitHub] aaronmarkham commented on issue #11438: docs using xml in code blocks will improperly render

2018-07-30 Thread GitBox
aaronmarkham commented on issue #11438: docs using xml in code blocks will improperly render URL: https://github.com/apache/incubator-mxnet/issues/11438#issuecomment-409032714 Actually there is. Something keeps mucking with the code and escaping it improperly.

[GitHub] ThomasDelteil commented on issue #5115: when i run the train_alternate.py cv2.error , but i test opencv indenpendenly it runs well

2018-07-30 Thread GitBox
ThomasDelteil commented on issue #5115: when i run the train_alternate.py cv2.error , but i test opencv indenpendenly it runs well URL: https://github.com/apache/incubator-mxnet/issues/5115#issuecomment-409032755 @indhub can you please close this issue? Thanks!

[GitHub] sandeep-krishnamurthy closed issue #9157: YARN support data locality

2018-07-30 Thread GitBox
sandeep-krishnamurthy closed issue #9157: YARN support data locality URL: https://github.com/apache/incubator-mxnet/issues/9157 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-30 Thread GitBox
piyushghai commented on a change in pull request #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#discussion_r206347507 ## File path:

[GitHub] sad- commented on issue #4709: initialization error when finetune a pretrained cnn with lstm-ctc

2018-07-30 Thread GitBox
sad- commented on issue #4709: initialization error when finetune a pretrained cnn with lstm-ctc URL: https://github.com/apache/incubator-mxnet/issues/4709#issuecomment-409037873 @xinghedyc could you close this issue if your original question has been answered? thanks

[GitHub] Ishitori commented on issue #7958: Engine shutdown

2018-07-30 Thread GitBox
Ishitori commented on issue #7958: Engine shutdown URL: https://github.com/apache/incubator-mxnet/issues/7958#issuecomment-409037696 @Paul0M can you provide a minimal reproducible example with how to run it? This is an

[GitHub] yzhliu closed issue #9935: Matplotlib plot crashes Jupyter Notebook with segmentation fault: 11

2018-07-30 Thread GitBox
yzhliu closed issue #9935: Matplotlib plot crashes Jupyter Notebook with segmentation fault: 11 URL: https://github.com/apache/incubator-mxnet/issues/9935 This is an automated message from the Apache Git Service. To respond

[GitHub] sad- commented on issue #9911: The different between rescale_grad on optimizer and normalization in loss layer.

2018-07-30 Thread GitBox
sad- commented on issue #9911: The different between rescale_grad on optimizer and normalization in loss layer. URL: https://github.com/apache/incubator-mxnet/issues/9911#issuecomment-409046382 @huyangc could you close the issue if you question is answered? or ask a specific follow up

[GitHub] yzhliu commented on issue #9935: Matplotlib plot crashes Jupyter Notebook with segmentation fault: 11

2018-07-30 Thread GitBox
yzhliu commented on issue #9935: Matplotlib plot crashes Jupyter Notebook with segmentation fault: 11 URL: https://github.com/apache/incubator-mxnet/issues/9935#issuecomment-409046086 @Ishitori Thanks for checking. This is

[GitHub] piiswrong commented on issue #11899: non-deterministic backward of scatter_nd

2018-07-30 Thread GitBox
piiswrong commented on issue #11899: non-deterministic backward of scatter_nd URL: https://github.com/apache/incubator-mxnet/issues/11899#issuecomment-409048465 Why do we need to this to be deterministic? Is there a use case? Note that we don't promise determinism for most of the

[GitHub] piiswrong edited a comment on issue #11899: non-deterministic backward of scatter_nd

2018-07-30 Thread GitBox
piiswrong edited a comment on issue #11899: non-deterministic backward of scatter_nd URL: https://github.com/apache/incubator-mxnet/issues/11899#issuecomment-409048465 Why do we need to this to be deterministic? Is there a use case? Note that we don't promise determinism by default.

[GitHub] sad- commented on issue #10237: No setupenv.cmd present in the folder

2018-07-30 Thread GitBox
sad- commented on issue #10237: No setupenv.cmd present in the folder URL: https://github.com/apache/incubator-mxnet/issues/10237#issuecomment-409050071 truly there is no setupenv.cmd present in the folder. see https://discuss.mxnet.io/t/installing-mxnet-on-windows/374 if you're still

[GitHub] zhreshold commented on issue #11908: Fix shared memory with gluon dataloader, add option pin_memory

2018-07-30 Thread GitBox
zhreshold commented on issue #11908: Fix shared memory with gluon dataloader, add option pin_memory URL: https://github.com/apache/incubator-mxnet/pull/11908#issuecomment-409051889 @piiswrong Can you have a look? This is an

<    1   2   3   >