[incubator-mxnet] branch master updated: [MXNET-358] support dense weight & sparse grad for adam, sgd and sgd_momentum (#10664)

2018-04-30 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 9f8f042 [MXNET-358] support dense

[GitHub] eric-haibin-lin closed pull request #10664: [MXNET-358] support dense weight & sparse grad for adam, sgd and sgd_momentum

2018-04-30 Thread GitBox
eric-haibin-lin closed pull request #10664: [MXNET-358] support dense weight & sparse grad for adam, sgd and sgd_momentum URL: https://github.com/apache/incubator-mxnet/pull/10664 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed

[GitHub] zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory

2018-04-30 Thread GitBox
zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory URL: https://github.com/apache/incubator-mxnet/pull/10731#discussion_r185169972 ## File path: ci/docker/runtime_functions.sh ## @@ -313,16 +313,22 @@ build_ubuntu_amalgamation_min()

[GitHub] eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub between dense and csr tensors

2018-04-30 Thread GitBox
eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub between dense and csr tensors URL: https://github.com/apache/incubator-mxnet/pull/10550#discussion_r185168226 ## File path: src/operator/tensor/elemwise_binary_op-inl.h ##

[GitHub] haojin2 commented on issue #10645: [MXNET-354] Support elemwise_add/sub between dense and row sparse tensors on CPU/GPU

2018-04-30 Thread GitBox
haojin2 commented on issue #10645: [MXNET-354] Support elemwise_add/sub between dense and row sparse tensors on CPU/GPU URL: https://github.com/apache/incubator-mxnet/pull/10645#issuecomment-385596667 Benchmark Results: (density%) (speedup of write in-place) (speedup of

[GitHub] zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory

2018-04-30 Thread GitBox
zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory URL: https://github.com/apache/incubator-mxnet/pull/10731#discussion_r185167018 ## File path: ci/docker/runtime_functions.sh ## @@ -313,16 +313,22 @@ build_ubuntu_amalgamation_min()

[GitHub] zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory

2018-04-30 Thread GitBox
zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory URL: https://github.com/apache/incubator-mxnet/pull/10731#discussion_r185166958 ## File path: ci/docker/runtime_functions.sh ## @@ -313,16 +313,22 @@ build_ubuntu_amalgamation_min()

[GitHub] anirudh2290 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
anirudh2290 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185166308 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185165909 ## File path: CMakeLists.txt ## @@ -102,6 +105,29 @@

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185165885 ## File path: CMakeLists.txt ## @@ -102,6 +105,29 @@

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185165771 ## File path: CMakeLists.txt ## @@ -86,6 +87,8 @@ if(MSVC)

[GitHub] marcoabreu commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory URL: https://github.com/apache/incubator-mxnet/pull/10731#discussion_r185165686 ## File path: ci/docker/runtime_functions.sh ## @@ -313,16 +313,22 @@

[GitHub] marcoabreu commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory URL: https://github.com/apache/incubator-mxnet/pull/10731#discussion_r185165660 ## File path: ci/docker/runtime_functions.sh ## @@ -313,16 +313,22 @@

[GitHub] zheng-da commented on issue #10761: update the performance page of MXNet.

2018-04-30 Thread GitBox
zheng-da commented on issue #10761: update the performance page of MXNet. URL: https://github.com/apache/incubator-mxnet/pull/10761#issuecomment-385597342 @mli do you want to review and merge it? This is an automated message

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185165204 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] haojin2 commented on issue #10645: [MXNET-354] Support elemwise_add/sub between dense and row sparse tensors on CPU/GPU

2018-04-30 Thread GitBox
haojin2 commented on issue #10645: [MXNET-354] Support elemwise_add/sub between dense and row sparse tensors on CPU/GPU URL: https://github.com/apache/incubator-mxnet/pull/10645#issuecomment-385596766 Benchmark Script: @eric-haibin-lin ```Python import mxnet as mx import sys

[GitHub] haojin2 commented on issue #10645: [MXNET-354] Support elemwise_add/sub between dense and row sparse tensors on CPU/GPU

