[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r401438452 ## File path: src/api/operator/numpy/np_histogram_op.cc ## @@ -0,0 +1,81 @@ +/* +

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r401440022 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1734,13 +1734,13 @@ def

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r401433011 ## File path: include/mxnet/runtime/ffi_helper.h ## @@ -99,6 +99,24 @@ class

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
hzfan commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r401437302 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1734,13 +1734,13 @@ def

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607061503 @leezu seems like adding both 5.2 and 7.0 and then drop 7.0 would

[GitHub] [incubator-mxnet] vexilligera commented on a change in pull request #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera commented on a change in pull request #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#discussion_r401361553 ## File path: ci/build_windows.py ##

[GitHub] [incubator-mxnet] konioyxgq opened a new issue #17953: Models saved at different training stages with different forward speeds

2020-04-01 Thread GitBox
konioyxgq opened a new issue #17953: Models saved at different training stages with different forward speeds URL: https://github.com/apache/incubator-mxnet/issues/17953 C++ interface under Version 1.3.1 . During training, the first-time saved model, the forward time is 0.2s. But the model

[GitHub] [incubator-mxnet] Yiyan66 commented on issue #17084: [numpy] add op median

2020-04-01 Thread GitBox
Yiyan66 commented on issue #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#issuecomment-607195823 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service.

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

2020-04-01 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 8189ba6 Bump the

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17084: [numpy] add op median

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084#issuecomment-607195884 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from the

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607061503 @leezu seems like adding both 5.2 and 7.0 and then drop 7.0 would

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607061503 @leezu seems like adding both 5.2 and 7.0 and then dropping 7.0

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607061503 @leezu seems like adding both 5.2 and 7.0 and then dropping 7.0

[GitHub] [incubator-mxnet] shuo-ouyang opened a new pull request #17952: 1bit gradient compression

2020-04-01 Thread GitBox
shuo-ouyang opened a new pull request #17952: 1bit gradient compression URL: https://github.com/apache/incubator-mxnet/pull/17952 ## Description ## Added 1bit gradient compression implementation which has similar speedup with 2bit compression. It works with a threshold, values in

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17952: 1bit gradient compression

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17952: 1bit gradient compression URL: https://github.com/apache/incubator-mxnet/pull/17952#issuecomment-607163075 Hey @shuo-ouyang , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests

[GitHub] [incubator-mxnet] sa-mustafa commented on issue #17943: CMake build misses some parameters

2020-04-01 Thread GitBox
sa-mustafa commented on issue #17943: CMake build misses some parameters URL: https://github.com/apache/incubator-mxnet/issues/17943#issuecomment-607249994 Yes, I'm sure adding the suggested lines improve the build experience on Windows. I've seen the problem since version 1.3.0 according

[GitHub] [incubator-mxnet] vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607061503 @leezu seems like adding both 5.2 and 7.0 and then drop 7.0 would trigger

[GitHub] [incubator-mxnet] fhieber opened a new issue #17951: argsort does not support FP16

2020-04-01 Thread GitBox
fhieber opened a new issue #17951: argsort does not support FP16 URL: https://github.com/apache/incubator-mxnet/issues/17951 Similar to #14125, argsort does not yet support float16 data. This is an automated message from

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

2020-04-01 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 1bf5826 Bump the

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607061503 @leezu seems like adding both 5.2 and 7.0 and then drop 7.0 would

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index URL: https://github.com/apache/incubator-mxnet/pull/17748#issuecomment-607263081 Jenkins CI successfully triggered : [windows-gpu]

[GitHub] [incubator-mxnet] wkcn commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index

2020-04-01 Thread GitBox
wkcn commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index URL: https://github.com/apache/incubator-mxnet/pull/17748#issuecomment-607263022 @mxnet-bot run ci [windows-gpu] This is an automated

[GitHub] [incubator-mxnet] djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-04-01 Thread GitBox
djaym7 opened a new issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939 Using grad_req == null freezes whole layer, i want to freeze certain weights in the current parameter, how to do this ? Eg:

[GitHub] [incubator-mxnet] leezu commented on issue #17943: CMake build misses some parameters

2020-04-01 Thread GitBox
leezu commented on issue #17943: CMake build misses some parameters URL: https://github.com/apache/incubator-mxnet/issues/17943#issuecomment-607385824 Ok, please CC me in your PR. Thank you This is an automated message from

[GitHub] [incubator-mxnet] djaym7 commented on issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-04-01 Thread GitBox
djaym7 commented on issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939#issuecomment-607365929 ![image](https://user-images.githubusercontent.com/12378820/78163995-f4d8f200-73fd-11ea-9e74-f7049539c591.png)

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401754843 ## File path: docs/python_docs/themes/mx-theme/mxtheme/header_top.html ## @@ -19,6

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401756646 ## File path: docs/static_site/Makefile ## @@ -20,7 +20,7 @@ all: html html:

[GitHub] [incubator-mxnet] djaym7 edited a comment on issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-04-01 Thread GitBox
djaym7 edited a comment on issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939#issuecomment-607365929

[GitHub] [incubator-mxnet] djaym7 edited a comment on issue #17939: Ways of Freezing part of parameter and not the whole layer.

2020-04-01 Thread GitBox
djaym7 edited a comment on issue #17939: Ways of Freezing part of parameter and not the whole layer. URL: https://github.com/apache/incubator-mxnet/issues/17939#issuecomment-607365929

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401797451 ## File path: docs/static_site/src/_includes/head.html ## @@ -15,4 +15,25 @@ +

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401797705 ## File path: docs/static_site/src/_includes/header.html ## @@ -43,6 +43,21 @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401798079 ## File path: docs/python_docs/themes/mx-theme/mxtheme/header_top.html ## @@ -19,6 +19,21 @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
aaronmarkham commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401796812 ## File path: docs/python_docs/themes/mx-theme/mxtheme/layout.html ## @@ -7,6 +7,27 @@

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401838431 ## File path: docs/python_docs/themes/mx-theme/mxtheme/layout.html ## @@ -7,6 +7,27 @@

[GitHub] [incubator-mxnet] leezu opened a new issue #17954: Automatic verification of tutorials

2020-04-01 Thread GitBox
leezu opened a new issue #17954: Automatic verification of tutorials URL: https://github.com/apache/incubator-mxnet/issues/17954 ## Description There is no mechanism ensuring tutorials work. For example

[GitHub] [incubator-mxnet] sa-mustafa opened a new pull request #17955: Update CMakeLists.txt

2020-04-01 Thread GitBox
sa-mustafa opened a new pull request #17955: Update CMakeLists.txt URL: https://github.com/apache/incubator-mxnet/pull/17955 Added default build type for gtest, in case the library is not installed on the system (primarily on Windows). @leezu suggested to create the PR. ##

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17955: Update CMakeLists.txt

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17955: Update CMakeLists.txt URL: https://github.com/apache/incubator-mxnet/pull/17955#issuecomment-607491885 Hey @sa-mustafa , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on issue #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#issuecomment-607402049 @szha thanks for your feedback! I would be happy to modify the styling of the version dropdown. Can you give me an idea of what

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401818452 ## File path: docs/python_docs/themes/mx-theme/mxtheme/header_top.html ## @@ -19,6 +19,21 @@

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r401820661 ## File path: docs/static_site/Makefile ## @@ -20,7 +20,7 @@ all: html html: mkdir

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

2020-04-01 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 2cd2f7d Bump the

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17865: [Numpy] add: numpy op rollaxis

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17865: [Numpy] add: numpy op rollaxis URL: https://github.com/apache/incubator-mxnet/pull/17865#issuecomment-607509704 Jenkins CI successfully triggered : [unix-gpu] This is an automated message

[GitHub] [incubator-mxnet] haojin2 commented on issue #17865: [Numpy] add: numpy op rollaxis

2020-04-01 Thread GitBox
haojin2 commented on issue #17865: [Numpy] add: numpy op rollaxis URL: https://github.com/apache/incubator-mxnet/pull/17865#issuecomment-607509644 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on issue #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#issuecomment-607543206 @szha I created two PRs with changes that will add Jenkinsfiles to support nightly builds for

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17957: [Website 2.0] Nightly Build for v2.x (master)

2020-04-01 Thread GitBox
connorgoggins commented on issue #17957: [Website 2.0] Nightly Build for v2.x (master) URL: https://github.com/apache/incubator-mxnet/pull/17957#issuecomment-607542732 @mxnet-label-bot add [pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17957: [Website 2.0] Nightly Build for v2.x (master)

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17957: [Website 2.0] Nightly Build for v2.x (master) URL: https://github.com/apache/incubator-mxnet/pull/17957#issuecomment-607542543 Hey @connorgoggins , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17956: [Website 2.0] Nightly Build for v1.x

2020-04-01 Thread GitBox
connorgoggins commented on issue #17956: [Website 2.0] Nightly Build for v1.x URL: https://github.com/apache/incubator-mxnet/pull/17956#issuecomment-607542749 @mxnet-label-bot add [pr-awaiting-review] This is an automated

[GitHub] [incubator-mxnet] connorgoggins opened a new pull request #17957: [Website 2.0] Nightly Build for v2.x (master)

2020-04-01 Thread GitBox
connorgoggins opened a new pull request #17957: [Website 2.0] Nightly Build for v2.x (master) URL: https://github.com/apache/incubator-mxnet/pull/17957 ## Description ## To add a nightly build Jenkins pipeline for v2.x (master), we need to create a new Jenkinsfile capable of building

[GitHub] [incubator-mxnet] leezu commented on issue #7410: mxnet random seed should not be fixed by default

2020-04-01 Thread GitBox
leezu commented on issue #7410: mxnet random seed should not be fixed by default URL: https://github.com/apache/incubator-mxnet/issues/7410#issuecomment-607502978 Marking as bug as the behaviour is not numpy compatible. This

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
ChaiBapchya commented on a change in pull request #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#discussion_r401968893 ## File path: ci/windows/test_py3_gpu.ps1

[GitHub] [incubator-mxnet] vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607061503 @leezu seems like adding both 5.2 and 7.0 and then dropping 7.0

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010064 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1734,13 +1734,13 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010010 ## File path: include/mxnet/runtime/ffi_helper.h ## @@ -99,6 +99,24 @@ class

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010277 ## File path: src/api/operator/numpy/np_histogram_op.cc ## @@ -0,0 +1,81 @@ +/*

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010664 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1734,13 +1734,13 @@ def

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17956: [Website 2.0] Nightly Build for v1.x

2020-04-01 Thread GitBox
connorgoggins commented on a change in pull request #17956: [Website 2.0] Nightly Build for v1.x URL: https://github.com/apache/incubator-mxnet/pull/17956#discussion_r401978475 ## File path: ci/jenkins/Jenkinsfile_website_nightly ## @@ -0,0 +1,63 @@ +// -*- mode: groovy

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

2020-04-01 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 0b4a85a Bump the

[GitHub] [incubator-mxnet] connorgoggins opened a new pull request #17956: [Website 2.0] Nightly Build for v1.x

2020-04-01 Thread GitBox
connorgoggins opened a new pull request #17956: [Website 2.0] Nightly Build for v1.x URL: https://github.com/apache/incubator-mxnet/pull/17956 ## Description ## To add a nightly build Jenkins pipeline for v1.x, we need to create a new Jenkinsfile capable of building all the components

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17956: [Website 2.0] Nightly Build for v1.x

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17956: [Website 2.0] Nightly Build for v1.x URL: https://github.com/apache/incubator-mxnet/pull/17956#issuecomment-607539845 Hey @connorgoggins , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17956: [Website 2.0] Nightly Build for v1.x

2020-04-01 Thread GitBox
aaronmarkham commented on a change in pull request #17956: [Website 2.0] Nightly Build for v1.x URL: https://github.com/apache/incubator-mxnet/pull/17956#discussion_r401977603 ## File path: ci/jenkins/Jenkinsfile_website_nightly ## @@ -0,0 +1,63 @@ +// -*- mode: groovy

[GitHub] [incubator-mxnet] vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
vexilligera commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607576159 @mxnet-bot run ci [windows-gpu]

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-607576186 Jenkins CI successfully triggered : [windows-gpu]

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
marcoabreu commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r402008073 ## File path: docs/static_site/Makefile ## @@ -20,7 +20,7 @@ all: html html: mkdir -p

[GitHub] [incubator-mxnet] haojin2 merged pull request #17084: [numpy] add op median

2020-04-01 Thread GitBox
haojin2 merged pull request #17084: [numpy] add op median URL: https://github.com/apache/incubator-mxnet/pull/17084 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on issue #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#issuecomment-607632487 Update: the [new version of the website preview](http://ec2-3-19-223-185.us-east-2.compute.amazonaws.com/) reflects the changes

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17899: [Numpy][Bug Fix] Fix Wrong Result in Numpy Operator `where`

2020-04-01 Thread GitBox
mxnet-bot commented on issue #17899: [Numpy][Bug Fix] Fix Wrong Result in Numpy Operator `where` URL: https://github.com/apache/incubator-mxnet/pull/17899#issuecomment-607623946 Jenkins CI successfully triggered : [windows-gpu]

[GitHub] [incubator-mxnet] hgt312 commented on issue #17899: [Numpy][Bug Fix] Fix Wrong Result in Numpy Operator `where`

2020-04-01 Thread GitBox
hgt312 commented on issue #17899: [Numpy][Bug Fix] Fix Wrong Result in Numpy Operator `where` URL: https://github.com/apache/incubator-mxnet/pull/17899#issuecomment-607623911 @mxnet-bot run ci [windows-gpu] This is an

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r402024023 ## File path: docs/static_site/Makefile ## @@ -20,7 +20,7 @@ all: html html: mkdir

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown

2020-04-01 Thread GitBox
connorgoggins commented on a change in pull request #17948: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/pull/17948#discussion_r402037570 ## File path: docs/static_site/Makefile ## @@ -20,7 +20,7 @@ all: html html: mkdir

[incubator-mxnet] branch master updated (56e7985 -> 08528c5)

2020-04-01 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 56e7985 * impl - FFI for np einsum (#17869) add 08528c5 [numpy] add op median (#17084) No new

[GitHub] [incubator-mxnet] Chenyangzh commented on issue #15892: retinaface model to onnx

2020-04-01 Thread GitBox
Chenyangzh commented on issue #15892: retinaface model to onnx URL: https://github.com/apache/incubator-mxnet/issues/15892#issuecomment-607609064 Hello everyone I am in a situation of mxnet==1.5.0 and onnx==1.6.0 and want to convert the retinaface mobile-net model to ONNX model.

[incubator-mxnet] branch master updated: [numpy] add op median (#17084)

2020-04-01 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj 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 08528c5 [numpy] add op median (#17084)