[GitHub] [incubator-mxnet] Bidski opened a new issue #17554: Calling optimizer.create_state on block parameters throws an AttributeError

2020-02-07 Thread GitBox
Bidski opened a new issue #17554: Calling optimizer.create_state on block parameters throws an AttributeError URL: https://github.com/apache/incubator-mxnet/issues/17554 ## Description (A clear and concise description of what the bug is.) I am using `mxnet.optimizer.Adam` but this

[GitHub] [incubator-mxnet] Tommliu opened a new pull request #17553: Operator diag_indices_from [Numpy]

2020-02-07 Thread GitBox
Tommliu opened a new pull request #17553: Operator diag_indices_from [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17553 ## Description ## Pr for DeepNumPy Operator diag_indices_from ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

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

2020-02-07 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 46d06b3 Bump the

[GitHub] [incubator-mxnet] leezu opened a new pull request #17552: Fixcmakegpubuild

2020-02-07 Thread GitBox
leezu opened a new pull request #17552: Fixcmakegpubuild URL: https://github.com/apache/incubator-mxnet/pull/17552 ## Description ## Fixes regression introduced by https://github.com/apache/incubator-mxnet/pull/16654 tracked and adds tests. Fixes

[incubator-mxnet] branch master updated (6533258 -> 5b50600)