2018-04-30 Thread GitBox
haojin2 commented on issue #10645: [MXNET-354] Support elemwise_add/sub between dense and row sparse tensors on CPU/GPU URL: https://github.com/apache/incubator-mxnet/pull/10645#issuecomment-385596667 Benchmark Results: (density%) (speedup of write in-place) (speedup of

[GitHub] anirudh2290 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
anirudh2290 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185164754 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] anirudh2290 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
anirudh2290 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185164754 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185160330 ## File path: CMakeLists.txt ## @@ -86,6 +87,8 @@ if(MSVC)

[GitHub] rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385590187 Thanks @anirudh2290 This is an automated message from the

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185160330 ## File path: CMakeLists.txt ## @@ -86,6 +87,8 @@ if(MSVC)

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185160330 ## File path: CMakeLists.txt ## @@ -86,6 +87,8 @@ if(MSVC)

[GitHub] zheng-da commented on issue #10731: Fix a bug in getting MKLDNN memory

2018-04-30 Thread GitBox
zheng-da commented on issue #10731: Fix a bug in getting MKLDNN memory URL: https://github.com/apache/incubator-mxnet/pull/10731#issuecomment-385588413 @marcoabreu do you have other comments? This is an automated message from

[GitHub] zheng-da opened a new pull request #10761: update the performance page of MXNet.

2018-04-30 Thread GitBox
zheng-da opened a new pull request #10761: update the performance page of MXNet. URL: https://github.com/apache/incubator-mxnet/pull/10761 ## Description ## This updates the performance page of MXNet on CPU and GPU. ## Checklist ## ### Essentials ### Please feel free to

[GitHub] DickJC123 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
DickJC123 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385586475 I owe you that. For now, documentation is at https://github.com/apache/incubator-mxnet/pull/9791

[GitHub] marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385585811 Thank you, @DickJC123! Is this variable documented somewhere?

[incubator-mxnet] branch master updated: [MXNET-371] Fixing the broken links from the failure list

2018-04-30 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 147c83a [MXNET-371] Fixing the

[GitHub] marcoabreu closed pull request #10757: [MXNET-371] Fixing the broken links from the failure list

2018-04-30 Thread GitBox
marcoabreu closed pull request #10757: [MXNET-371] Fixing the broken links from the failure list URL: https://github.com/apache/incubator-mxnet/pull/10757 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

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185157097 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185157097 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185156992 ## File path: CMakeLists.txt ## @@ -86,6 +87,8 @@ if(MSVC)

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185155479 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185150678 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185155493 ## File path: CMakeLists.txt ## @@ -102,6 +104,29 @@ else(MSVC)

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185155479 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] DickJC123 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
DickJC123 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385581468 Try something like: $ MXNET_TEST_COUNT=1 nosetests --logging-level=DEBUG --verbose -s test_module.py:test_op3

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185155046 ## File path: CMakeLists.txt ## @@ -102,6 +104,29 @@

[GitHub] rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185155052 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[incubator-mxnet-site] branch asf-site updated: Nightly build

2018-04-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 7e46c40 Nightly build

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

2018-04-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 54643be Bump the publish

[GitHub] dwSun commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416

2018-04-30 Thread GitBox
dwSun commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416 URL: https://github.com/apache/incubator-mxnet/issues/10580#issuecomment-385580846 waiting for PR #10731 to be merged This is an

[GitHub] marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385579854 @DickJC123 didn't you introduce something that allows to loop tests? Could you help us out here?

