[GitHub] eric-haibin-lin commented on issue #8096: Mxnet produce 'nan' training error!

2018-07-30 Thread GitBox
eric-haibin-lin commented on issue #8096: Mxnet produce 'nan' training error! URL: https://github.com/apache/incubator-mxnet/issues/8096#issuecomment-409094752 https://github.com/apache/incubator-mxnet/pull/11795 might fix it if you have embedding in your network

[GitHub] rahul003 commented on a change in pull request #11908: Fix shared memory with gluon dataloader, add option pin_memory

2018-07-30 Thread GitBox
rahul003 commented on a change in pull request #11908: Fix shared memory with gluon dataloader, add option pin_memory URL: https://github.com/apache/incubator-mxnet/pull/11908#discussion_r206389357 ## File path: python/mxnet/gluon/data/dataloader.py ## @@ -277,12 +298,16

[incubator-mxnet] branch master updated: re-enabling randomized test_l2_normalization (#11900)

2018-07-30 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 7ffb252 re-enabling randomized

[GitHub] szha closed pull request #11900: Re-enabling randomized test_l2_normalization

2018-07-30 Thread GitBox
szha closed pull request #11900: Re-enabling randomized test_l2_normalization URL: https://github.com/apache/incubator-mxnet/pull/11900 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

[incubator-mxnet] branch master updated: a hot fix for mkldnn link (#11939)

2018-07-30 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 461ba07 a hot fix for mkldnn link

[GitHub] szha closed pull request #11939: A hot fix for MKLDNN link in README

2018-07-30 Thread GitBox
szha closed pull request #11939: A hot fix for MKLDNN link in README URL: https://github.com/apache/incubator-mxnet/pull/11939 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] reminisce commented on issue #11937: Fix quantized graphpass bug

2018-07-30 Thread GitBox
reminisce commented on issue #11937: Fix quantized graphpass bug URL: https://github.com/apache/incubator-mxnet/pull/11937#issuecomment-409078084 Please add a unit test. This is an automated message from the Apache Git

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

2018-07-30 Thread GitBox
wkcn edited a comment 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 address of the first element of the NDArray. Notice: You should call `wait_to_read`

[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] TccccD commented on issue #11938: l2_normalization for fp16 got 0.0 when data is very large

2018-07-30 Thread GitBox
TD commented on issue #11938: l2_normalization for fp16 got 0.0 when data is very large URL: https://github.com/apache/incubator-mxnet/issues/11938#issuecomment-409065238 @haojin2 @piiswrong @leezu @anirudh2290 @szha , please check this issue, and if possible, please help to modify

[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] 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] TccccD opened a new issue #11938: l2_normalization for fp16 got 0.0 when data is very large

2018-07-30 Thread GitBox
TD opened a new issue #11938: l2_normalization for fp16 got 0.0 when data is very large URL: https://github.com/apache/incubator-mxnet/issues/11938 If the data is set as follow: in_data0 = mx.nd.random.uniform(-5, 5, (512,10), ctx=mx.gpu(0)) mx.symbol.L2Normalization will

[GitHub] xinyu-intel commented on issue #11794: fail to quantize custom symbols exported from hybrid block

2018-07-30 Thread GitBox
xinyu-intel commented on issue #11794: fail to quantize custom symbols exported from hybrid block URL: https://github.com/apache/incubator-mxnet/issues/11794#issuecomment-409063009 @reminisce @CodePlay2016 a fix pr has been open and may be helpful to this issues. You can have a pre-try

[GitHub] xinyu-intel opened a new pull request #11937: Fix quantized graphpass bug

2018-07-30 Thread GitBox
xinyu-intel opened a new pull request #11937: Fix quantized graphpass bug URL: https://github.com/apache/incubator-mxnet/pull/11937 ## Description ## This is a fix of quantize graph pass. This fix can enable resnet-50-v1 quantization locally and may be helpful to issues #11794

[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] 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

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

2018-07-30 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 bc33e44 Bump the publish

[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] 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

[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] 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] 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] 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] 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] 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] 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] lanking520 commented on issue #11438: docs using xml in code blocks will improperly render

2018-07-30 Thread GitBox
lanking520 commented on issue #11438: docs using xml in code blocks will improperly render URL: https://github.com/apache/incubator-mxnet/issues/11438#issuecomment-409047187 Basically it's a transition failure, such as the example below:

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

2018-07-30 Thread GitBox
yzhliu closed issue #8221: Question about Custom Iterator? URL: https://github.com/apache/incubator-mxnet/issues/8221 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[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] 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] 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] 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] yzhliu closed issue #5115: when i run the train_alternate.py cv2.error , but i test opencv indenpendenly it runs well

2018-07-30 Thread GitBox
yzhliu closed 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 This is an automated message from the

[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] CathyZhang0822 opened a new pull request #11935: [MXNET-691][WIP] Add LabelBot prediction module

2018-07-30 Thread GitBox
CathyZhang0822 opened a new pull request #11935: [MXNET-691][WIP] Add LabelBot prediction module URL: https://github.com/apache/incubator-mxnet/pull/11935 ## Description ## This bot will send daily [GitHub issue](https://github.com/apache/incubator-mxnet/issues) reports with

[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] 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] hetong007 closed pull request #11805: [MXNET-641] fix R windows install docs

2018-07-30 Thread GitBox
hetong007 closed pull request #11805: [MXNET-641] fix R windows install docs URL: https://github.com/apache/incubator-mxnet/pull/11805 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

[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-409042608 Clojure API preview: http://54.225.32.15/api/clojure/index.html Powered By (logos update) preview:

[incubator-mxnet] branch master updated: [MXNET-641] fix R windows install docs (#11805)

2018-07-30 Thread the
This is an automated email from the ASF dual-hosted git repository. the 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 815f42d [MXNET-641] fix R windows

[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-409042407 Same general error, with and without setting the path in the line below that highlighted section of the script. I didn't see any

[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] 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] 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] 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] 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 #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] 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] 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] szha closed issue #9217: Installing GPU support on Mac

2018-07-30 Thread GitBox
szha closed issue #9217: Installing GPU support on Mac URL: https://github.com/apache/incubator-mxnet/issues/9217 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] safrooze commented on issue #10204: [Operator] Make sure the result of topk is sorted

2018-07-30 Thread GitBox
safrooze commented on issue #10204: [Operator] Make sure the result of topk is sorted URL: https://github.com/apache/incubator-mxnet/issues/10204#issuecomment-409038246 @sxjscience I don't see where in PR #11134 you update the doc for topk to mention that the result is sorted. Did I miss

[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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.

[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] 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] 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] 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] Ishitori commented on issue #10248: python doc error in mxnet.symbol.pick

2018-07-30 Thread GitBox
Ishitori commented on issue #10248: python doc error in mxnet.symbol.pick URL: https://github.com/apache/incubator-mxnet/issues/10248#issuecomment-409029724 1. While I agree that the documentation of this method should be better, the 3rd example actually shows an interesting feature of

[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 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

[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] 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] 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 #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] 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] 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 #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] aaronmarkham commented on issue #11916: [MXNET-744] Sphinx error reduction

2018-07-30 Thread GitBox
aaronmarkham commented on issue #11916: [MXNET-744] Sphinx error reduction URL: https://github.com/apache/incubator-mxnet/pull/11916#issuecomment-409019996 I found an issue with the versions and the sidebar.js. The sidebar is missing in the API pages with older versions (non-master). Let's

[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] 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 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

  1   2   3   >