[GitHub] [incubator-mxnet] RuRo edited a comment on pull request #18525: remove mx.module.* APIs for MXNet 2.0

2020-06-19 Thread GitBox
RuRo edited a comment on pull request #18525: URL: https://github.com/apache/incubator-mxnet/pull/18525#issuecomment-646597349 @eric-haibin-lin can you explain, why did you remove the conversions for `Add`, `Sub`, `Mul` and `Div` operators from onnx to mxnet? Just because it uses the

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

2020-06-19 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 f8ce77b Bump the

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

2020-06-19 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 f8ce77b Bump the

[GitHub] [incubator-mxnet] RuRo commented on pull request #18525: remove mx.module.* APIs for MXNet 2.0

2020-06-19 Thread GitBox
RuRo commented on pull request #18525: URL: https://github.com/apache/incubator-mxnet/pull/18525#issuecomment-646597349 @eric-haibin-lin can you explain, why did you remove the conversions for `Add`, `Sub`, `Mul` and `Div` operators from onnx to mxnet? Just because it uses the Module API?

[GitHub] [incubator-mxnet] RuRo edited a comment on pull request #18525: remove mx.module.* APIs for MXNet 2.0

2020-06-19 Thread GitBox
RuRo edited a comment on pull request #18525: URL: https://github.com/apache/incubator-mxnet/pull/18525#issuecomment-646597349 @eric-haibin-lin can you explain, why did you remove the conversions for `Add`, `Sub`, `Mul` and `Div` operators from onnx to mxnet? Just because it uses the

[GitHub] [incubator-mxnet] RuRo edited a comment on pull request #18525: remove mx.module.* APIs for MXNet 2.0

2020-06-19 Thread GitBox
RuRo edited a comment on pull request #18525: URL: https://github.com/apache/incubator-mxnet/pull/18525#issuecomment-646597349 @eric-haibin-lin can you explain, why did you remove the conversions for `Add`, `Sub`, `Mul` and `Div` operators from onnx to mxnet? Just because it uses the

[GitHub] [incubator-mxnet] RuRo edited a comment on pull request #18525: remove mx.module.* APIs for MXNet 2.0

2020-06-19 Thread GitBox
RuRo edited a comment on pull request #18525: URL: https://github.com/apache/incubator-mxnet/pull/18525#issuecomment-646597349 @eric-haibin-lin can you explain, why did you remove the conversions for `Add`, `Sub`, `Mul` and `Div` operators from onnx to mxnet? Just because it uses the

[GitHub] [incubator-mxnet] RuRo commented on pull request #17734: [MXNET-889] Implement ONNX export for gluon LSTM.

2020-06-19 Thread GitBox
RuRo commented on pull request #17734: URL: https://github.com/apache/incubator-mxnet/pull/17734#issuecomment-646593314 > Feel free to ping me or other committers if a PR that's passing CI check needs attention. @szha ping ) The CI is passing except for `codecov/project`,

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18594: fix mxnet.numpy ufunc scalar bug

2020-06-19 Thread GitBox
mxnet-bot commented on pull request #18594: URL: https://github.com/apache/incubator-mxnet/pull/18594#issuecomment-646633228 Hey @JiangZhaoh , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the

[GitHub] [incubator-mxnet] JiangZhaoh opened a new pull request #18594: fix mxnet.numpy ufunc scalar bug

2020-06-19 Thread GitBox
JiangZhaoh opened a new pull request #18594: URL: https://github.com/apache/incubator-mxnet/pull/18594 ## Description ## 1. fix a bug in ufunc op: less/greater/less_equal/great_equal Original issue: `>>> import mxnet >>> from mxnet import numpy as np >>> import numpy as onp

[GitHub] [incubator-mxnet] leezu commented on pull request #17734: [MXNET-889] Implement ONNX export for gluon LSTM.

2020-06-19 Thread GitBox
leezu commented on pull request #17734: URL: https://github.com/apache/incubator-mxnet/pull/17734#issuecomment-646704145 @Ruro codecov is mistakenly displayed on a couple of PRs. Due to instability of the CI, the codecov is not stable and you can ignore it. It won't show up on new PRs

[GitHub] [incubator-mxnet] leezu commented on issue #18592: Users can't access old guides on website

2020-06-19 Thread GitBox
leezu commented on issue #18592: URL: https://github.com/apache/incubator-mxnet/issues/18592#issuecomment-646733766 @terrencewayne you can find the old page at

[GitHub] [incubator-mxnet] leezu commented on pull request #18413: Simplifying mxnet.gluon.block APIs