[incubator-mxnet] branch master updated: Use Jetson specific config in build instructions. (#10758)

2018-04-30 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 ecdff56 Use Jetson specific

[GitHub] marcoabreu closed pull request #10758: Use Jetson specific config in build instructions.

2018-04-30 Thread GitBox
marcoabreu closed pull request #10758: Use Jetson specific config in build instructions. URL: https://github.com/apache/incubator-mxnet/pull/10758 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] marcoabreu commented on issue #10750: flaky test test_gluon_model_zoo_gpu.test_inference

2018-04-30 Thread GitBox
marcoabreu commented on issue #10750: flaky test test_gluon_model_zoo_gpu.test_inference URL: https://github.com/apache/incubator-mxnet/issues/10750#issuecomment-385578200 Hi @spidyDev, please also put a link to the job in the description and format the log properly

[GitHub] marcoabreu commented on issue #10750: flaky test test_gluon_model_zoo_gpu.test_inference

2018-04-30 Thread GitBox
marcoabreu commented on issue #10750: flaky test test_gluon_model_zoo_gpu.test_inference URL: https://github.com/apache/incubator-mxnet/issues/10750#issuecomment-385578200 Hi @spidyDev, please also put a link to the job in the description

[incubator-mxnet] branch master updated: Use quasiquote replacement (#10707)

2018-04-30 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi 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 1ab0733 Use quasiquote replacement

[GitHub] yzhliu closed pull request #10707: [MXNET-357][WIP] New Scala API Design (NDArray)

2018-04-30 Thread GitBox
yzhliu closed pull request #10707: [MXNET-357][WIP] New Scala API Design (NDArray) URL: https://github.com/apache/incubator-mxnet/pull/10707 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

[GitHub] yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol)

2018-04-30 Thread GitBox
yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol) URL: https://github.com/apache/incubator-mxnet/pull/10660#discussion_r185148241 ## File path: scala-package/macros/src/main/scala/org/apache/mxnet/SymbolMacro.scala ## @@

[GitHub] yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol)

2018-04-30 Thread GitBox
yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol) URL: https://github.com/apache/incubator-mxnet/pull/10660#discussion_r185150798 ## File path: scala-package/macros/src/main/scala/org/apache/mxnet/SymbolMacro.scala ## @@

[GitHub] marcoabreu commented on issue #10757: [MXNET-371] Fixing the broken links from the failure list

2018-04-30 Thread GitBox
marcoabreu commented on issue #10757: [MXNET-371] Fixing the broken links from the failure list URL: https://github.com/apache/incubator-mxnet/pull/10757#issuecomment-385575343 @kpmurali please note that this server is Amazon internal and not accessible outside the corporate network. It'd

[GitHub] yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol)

2018-04-30 Thread GitBox
yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol) URL: https://github.com/apache/incubator-mxnet/pull/10660#discussion_r185148398 ## File path: scala-package/macros/src/main/scala/org/apache/mxnet/SymbolMacro.scala ## @@

[GitHub] yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol)

2018-04-30 Thread GitBox
yzhliu commented on a change in pull request #10660: [MXNET-357] New Scala API Design (Symbol) URL: https://github.com/apache/incubator-mxnet/pull/10660#discussion_r185149748 ## File path: scala-package/macros/src/main/scala/org/apache/mxnet/SymbolMacro.scala ## @@

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185150638 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185150678 ## File path: make/config.mk ## @@ -132,10 +132,19 @@ endif

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185150605 ## File path: CMakeLists.txt ## @@ -102,6 +103,10 @@

[GitHub] rahul003 opened a new pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

2018-04-30 Thread GitBox
rahul003 opened a new pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make URL: https://github.com/apache/incubator-mxnet/pull/10760 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ###

[GitHub] haojin2 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
haojin2 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385573166 I manually ran this for quite a few times already, but I'll give another try with loops, thanks for the advice!

[GitHub] marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385572726 Thanks for the fix! Did you try running this test in a loop?

[GitHub] marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
marcoabreu commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385572726 Did you try running this test in a loop? This is an automated

[GitHub] anirudh2290 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
anirudh2290 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385569944 @rahul003 I was able to test this on g++-6.4 before and after the change. It seems to build fine after the change. I

[GitHub] aaronmarkham commented on issue #10757: [MXNET-371] Fixing the broken links from the failure list

2018-04-30 Thread GitBox
aaronmarkham commented on issue #10757: [MXNET-371] Fixing the broken links from the failure list URL: https://github.com/apache/incubator-mxnet/pull/10757#issuecomment-385565488 LGTM! This is an automated message from the