2020-02-07 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6533258 [OpPerf] Implement remaining GEMM ops (#17501) add 5b50600 pin Markdown version to 3.1 in

[incubator-mxnet] branch master updated (6533258 -> 5b50600)

2020-02-07 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6533258 [OpPerf] Implement remaining GEMM ops (#17501) add 5b50600 pin Markdown version to 3.1 in

[GitHub] [incubator-mxnet] haojin2 merged pull request #17549: Pin Markdown version to 3.1 in Julia doc build

2020-02-07 Thread GitBox
haojin2 merged pull request #17549: Pin Markdown version to 3.1 in Julia doc build URL: https://github.com/apache/incubator-mxnet/pull/17549 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #17545: CMake GPU build broken by #16654

2020-02-07 Thread GitBox
anirudh2290 commented on issue #17545: CMake GPU build broken by #16654 URL: https://github.com/apache/incubator-mxnet/issues/17545#issuecomment-583695336 Thanks @leezu . Also, need another test on the CI to build with ENABLE_CUDA_RTC OFF.

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #17265: Add bfloat16 floating-point format support based on AMP

2020-02-07 Thread GitBox
pengzhao-intel commented on issue #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#issuecomment-583694595 @ptrendx thanks for your review. Feel free to let me know if you have other concerns, we are going to merge

[GitHub] [incubator-mxnet] leezu commented on issue #17545: CMake GPU build broken by #16654

2020-02-07 Thread GitBox
leezu commented on issue #17545: CMake GPU build broken by #16654 URL: https://github.com/apache/incubator-mxnet/issues/17545#issuecomment-583693582 Root cause seems to be the change in preprocessor logic. Compare

[GitHub] [incubator-mxnet] szha opened a new pull request #17551: [CD] fix CD and remove leftover from #15990

2020-02-07 Thread GitBox
szha opened a new pull request #17551: [CD] fix CD and remove leftover from #15990 URL: https://github.com/apache/incubator-mxnet/pull/17551 ## Description ## fix CD and remove leftover from #15990 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

[GitHub] [incubator-mxnet] szha commented on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
szha commented on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583687831 CD was fixed but was failing again after #15990 as it didn't take CD into account.

[GitHub] [incubator-mxnet] haojin2 commented on issue #17549: Pin Markdown version to 3.1 in Julia doc build

2020-02-07 Thread GitBox
haojin2 commented on issue #17549: Pin Markdown version to 3.1 in Julia doc build URL: https://github.com/apache/incubator-mxnet/pull/17549#issuecomment-583674915 unix-gpu build timing out again, just re-triggered, will merge this myself when I see this has passed.

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #17550: Adding scripts for nightly pip wheel builds

2020-02-07 Thread GitBox
zachgk commented on a change in pull request #17550: Adding scripts for nightly pip wheel builds URL: https://github.com/apache/incubator-mxnet/pull/17550#discussion_r376662245 ## File path: tools/buildspec/cpu.yml ## @@ -0,0 +1,38 @@ +version: 0.2 + +env: + variables: +

[GitHub] [incubator-mxnet] samskalicky commented on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
samskalicky commented on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583666917 @leezu I dont think that matters. The bucket will contain the nightly pip wheels regardless of where they are built

[GitHub] [incubator-mxnet] samskalicky opened a new pull request #17550: Adding scripts for nightly pip wheel builds

2020-02-07 Thread GitBox
samskalicky opened a new pull request #17550: Adding scripts for nightly pip wheel builds URL: https://github.com/apache/incubator-mxnet/pull/17550 ## Description ## Adds scripts that are currently running to generate the nightly wheels in

[GitHub] [incubator-mxnet] access2rohit commented on issue #17549: Pin Markdown version to 3.1 in Julia doc build

2020-02-07 Thread GitBox
access2rohit commented on issue #17549: Pin Markdown version to 3.1 in Julia doc build URL: https://github.com/apache/incubator-mxnet/pull/17549#issuecomment-583654018 @mxnet-label-bot add [pr-awaiting-merge] This is an

[GitHub] [incubator-mxnet] access2rohit commented on issue #17546: enabling build stage gpu_int64 to enable large tensor nightly runs

2020-02-07 Thread GitBox
access2rohit commented on issue #17546: enabling build stage gpu_int64 to enable large tensor nightly runs URL: https://github.com/apache/incubator-mxnet/pull/17546#issuecomment-583637749 @apeforest updated the PR after incorporating your suggestions as discussed offline.

[GitHub] [incubator-mxnet] haojin2 opened a new pull request #17549: Pin Markdown version to 3.1 in Julia doc build

2020-02-07 Thread GitBox
haojin2 opened a new pull request #17549: Pin Markdown version to 3.1 in Julia doc build URL: https://github.com/apache/incubator-mxnet/pull/17549 ## Description ## Fix for #16146 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR.

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs

2020-02-07 Thread GitBox
access2rohit commented on a change in pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs URL: https://github.com/apache/incubator-mxnet/pull/17546#discussion_r376625403 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -49,7

[GitHub] [incubator-mxnet] samskalicky closed pull request #16927: Anirudh Subramanian's changes for multithreaded inference

2020-02-07 Thread GitBox
samskalicky closed pull request #16927: Anirudh Subramanian's changes for multithreaded inference URL: https://github.com/apache/incubator-mxnet/pull/16927 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs

2020-02-07 Thread GitBox
apeforest commented on a change in pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs URL: https://github.com/apache/incubator-mxnet/pull/17546#discussion_r376622564 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -49,7 +49,7

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs

2020-02-07 Thread GitBox
apeforest commented on a change in pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs URL: https://github.com/apache/incubator-mxnet/pull/17546#discussion_r376622564 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -49,7 +49,7

[GitHub] [incubator-mxnet] leezu commented on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
leezu commented on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583628037 The key problem here is > If we are officially blessing this page and making it official we can switch it.

[GitHub] [incubator-mxnet] haojin2 edited a comment on issue #16146: Website build on CI is down due to Julia error

2020-02-07 Thread GitBox
haojin2 edited a comment on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583626780 working on a fix, will have a PR out soon. Currently verifying my fix

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

2020-02-07 Thread GitBox
haojin2 commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583626780 working on a fix, will have a PR out soon. This is an

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

2020-02-07 Thread GitBox
haojin2 commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583625138 @aaronmarkham indeed it's a version problem: `pkg_resources.VersionConflict: (Markdown 3.2

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

2020-02-07 Thread GitBox
aaronmarkham commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583622171 I'm about to head out to the airport and be traveling, so I don't know if I can test this and help with a patch in a

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

2020-02-07 Thread GitBox
aaronmarkham commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583621774 My guess is that the dependencies in the julia docs chain hit this error: ``` ERROR: mkdocs-material 4.6.0 has

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17484: Disable flaky test test_operator_gpu.test_convolution_multiple_streams

2020-02-07 Thread GitBox
ChaiBapchya commented on issue #17484: Disable flaky test test_operator_gpu.test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/pull/17484#issuecomment-583617067 Other PR already got merged https://github.com/apache/incubator-mxnet/pull/17499 Closing this

[GitHub] [incubator-mxnet] ChaiBapchya closed pull request #17484: Disable flaky test test_operator_gpu.test_convolution_multiple_streams

2020-02-07 Thread GitBox
ChaiBapchya closed pull request #17484: Disable flaky test test_operator_gpu.test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/pull/17484 This is an automated message from the Apache Git

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

2020-02-07 Thread GitBox
samskalicky commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583613433 Looks like it was working 2 days ago:

[GitHub] [incubator-mxnet] samskalicky commented on issue #17486: Update CustomOp doc with changes for GPU support

2020-02-07 Thread GitBox
samskalicky commented on issue #17486: Update CustomOp doc with changes for GPU support URL: https://github.com/apache/incubator-mxnet/pull/17486#issuecomment-583613040 @aaronmarkham it looks fine to me here:

[GitHub] [incubator-mxnet] leezu opened a new issue #17548: CI doesn't test cmake build properly

2020-02-07 Thread GitBox
leezu opened a new issue #17548: CI doesn't test cmake build properly URL: https://github.com/apache/incubator-mxnet/issues/17548 Evidence https://github.com/apache/incubator-mxnet/issues/17514 https://github.com/apache/incubator-mxnet/issues/17545

[GitHub] [incubator-mxnet] leezu commented on issue #17545: CMake build instruction on ubuntu not working

2020-02-07 Thread GitBox
leezu commented on issue #17545: CMake build instruction on ubuntu not working URL: https://github.com/apache/incubator-mxnet/issues/17545#issuecomment-583595683 b1e491182fa9c15da89f1b701778de3a1421811b is the first bad commit commit b1e491182fa9c15da89f1b701778de3a1421811b Author:

[GitHub] [incubator-mxnet] roywei closed pull request #16532: fix dropout gpu seed

2020-02-07 Thread GitBox
roywei closed pull request #16532: fix dropout gpu seed URL: https://github.com/apache/incubator-mxnet/pull/16532 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] roywei commented on issue #16532: fix dropout gpu seed

2020-02-07 Thread GitBox
roywei commented on issue #16532: fix dropout gpu seed URL: https://github.com/apache/incubator-mxnet/pull/16532#issuecomment-583594498 closing in favor of https://github.com/apache/incubator-mxnet/pull/17547 This is an

[GitHub] [incubator-mxnet] roywei opened a new pull request #17547: Fix cudnn Dropout reproducibility

2020-02-07 Thread GitBox
roywei opened a new pull request #17547: Fix cudnn Dropout reproducibility URL: https://github.com/apache/incubator-mxnet/pull/17547 Fix https://github.com/apache/incubator-mxnet/issues/15662 This will replace #16532 with an alternative solution. Please refer to the discussion in

[GitHub] [incubator-mxnet] access2rohit commented on issue #17546: enabling build stage gpu_int64 to enable large tensor nightly runs

2020-02-07 Thread GitBox
access2rohit commented on issue #17546: enabling build stage gpu_int64 to enable large tensor nightly runs URL: https://github.com/apache/incubator-mxnet/pull/17546#issuecomment-583590070 @apeforest can you review this This

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs

2020-02-07 Thread GitBox
access2rohit opened a new pull request #17546: enabling build stage gpu_int64 to enable large tensor nightly runs URL: https://github.com/apache/incubator-mxnet/pull/17546 ## Description ## Fixes nightly build failure due to absence of large tensor build artifact required for testing

[GitHub] [incubator-mxnet] access2rohit commented on issue #17546: enabling build stage gpu_int64 to enable large tensor nightly runs

2020-02-07 Thread GitBox
access2rohit commented on issue #17546: enabling build stage gpu_int64 to enable large tensor nightly runs URL: https://github.com/apache/incubator-mxnet/pull/17546#issuecomment-583589957 @mxnet-label-bot add [pr-awaiting-review]

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
samskalicky edited a comment on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583216709 @szha you are correct, the way Javascript XMLHttpRequest works the page and links must be in the same domain

[GitHub] [incubator-mxnet] leezu commented on issue #17521: cmake: don't build PTX and 3.5 arch if cuda arch detection fails

2020-02-07 Thread GitBox
leezu commented on issue #17521: cmake: don't build PTX and 3.5 arch if cuda arch detection fails URL: https://github.com/apache/incubator-mxnet/pull/17521#issuecomment-583560030 ping @ptrendx This is an automated message

[GitHub] [incubator-mxnet] apeforest opened a new issue #17545: CMake build instruction on ubuntu not working

2020-02-07 Thread GitBox
apeforest opened a new issue #17545: CMake build instruction on ubuntu not working URL: https://github.com/apache/incubator-mxnet/issues/17545 ## Description The CMake build instruction on ubuntu not working on a ubuntu instance with DLAMI ### Error Message FAILED: : &&

[GitHub] [incubator-mxnet] leezu commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-07 Thread GitBox
leezu commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543#issuecomment-583548416 You don't need to close / open new PRs to retrigger CI. Whenever you push a new commit, CI will rerun.

[GitHub] [incubator-mxnet] leezu commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-07 Thread GitBox
leezu commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543#issuecomment-583548206 Julia issue tracked at https://github.com/apache/incubator-mxnet/issues/16146. You can ignore that issue for now. Just make

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

2020-02-07 Thread GitBox
leezu commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583547770 This affects all PRs. This is an automated message from the

[GitHub] [incubator-mxnet] apeforest commented on issue #16735: Use single-bit for mask in dropout operator

2020-02-07 Thread GitBox
apeforest commented on issue #16735: Use single-bit for mask in dropout operator URL: https://github.com/apache/incubator-mxnet/pull/16735#issuecomment-583539243 > so we get 15x slow down? Yes, it seems so. Not sure if it is because the extra bit-operation logic we introduced or the

[GitHub] [incubator-mxnet] olk edited a comment on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-07 Thread GitBox
olk edited a comment on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543#issuecomment-583536506 Jenkins job related to website (Julia docu) fails because of invalid markdown version: >

[GitHub] [incubator-mxnet] olk commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-07 Thread GitBox
olk commented on issue #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543#issuecomment-583536506 Jenkins job related to website (Julia docu) fails because of : > [2020-02-07T17:50:14.697Z] pkg_resources.VersionConflict:

[incubator-mxnet] branch master updated (371beed -> 6533258)

2020-02-07 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 371beed add npx.gather_nd (#17477) add 6533258 [OpPerf] Implement remaining GEMM ops (#17501) No

[incubator-mxnet] branch master updated (371beed -> 6533258)

2020-02-07 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 371beed add npx.gather_nd (#17477) add 6533258 [OpPerf] Implement remaining GEMM ops (#17501) No

[GitHub] [incubator-mxnet] apeforest merged pull request #17501: [OpPerf] Implement remaining GEMM ops

2020-02-07 Thread GitBox
apeforest merged pull request #17501: [OpPerf] Implement remaining GEMM ops URL: https://github.com/apache/incubator-mxnet/pull/17501 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] yzhliu opened a new pull request #17544: [Scala/Java] Remove unnecessary data slicing

2020-02-07 Thread GitBox
yzhliu opened a new pull request #17544: [Scala/Java] Remove unnecessary data slicing URL: https://github.com/apache/incubator-mxnet/pull/17544 Remove unnecessary slice during data loading should have been covered by existing test cases.

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
samskalicky edited a comment on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583526970 Honestly I dont think the link matters. We're going to embed it in the website and wont expect users to

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
samskalicky edited a comment on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583526970 Honestly I dont think the link matters. We're going to embed it in the website and wont expect users to

[GitHub] [incubator-mxnet] samskalicky commented on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
samskalicky commented on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583526970 Honestly I dont think the link matters. We're going to embed it in the website and wont expect users to remember the

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17537: Outdated mxnet nightly build wheel instructions

2020-02-07 Thread GitBox
eric-haibin-lin commented on issue #17537: Outdated mxnet nightly build wheel instructions URL: https://github.com/apache/incubator-mxnet/issues/17537#issuecomment-583521033 Do it at https://repo.mxnet.io sounds better. The link is easier to remember compared to the other one.

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #16735: Use single-bit for mask in dropout operator

2020-02-07 Thread GitBox
eric-haibin-lin commented on issue #16735: Use single-bit for mask in dropout operator URL: https://github.com/apache/incubator-mxnet/pull/16735#issuecomment-583519418 so we get 15x slow down? This is an automated message

[GitHub] [incubator-mxnet] olk opened a new pull request #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr

2020-02-07 Thread GitBox
olk opened a new pull request #17543: MXNET-1444/MXNET-1445: replace NULL by nullptr URL: https://github.com/apache/incubator-mxnet/pull/17543 - using nullptr is more explicit - macro NULL can be a integer literal with value zero (since C++11) - literal nullptr is of type

[GitHub] [incubator-mxnet] olk closed pull request #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal

2020-02-07 Thread GitBox
olk closed pull request #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal URL: https://github.com/apache/incubator-mxnet/pull/17536 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] olk edited a comment on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal

2020-02-07 Thread GitBox
olk edited a comment on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal URL: https://github.com/apache/incubator-mxnet/pull/17536#issuecomment-583383270 generating Julia docs fails with: ``` [2020-02-07T10:19:19.325Z] raise VersionConflict(dist,

[GitHub] [incubator-mxnet] olk commented on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal

2020-02-07 Thread GitBox
olk commented on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal URL: https://github.com/apache/incubator-mxnet/pull/17536#issuecomment-583383270 generating Julia docs fails with: ``` [2020-02-07T10:19:19.325Z] raise VersionConflict(dist,

[GitHub] [incubator-mxnet] QueensGambit commented on issue #15092: mxnet model convert to onnx: No conversion function registered for op type LinearRegressionOutput yet.

2020-02-07 Thread GitBox
QueensGambit commented on issue #15092: mxnet model convert to onnx: No conversion function registered for op type LinearRegressionOutput yet. URL: https://github.com/apache/incubator-mxnet/issues/15092#issuecomment-583374238 Hello @eeqmcc , I found a solution to this problem. The

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops

2020-02-07 Thread GitBox
ChaiBapchya opened a new pull request #17542: [OpPerf] Add norm, cast ops, remaining optimizer ops URL: https://github.com/apache/incubator-mxnet/pull/17542 ## Description ## Adds following ops to OpPerf [once all the OpPerf PRs get merged, all MXNet ops in NDArray namespace will

[incubator-mxnet] branch master updated (6cac786 -> 371beed)

2020-02-07 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6cac786 skip flaky test_convolution_multiple_streams (#17499) add 371beed add npx.gather_nd (#17477)

[incubator-mxnet] branch master updated (6cac786 -> 371beed)

2020-02-07 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6cac786 skip flaky test_convolution_multiple_streams (#17499) add 371beed add npx.gather_nd (#17477)

[GitHub] [incubator-mxnet] haojin2 merged pull request #17477: Add npx.gather_nd

2020-02-07 Thread GitBox
haojin2 merged pull request #17477: Add npx.gather_nd URL: https://github.com/apache/incubator-mxnet/pull/17477 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2020-02-07 Thread GitBox
ChaiBapchya commented on issue #16146: Website build on CI is down due to Julia error URL: https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583301083 Found here too -

[GitHub] [incubator-mxnet] Yiyan66 opened a new pull request #17541: [numpy] add op random.rayleigh

2020-02-07 Thread GitBox
Yiyan66 opened a new pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541 ## Description ## add op random.rayleigh ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ]

[GitHub] [incubator-mxnet] stu1130 commented on issue #15383: [numpy] np.random.multinomial is different from _np

2020-02-07 Thread GitBox
stu1130 commented on issue #15383: [numpy] np.random.multinomial is different from _np URL: https://github.com/apache/incubator-mxnet/issues/15383#issuecomment-583289615 @xidulu Thanks for deep dive. I would probably get back to this a few weeks later

[GitHub] [incubator-mxnet] olk edited a comment on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal

2020-02-07 Thread GitBox
olk edited a comment on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal URL: https://github.com/apache/incubator-mxnet/pull/17536#issuecomment-583282951 There was an additional whitespace error from a previous commit - I don't know why it could pass the lint check.

[GitHub] [incubator-mxnet] olk edited a comment on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal

2020-02-07 Thread GitBox
olk edited a comment on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal URL: https://github.com/apache/incubator-mxnet/pull/17536#issuecomment-583282951 There was an additional whitespace error from a previous commit - I don't know why it could pass the lint check.

[GitHub] [incubator-mxnet] olk commented on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal

2020-02-07 Thread GitBox
olk commented on issue #17536: MXNET-1444/MXNET-1445: replace NULL by nullptr literal URL: https://github.com/apache/incubator-mxnet/pull/17536#issuecomment-583282951 There was an additional whitespace error from a previous commit - I don't know why it could pass the lint check. I've