2020-06-19 Thread GitBox
leezu commented on pull request #18413: URL: https://github.com/apache/incubator-mxnet/pull/18413#issuecomment-646727456 @sxjscience Yes.. Though I believe this is unavoidable. Not even the D2L book manages to introduce the existing API correctly.. For example,

[GitHub] [incubator-mxnet] eric-haibin-lin commented on pull request #18525: remove mx.module.* APIs for MXNet 2.0

2020-06-19 Thread GitBox
eric-haibin-lin commented on pull request #18525: URL: https://github.com/apache/incubator-mxnet/pull/18525#issuecomment-646755466 @RuRo my apologies. I didn't realize that it just uses Module API to get the shape. It probably should just use `Symbol.infer_shape` API instead. Let me

[incubator-mxnet] branch master updated (cb54a4a -> bf07537)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from cb54a4a Simplify mxnet.gluon Block APIs (#18413) add bf07537 Link GluonCV object detection tutorial

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18478: [v1.7.x]License checker enhancement

2020-06-19 Thread GitBox
ChaiBapchya commented on pull request #18478: URL: https://github.com/apache/incubator-mxnet/pull/18478#issuecomment-646798588 @ciyongch Can you update the `license_header.py` to ignore files in `/.github` folder? So that it passes the sanity & we can fix this PR? Also you'd have to

[incubator-mxnet] branch master updated: [MXNET-889] Implement ONNX export for gluon LSTM. (#17734)

2020-06-19 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 041bd30 [MXNET-889] Implement ONNX

[GitHub] [incubator-mxnet] leezu commented on pull request #18589: ci/build.py --no-pull

2020-06-19 Thread GitBox
leezu commented on pull request #18589: URL: https://github.com/apache/incubator-mxnet/pull/18589#issuecomment-646890436 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18589: ci/build.py --no-pull

2020-06-19 Thread GitBox
mxnet-bot commented on pull request #18589: URL: https://github.com/apache/incubator-mxnet/pull/18589#issuecomment-646890459 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] szha commented on issue #18400: flaky test: check leak ndarray

2020-06-19 Thread GitBox
szha commented on issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400#issuecomment-646900164 http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-18562/runs/5/nodes/364/steps/758/log/?start=0

[GitHub] [incubator-mxnet] XIAO-XIA commented on pull request #18546: [Numpy] FFI: tril_indices

2020-06-19 Thread GitBox
XIAO-XIA commented on pull request #18546: URL: https://github.com/apache/incubator-mxnet/pull/18546#issuecomment-646917837 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18546: [Numpy] FFI: tril_indices

2020-06-19 Thread GitBox
mxnet-bot commented on pull request #18546: URL: https://github.com/apache/incubator-mxnet/pull/18546#issuecomment-646917858 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16764: Link fixes4

2020-06-19 Thread GitBox
ChaiBapchya commented on a change in pull request #16764: URL: https://github.com/apache/incubator-mxnet/pull/16764#discussion_r443097301 ## File path: docs/python_docs/python/tutorials/getting-started/gluon_from_experiment_to_deployment.md ## @@ -267,8 +267,7 @@

[GitHub] [incubator-mxnet] szha closed issue #10402: Can't press down arrow in search results dropdown on https://mxnet.incubator.apache.org/

2020-06-19 Thread GitBox
szha closed issue #10402: URL: https://github.com/apache/incubator-mxnet/issues/10402 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] szha commented on pull request #18579: Switch to cached op in the testing suite

2020-06-19 Thread GitBox
szha commented on pull request #18579: URL: https://github.com/apache/incubator-mxnet/pull/18579#issuecomment-646897637 @marcoabreu as described in #17676, the language bindings are expected to move together with this change as initiated by the maintainers of those language bindings. For

[GitHub] [incubator-mxnet] terrencewayne edited a comment on issue #18592: Users can't access old guides on website

2020-06-19 Thread GitBox
terrencewayne edited a comment on issue #18592: URL: https://github.com/apache/incubator-mxnet/issues/18592#issuecomment-646915871 Thanks for help! I got the detail instruction from

[incubator-mxnet] branch master updated (041bd30 -> c1b96f5)

2020-06-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 041bd30 [MXNET-889] Implement ONNX export for gluon LSTM. (#17734) add c1b96f5 cmake: x86 options

[incubator-mxnet] branch master updated (041bd30 -> c1b96f5)

2020-06-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 041bd30 [MXNET-889] Implement ONNX export for gluon LSTM. (#17734) add c1b96f5 cmake: x86 options

[GitHub] [incubator-mxnet] Neutron3529 closed issue #18506: KLDivLoss misbehave

2020-06-19 Thread GitBox
Neutron3529 closed issue #18506: URL: https://github.com/apache/incubator-mxnet/issues/18506 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] Neutron3529 commented on issue #18506: KLDivLoss misbehave

2020-06-19 Thread GitBox
Neutron3529 commented on issue #18506: URL: https://github.com/apache/incubator-mxnet/issues/18506#issuecomment-646872964 merged. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] leezu commented on pull request #18478: [v1.7.x]License checker enhancement

2020-06-19 Thread GitBox
leezu commented on pull request #18478: URL: https://github.com/apache/incubator-mxnet/pull/18478#issuecomment-646891824 @ciyongch Did you try add the header as follows? ``` ```

[GitHub] [incubator-mxnet] leezu opened a new issue #18596: TestNode.test_exports fails on macOS following "Implement ONNX export for gluon LSTM"

2020-06-19 Thread GitBox
leezu opened a new issue #18596: URL: https://github.com/apache/incubator-mxnet/issues/18596 ``` 2020-06-19T19:50:34.0061500Z === FAILURES === 2020-06-19T19:50:34.0062030Z

[GitHub] [incubator-mxnet] leezu commented on pull request #17734: [MXNET-889] Implement ONNX export for gluon LSTM.

2020-06-19 Thread GitBox
leezu commented on pull request #17734: URL: https://github.com/apache/incubator-mxnet/pull/17734#issuecomment-646904365 There was some undetected conflict and this broke the tests on at least macOS https://github.com/apache/incubator-mxnet/issues/18596

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #18597: [CI][v1.6.x] Fix unix-gpu pipeline

2020-06-19 Thread GitBox
ChaiBapchya opened a new pull request #18597: URL: https://github.com/apache/incubator-mxnet/pull/18597 add the missing build_ubuntu_gpu_cuda101_cudnn7_mkldnn_cpp_test in runtime_functions.sh Previous PR #18560 cherry-picked the PR #18339 which fixed edge pipeline in 1.7.x

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18597: [CI][v1.6.x] Fix unix-gpu pipeline

2020-06-19 Thread GitBox
mxnet-bot commented on pull request #18597: URL: https://github.com/apache/incubator-mxnet/pull/18597#issuecomment-646914808 Hey @ChaiBapchya , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18478: [v1.7.x]License checker enhancement

2020-06-19 Thread GitBox
ChaiBapchya commented on pull request #18478: URL: https://github.com/apache/incubator-mxnet/pull/18478#issuecomment-646932085 Right. Instead of my suggestion of skipping the tests; adding it that way is better. Thanks for that one @leezu

[GitHub] [incubator-mxnet] access2rohit commented on pull request #17882: Improve performance of broadcast_axis on CPU

2020-06-19 Thread GitBox
access2rohit commented on pull request #17882: URL: https://github.com/apache/incubator-mxnet/pull/17882#issuecomment-646939424 Code | SSD 1 Epoch time (sec) | %age Speedup/Slowdown w.r.t Master (large tensor disabled) -- | -- | -- Master (large tensor disabled) | 226 | 0

[incubator-mxnet] branch leezu-patch-2 created (now e8258e9)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at e8258e9 Mark test_get_symbol as garbage_expected This branch includes the following new commits:

[GitHub] [incubator-mxnet] leezu opened a new pull request #18595: Mark test_get_symbol as garbage_expected

2020-06-19 Thread GitBox
leezu opened a new pull request #18595: URL: https://github.com/apache/incubator-mxnet/pull/18595 Fixes https://github.com/apache/incubator-mxnet/issues/18400 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] leezu commented on issue #18400: flaky test: check leak ndarray

2020-06-19 Thread GitBox
leezu commented on issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400#issuecomment-646891134 And a third time. I'm not sure why this happens time to time and why it only affects test_get_symbol, but let's disable the check for test_get_symbol in favor of CI

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18595: Mark test_get_symbol as garbage_expected

2020-06-19 Thread GitBox
mxnet-bot commented on pull request #18595: URL: https://github.com/apache/incubator-mxnet/pull/18595#issuecomment-64689 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[incubator-mxnet] 01/01: Mark test_get_symbol as garbage_expected

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit e8258e9f4882d7bed71cfa0b3cfe2b5c96bd6c11 Author: Leonard Lausen AuthorDate: Fri Jun 19 16:05:15 2020

[incubator-mxnet] branch leezu-patch-2 created (now e8258e9)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at e8258e9 Mark test_get_symbol as garbage_expected No new revisions were added by this update.

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18478: [v1.7.x]License checker enhancement

2020-06-19 Thread GitBox
ciyongch commented on pull request #18478: URL: https://github.com/apache/incubator-mxnet/pull/18478#issuecomment-646938948 Hi @ChaiBapchya , @leezu , this enhancement has dependencies as below: **1) files missing a license header** I did try to add the license header as above, but

[GitHub] [incubator-mxnet] marcoabreu commented on pull request #18579: Switch to cached op in the testing suite

2020-06-19 Thread GitBox
marcoabreu commented on pull request #18579: URL: https://github.com/apache/incubator-mxnet/pull/18579#issuecomment-646895501 Does that mean we are dropping Perl support? This is an automated message from the Apache Git

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

2020-06-19 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 3a0cce4 Bump the

[GitHub] [incubator-mxnet] terrencewayne commented on issue #18592: Users can't access old guides on website

2020-06-19 Thread GitBox
terrencewayne commented on issue #18592: URL: https://github.com/apache/incubator-mxnet/issues/18592#issuecomment-646915871 Thanks for help! I got the detail instruction from

[incubator-mxnet] branch master updated (cb54a4a -> bf07537)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from cb54a4a Simplify mxnet.gluon Block APIs (#18413) add bf07537 Link GluonCV object detection tutorial

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16764: Link fixes4

2020-06-19 Thread GitBox
ChaiBapchya commented on a change in pull request #16764: URL: https://github.com/apache/incubator-mxnet/pull/16764#discussion_r442972965 ## File path: docs/python_docs/python/tutorials/getting-started/gluon_from_experiment_to_deployment.md ## @@ -267,8 +267,7 @@

[incubator-mxnet] branch master updated (cb54a4a -> bf07537)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from cb54a4a Simplify mxnet.gluon Block APIs (#18413) add bf07537 Link GluonCV object detection tutorial

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #10402: Can't press down arrow in search results dropdown on https://mxnet.incubator.apache.org/

2020-06-19 Thread GitBox
ChaiBapchya commented on issue #10402: URL: https://github.com/apache/incubator-mxnet/issues/10402#issuecomment-646791198 Thanks for adding the functionality Yang! Can you point to which PR added keyboard control? Was it different from the one I mentioned above?

[incubator-mxnet] branch master updated (cb54a4a -> bf07537)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from cb54a4a Simplify mxnet.gluon Block APIs (#18413) add bf07537 Link GluonCV object detection tutorial

[GitHub] [incubator-mxnet] ys2843 commented on issue #10402: Can't press down arrow in search results dropdown on https://mxnet.incubator.apache.org/

2020-06-19 Thread GitBox
ys2843 commented on issue #10402: URL: https://github.com/apache/incubator-mxnet/issues/10402#issuecomment-646860288 @ChaiBapchya I assume it is the dropdown of the search feature on the top navigation bar that need keyboard control. v1.6+ website has new global search feature #18288

[GitHub] [incubator-mxnet] leezu merged pull request #18530: add object detection tutorial for Jetson

2020-06-19 Thread GitBox
leezu merged pull request #18530: URL: https://github.com/apache/incubator-mxnet/pull/18530 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

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

2020-06-19 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 6d721b0 Bump the

[GitHub] [incubator-mxnet] ys2843 commented on a change in pull request #16764: Link fixes4

2020-06-19 Thread GitBox
ys2843 commented on a change in pull request #16764: URL: https://github.com/apache/incubator-mxnet/pull/16764#discussion_r443048800 ## File path: docs/python_docs/python/tutorials/getting-started/gluon_from_experiment_to_deployment.md ## @@ -267,8 +267,7 @@

[GitHub] [incubator-mxnet] ys2843 edited a comment on issue #16724: Example link of the image classification show 404

2020-06-19 Thread GitBox
ys2843 edited a comment on issue #16724: URL: https://github.com/apache/incubator-mxnet/issues/16724#issuecomment-646365837 In https://github.com/apache/incubator-mxnet/pull/16764, this image classification link was removed. @stereomatchingkiss @TEChopra1000 @zachgk If this is

[incubator-mxnet] branch master updated (cb54a4a -> bf07537)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from cb54a4a Simplify mxnet.gluon Block APIs (#18413) add bf07537 Link GluonCV object detection tutorial

[GitHub] [incubator-mxnet] r0mer0m commented on issue #1004: Remove final layer from symbol

2020-06-19 Thread GitBox
r0mer0m commented on issue #1004: URL: https://github.com/apache/incubator-mxnet/issues/1004#issuecomment-646775385 The referenced notebook is no longer available. Can you post the explicit solution? This is an automated

[GitHub] [incubator-mxnet] szha merged pull request #17734: [MXNET-889] Implement ONNX export for gluon LSTM.

2020-06-19 Thread GitBox
szha merged pull request #17734: URL: https://github.com/apache/incubator-mxnet/pull/17734 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] szha closed issue #15341: Support LSTM operator in the ONNX module

2020-06-19 Thread GitBox
szha closed issue #15341: URL: https://github.com/apache/incubator-mxnet/issues/15341 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] szha merged pull request #18588: cmake: x86 options only on x86 and remove manual specification on CI; auto-detect ANDROID pthreads

2020-06-19 Thread GitBox
szha merged pull request #18588: URL: https://github.com/apache/incubator-mxnet/pull/18588 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[incubator-mxnet] branch master updated (041bd30 -> c1b96f5)

2020-06-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 041bd30 [MXNET-889] Implement ONNX export for gluon LSTM. (#17734) add c1b96f5 cmake: x86 options

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18530: add object detection tutorial for Jetson

2020-06-19 Thread GitBox
mseth10 commented on pull request #18530: URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646509032 @leezu can you please help merge this pr. thanks! This is an automated message from the Apache Git

[incubator-mxnet] branch master updated (5585606 -> cb54a4a)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5585606 Add KEY for Ciyong Chen (#18577) add cb54a4a Simplify mxnet.gluon Block APIs (#18413) No

[incubator-mxnet] branch master updated (5585606 -> cb54a4a)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5585606 Add KEY for Ciyong Chen (#18577) add cb54a4a Simplify mxnet.gluon Block APIs (#18413) No

[incubator-mxnet] branch master updated (5585606 -> cb54a4a)

2020-06-19 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5585606 Add KEY for Ciyong Chen (#18577) add cb54a4a Simplify mxnet.gluon Block APIs (#18413) No

[GitHub] [incubator-mxnet] leezu closed issue #18412: Simplifying mxnet.gluon.block APIs

2020-06-19 Thread GitBox
leezu closed issue #18412: URL: https://github.com/apache/incubator-mxnet/issues/18412 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] terrencewayne commented on issue #18592: The offical page of C++ set up guide is missing

2020-06-19 Thread GitBox
terrencewayne commented on issue #18592: URL: https://github.com/apache/incubator-mxnet/issues/18592#issuecomment-646480140 Thanks for reply. It does lose something. I remember the previous guide emphasize to change the version of MSVC toolset in VS2017. Maybe there are more setting

[GitHub] [incubator-mxnet] leezu merged pull request #18413: Simplifying mxnet.gluon.block APIs

2020-06-19 Thread GitBox
leezu merged pull request #18413: URL: https://github.com/apache/incubator-mxnet/pull/18413 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18530: add object detection tutorial for Jetson

2020-06-19 Thread GitBox
ys2843 commented on pull request #18530: URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646463725 > Thanks for agreeing to help with a preview for this website change @ys2843 Here is the link:

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18530: add object detection tutorial for Jetson

2020-06-19 Thread GitBox
mseth10 commented on pull request #18530: URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646467644 @mxnet-bot run ci [windows-cpu] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18530: add object detection tutorial for Jetson

2020-06-19 Thread GitBox
mxnet-bot commented on pull request #18530: URL: https://github.com/apache/incubator-mxnet/pull/18530#issuecomment-646467700 Jenkins CI successfully triggered : [windows-cpu] This is an automated message from the Apache Git

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

2020-06-19 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 b071ab9 Bump the

[GitHub] [incubator-mxnet] sxjscience commented on pull request #18413: Simplifying mxnet.gluon.block APIs

2020-06-19 Thread GitBox
sxjscience commented on pull request #18413: URL: https://github.com/apache/incubator-mxnet/pull/18413#issuecomment-646470416 @leezu This is a major API upgrade and we will need to rewrite + test the majority of gluonnlp/numpy: https://github.com/dmlc/gluon-nlp/tree/numpy

[GitHub] [incubator-mxnet] sxjscience edited a comment on pull request #18413: Simplifying mxnet.gluon.block APIs

2020-06-19 Thread GitBox
sxjscience edited a comment on pull request #18413: URL: https://github.com/apache/incubator-mxnet/pull/18413#issuecomment-646470416 @leezu This is a major API upgrade and we will need to revise + test the majority of gluonnlp/numpy: https://github.com/dmlc/gluon-nlp/tree/numpy