[GitHub] haojin2 opened a new pull request #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
haojin2 opened a new pull request #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759 ## Description ## As title. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [x]

[GitHub] haojin2 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid

2018-04-30 Thread GitBox
haojin2 commented on issue #10759: [MXNET-346] Fix flaky test for hard_sigmoid URL: https://github.com/apache/incubator-mxnet/pull/10759#issuecomment-385562798 @piiswrong This is an automated message from the Apache Git

[GitHub] KellenSunderland commented on issue #10727: cuda archs for TX1 and TX2

2018-04-30 Thread GitBox
KellenSunderland commented on issue #10727: cuda archs for TX1 and TX2 URL: https://github.com/apache/incubator-mxnet/pull/10727#issuecomment-385561352 @rahul003 I think we should have a larger re-write of that section to include cross-compilation instructions, but you're right for the

[GitHub] KellenSunderland commented on issue #10727: cuda archs for TX1 and TX2

2018-04-30 Thread GitBox
KellenSunderland commented on issue #10727: cuda archs for TX1 and TX2 URL: https://github.com/apache/incubator-mxnet/pull/10727#issuecomment-385561352 @rahul003 I think we should have a larger re-write of that section to include cross-compilation instructions, but you're right for the

[GitHub] KellenSunderland opened a new pull request #10758: Use Jetson specific config in build instructions.

2018-04-30 Thread GitBox
KellenSunderland opened a new pull request #10758: Use Jetson specific config in build instructions. URL: https://github.com/apache/incubator-mxnet/pull/10758 ## Description ## Update Jetson specific documentation. This

[GitHub] kpmurali opened a new pull request #10757: [MXNET-371] Fixing the broken links from the failure list

2018-04-30 Thread GitBox
kpmurali opened a new pull request #10757: [MXNET-371] Fixing the broken links from the failure list URL: https://github.com/apache/incubator-mxnet/pull/10757 ## Description ## Fixing the broken links from the failure list

[GitHub] anirudhacharya opened a new issue #10756: L1 Normalization operator not present in MXNet

2018-04-30 Thread GitBox
anirudhacharya opened a new issue #10756: L1 Normalization operator not present in MXNet URL: https://github.com/apache/incubator-mxnet/issues/10756 MXNet has [L2 Normalization](http://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html#mxnet.ndarray.L2Normalization) but does

[GitHub] anirudhacharya opened a new issue #10755: 'Take' operator should support non-zero axis values

2018-04-30 Thread GitBox
anirudhacharya opened a new issue #10755: 'Take' operator should support non-zero axis values URL: https://github.com/apache/incubator-mxnet/issues/10755 The current implementation of [Take operator](https://mxnet.incubator.apache.org/api/python/symbol/symbol.html#mxnet.symbol.take) is

[incubator-mxnet] branch master updated: Sync the mshadow submodule (#10751)

2018-04-30 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 50cb694 Sync the mshadow

[GitHub] anirudh2290 closed pull request #10751: Sync the mshadow submodule

2018-04-30 Thread GitBox
anirudh2290 closed pull request #10751: Sync the mshadow submodule URL: https://github.com/apache/incubator-mxnet/pull/10751 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] anirudhacharya opened a new issue #10754: Support for LpPooling in Pooling operator

2018-04-30 Thread GitBox
anirudhacharya opened a new issue #10754: Support for LpPooling in Pooling operator URL: https://github.com/apache/incubator-mxnet/issues/10754 [Pooling operator](http://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html#mxnet.ndarray.Pooling) currently supports ‘avg’, ‘max’ and

[GitHub] anirudhacharya commented on issue #10194: Average pool with padding calculation different from TF and Pytorch

2018-04-30 Thread GitBox
anirudhacharya commented on issue #10194: Average pool with padding calculation different from TF and Pytorch URL: https://github.com/apache/incubator-mxnet/issues/10194#issuecomment-385553387 Is the following proposed solution okay? - to add a ‘padding_convention’ flag so that the

[GitHub] rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385551954 @asitstands Thanks for the suggestion. I'm trying that change in the below PR. Would you or @sl1pkn07 be able to verify

[GitHub] anirudhacharya commented on issue #10679: [MXNET-347] Logical Operators AND, XOR, OR

2018-04-30 Thread GitBox
anirudhacharya commented on issue #10679: [MXNET-347] Logical Operators AND, XOR, OR URL: https://github.com/apache/incubator-mxnet/pull/10679#issuecomment-385552656 @eric-haibin-lin should I update these under ``Comparison`` or should I create a new ``Logical`` category? I think even

[GitHub] anirudhacharya commented on issue #10663: mismatch of padding in conv between MXNet and ONNX

2018-04-30 Thread GitBox
anirudhacharya commented on issue #10663: mismatch of padding in conv between MXNet and ONNX URL: https://github.com/apache/incubator-mxnet/issues/10663#issuecomment-385552825 @zheng-da can you verify and close this issue?

[GitHub] rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385551954 @asitstands Thanks for the suggestion. I'm trying that change in the below PR. Would you or @sl1pkn07 be able to verify

[GitHub] gigasquid opened a new issue #10753: Scala Module MNIST MLP example not working

2018-04-30 Thread GitBox
gigasquid opened a new issue #10753: Scala Module MNIST MLP example not working URL: https://github.com/apache/incubator-mxnet/issues/10753 ## Description Running the Scala example for Module MNIST is not working due to the new requirement in DataDesc from this PR

[GitHub] ThomasDelteil commented on issue #10492: [feature request] Logging level for C++ lib

2018-04-30 Thread GitBox
ThomasDelteil commented on issue #10492: [feature request] Logging level for C++ lib URL: https://github.com/apache/incubator-mxnet/issues/10492#issuecomment-385548907 It is actually not possible, please add Feature Request flag

[GitHub] aaronmarkham commented on issue #10409: https://newdocs.readthedocs.io is outdated

2018-04-30 Thread GitBox
aaronmarkham commented on issue #10409: https://newdocs.readthedocs.io is outdated URL: https://github.com/apache/incubator-mxnet/issues/10409#issuecomment-385548299 Plan B initiated: https://github.com/rtfd/readthedocs.org/issues/4042

[GitHub] rahul003 commented on issue #10727: cuda archs for TX1 and TX2

2018-04-30 Thread GitBox
rahul003 commented on issue #10727: cuda archs for TX1 and TX2 URL: https://github.com/apache/incubator-mxnet/pull/10727#issuecomment-385547360 @KellenSunderland Would it make sense to update the install instructions here

[GitHub] zheng-da commented on issue #10724: Flaky test MKLDNN test_bucket_module

2018-04-30 Thread GitBox
zheng-da commented on issue #10724: Flaky test MKLDNN test_bucket_module URL: https://github.com/apache/incubator-mxnet/issues/10724#issuecomment-385547186 compiling MKLDNN on a machine with avx512 can't run on avx2. It's a known issue. I have changed Makefile and cmake to make compiled

[GitHub] rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
rahul003 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385542818 @sl1pkn07 Would it be possible to try gcc6.3? Cuda9.1 says it is compatible with that version

[GitHub] rahul003 commented on issue #10705: Problems building and running mxnet on machines with no AVX2 support

2018-04-30 Thread GitBox
rahul003 commented on issue #10705: Problems building and running mxnet on machines with no AVX2 support URL: https://github.com/apache/incubator-mxnet/issues/10705#issuecomment-385529356 @sl1pkn07 What you suggested is a temporary workaround, but -O2 means fewer optimizations done by

[GitHub] nswamy closed issue #10397: grad_req in multi-task example

2018-04-30 Thread GitBox
nswamy closed issue #10397: grad_req in multi-task example URL: https://github.com/apache/incubator-mxnet/issues/10397 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nswamy commented on issue #10492: [feature request] Logging level for C++ lib

2018-04-30 Thread GitBox
nswamy commented on issue #10492: [feature request] Logging level for C++ lib URL: https://github.com/apache/incubator-mxnet/issues/10492#issuecomment-385542105 Please post your question on https://discuss.mxnet.io/ This is

[GitHub] sl1pkn07 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
sl1pkn07 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385542113 by default 7.3.1, but set 6.4.3 for CUDA applications (-DCUDA_HOST_COMPILER) because cuda 9.1.x not support gcc v7 or more

[GitHub] anirudh2290 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
anirudh2290 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385540947 @sl1pkn07 seems like your issue is different to the one on : #10705. For #10705, the issue is that the hardware doesnt

[GitHub] KellenSunderland commented on issue #10727: cuda archs for TX1 and TX2

2018-04-30 Thread GitBox
KellenSunderland commented on issue #10727: cuda archs for TX1 and TX2 URL: https://github.com/apache/incubator-mxnet/pull/10727#issuecomment-385540559 @aaronmarkham Correct, you wouldn't have to run make manually if you use the ./ci/build.py script. They are different ways of compiling

[GitHub] piiswrong commented on issue #10732: Profile doc

2018-04-30 Thread GitBox
piiswrong commented on issue #10732: Profile doc URL: https://github.com/apache/incubator-mxnet/pull/10732#issuecomment-385538501 Needs to be listed in the index page so that it can show up http://mxnet.incubator.apache.org/api/python/index.html

[GitHub] piiswrong commented on issue #10732: Profile doc

2018-04-30 Thread GitBox
piiswrong commented on issue #10732: Profile doc URL: https://github.com/apache/incubator-mxnet/pull/10732#issuecomment-385538501 Needs to be listed in the index page so that it can show up This is an automated message from

[GitHub] sl1pkn07 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
sl1pkn07 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385533805 ``` └───╼ lscpu Arquitectura:x86_64 modo(s) de operación de las CPUs:32-bit, 64-bit

[GitHub] anirudh2290 commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-30 Thread GitBox
anirudh2290 commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-385533110 @sl1pkn07 can you please provide lscpu output. This is

[GitHub] rahul003 commented on issue #10705: Problems building and running mxnet on machines with no AVX2 support

2018-04-30 Thread GitBox
rahul003 commented on issue #10705: Problems building and running mxnet on machines with no AVX2 support URL: https://github.com/apache/incubator-mxnet/issues/10705#issuecomment-385529356 @sl1pkn07 It's a good workaround, but -O2 means fewer optimizations done by the compiler. So we need

[GitHub] rahul003 commented on issue #10705: Problems building and running mxnet on machines with no AVX2 support

2018-04-30 Thread GitBox
rahul003 commented on issue #10705: Problems building and running mxnet on machines with no AVX2 support URL: https://github.com/apache/incubator-mxnet/issues/10705#issuecomment-385527263 @redpine42 This PR should fix your issue. Can you confirm that it does?

[GitHub] hetong007 opened a new pull request #10752: Improve resnet18 and resnet34 pre-trained models

2018-04-30 Thread GitBox
hetong007 opened a new pull request #10752: Improve resnet18 and resnet34 pre-trained models URL: https://github.com/apache/incubator-mxnet/pull/10752 ## Description ## Update models: - resnet18_v1 - resnet34_v2 - resnet18_v1 - resnet34_v2 in gluon model zoo with

[GitHub] cbalioglu opened a new pull request #10751: Sync the mshadow submodule

2018-04-30 Thread GitBox
cbalioglu opened a new pull request #10751: Sync the mshadow submodule URL: https://github.com/apache/incubator-mxnet/pull/10751 Pulling the latest changes from the mshadow repository. ### Changes ### - Introduces support for the (CUDA) Volta architecture in CMake builds

[GitHub] zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory

2018-04-30 Thread GitBox
zheng-da commented on a change in pull request #10731: Fix a bug in getting MKLDNN memory URL: https://github.com/apache/incubator-mxnet/pull/10731#discussion_r185098232 ## File path: ci/docker/runtime_functions.sh ## @@ -313,16 +313,22 @@ build_ubuntu_amalgamation_min()

  1   2   >