[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14378: Win10 build error: gtest, no 'object' file generated

2019-03-17 Thread GitBox
stereomatchingkiss commented on issue #14378: Win10 build error: gtest, no 'object' file generated URL: https://github.com/apache/incubator-mxnet/issues/14378#issuecomment-473622811 > Probably all of these issues were already fixed below or it was depend on VS version (my 2017, you as I u

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

2019-03-17 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 9b7bac8 Bump the publish ti

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #13668: Update MKL-DNN to v0.18 release (was: fix the Dense layer issue)

2019-03-17 Thread GitBox
pengzhao-intel commented on issue #13668: Update MKL-DNN to v0.18 release (was: fix the Dense layer issue) URL: https://github.com/apache/incubator-mxnet/pull/13668#issuecomment-473645735 Merging now :) Thanks all of the efforts from Tao and reviewers.

[incubator-mxnet] branch master updated: Update MKL-DNN to v0.18 release (was: fix the Dense layer issue) (#13668)

2019-03-17 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao 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 c2f939f Update MKL-DNN to v0.18 re

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #13668: Update MKL-DNN to v0.18 release (was: fix the Dense layer issue)

2019-03-17 Thread GitBox
pengzhao-intel merged pull request #13668: Update MKL-DNN to v0.18 release (was: fix the Dense layer issue) URL: https://github.com/apache/incubator-mxnet/pull/13668 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] Chouffe commented on issue #14271: [Clojure] Add helper function to convert formed vector to NDArray (infers shape)

2019-03-17 Thread GitBox
Chouffe commented on issue #14271: [Clojure] Add helper function to convert formed vector to NDArray (infers shape) URL: https://github.com/apache/incubator-mxnet/issues/14271#issuecomment-47362 Should we close the issue now @gigasquid @kedarbellare? --

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy commented on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473663292 I find another strange bug, the custom operator hangs even without fork. ``` import mxnet as mx class AdditionOP(mx.operator.Custom

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy edited a comment on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473663292 I find another bug, the custom operator hangs even without fork. ``` import mxnet as mx class AdditionOP(mx.operator.CustomO

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

2019-03-17 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 8fc374c Bump the publish ti

[GitHub] [incubator-mxnet] TaoLv opened a new pull request #14452: [WIP] Fix the unit test for depthwise convolution

2019-03-17 Thread GitBox
TaoLv opened a new pull request #14452: [WIP] Fix the unit test for depthwise convolution URL: https://github.com/apache/incubator-mxnet/pull/14452 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove in

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy edited a comment on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473663292 I find another bug, the custom operator hangs when having unfinished async operations. ``` import mxnet as mx class Additio

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy edited a comment on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473663292 I find another bug, the custom operator hangs when having unfinished async operations. ``` import mxnet as mx class Additio

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy edited a comment on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473663292 I find another bug, the custom operator hangs when having unfinished async operations. ``` import mxnet as mx class Additio

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy edited a comment on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473663292 I find another bug, the custom operator hangs when having unfinished async operations. ``` import mxnet as mx class Additio

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
anirudh2290 commented on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473671649 @arcadiaphy waitall silently hides exceptions, it doesnt rethrow the exception yet. This should be fixed by #14397 . what happenswhen you add

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy commented on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473672762 @anirudh2290 No hangs after adding c.wait_to_read(). It only happens in calling CFUNCTYPE when destructing CustomOperator or running pre-fork S

[GitHub] [incubator-mxnet] karan6181 commented on issue #14269: Updated docs for R-package installation

2019-03-17 Thread GitBox
karan6181 commented on issue #14269: Updated docs for R-package installation URL: https://github.com/apache/incubator-mxnet/pull/14269#issuecomment-473673105 @piyushghai Thank you for your contribution. Can you please look into this PR? is there any blocker? Also, Please look at the CI w

[GitHub] [incubator-mxnet] karan6181 commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh

2019-03-17 Thread GitBox
karan6181 commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh URL: https://github.com/apache/incubator-mxnet/pull/13907#issuecomment-473673361 @larroy Thank you for your contribution! Can you please address the review comments and get this PR read

[GitHub] [incubator-mxnet] karan6181 commented on issue #14312: [MXNET-1332]predict on gpu

2019-03-17 Thread GitBox
karan6181 commented on issue #14312: [MXNET-1332]predict on gpu URL: https://github.com/apache/incubator-mxnet/pull/14312#issuecomment-473673631 @roywei Thank you for your contribution! Could you please look at the CI since it's failing? @szha Could you please review this PR again? T

[GitHub] [incubator-mxnet] karan6181 commented on issue #13886: Fixes for wine detection tutorial

2019-03-17 Thread GitBox
karan6181 commented on issue #13886: Fixes for wine detection tutorial URL: https://github.com/apache/incubator-mxnet/pull/13886#issuecomment-473673817 @larroy Could you please address the review comments? Thanks! This is an a

[GitHub] [incubator-mxnet] karan6181 commented on issue #14452: [WIP] Fix the unit test for depthwise convolution

2019-03-17 Thread GitBox
karan6181 commented on issue #14452: [WIP] Fix the unit test for depthwise convolution URL: https://github.com/apache/incubator-mxnet/pull/14452#issuecomment-473674960 @mxnet-label-bot add [Test, Python, Flaky, pr-work-in-progress] --

[GitHub] [incubator-mxnet] karan6181 commented on issue #14451: fix custom operation in fork

2019-03-17 Thread GitBox
karan6181 commented on issue #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#issuecomment-473675340 @mxnet-label-bot add [Bug, Operator] This is an automated message from the Apac

[GitHub] [incubator-mxnet] karan6181 commented on issue #14449: GELU Operator

2019-03-17 Thread GitBox
karan6181 commented on issue #14449: GELU Operator URL: https://github.com/apache/incubator-mxnet/pull/14449#issuecomment-473675478 @mxnet-label-bot add [Feature request, Operator, pr-awaiting-review] This is an automated mess

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
anirudh2290 commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266244339 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] karan6181 commented on issue #14445: Speedup SequenceMask on GPU

2019-03-17 Thread GitBox
karan6181 commented on issue #14445: Speedup SequenceMask on GPU URL: https://github.com/apache/incubator-mxnet/pull/14445#issuecomment-473675622 @mxnet-label-bot add [CUDA, Operator, Performance, pr-awaiting-review] This is a

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
anirudh2290 commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266244846 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266248347 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266248347 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266248347 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
anirudh2290 commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266249264 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266250500 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #14451: fix custom operation in fork

2019-03-17 Thread GitBox
arcadiaphy commented on a change in pull request #14451: fix custom operation in fork URL: https://github.com/apache/incubator-mxnet/pull/14451#discussion_r266250694 ## File path: src/initialize.cc ## @@ -53,11 +54,14 @@ class LibraryInitializer { // disable openmp for

[GitHub] [incubator-mxnet] reminisce closed pull request #14422: [WIP] [DO NOT MERGE] Support scalar and zero-size tensors

2019-03-17 Thread GitBox
reminisce closed pull request #14422: [WIP] [DO NOT MERGE] Support scalar and zero-size tensors URL: https://github.com/apache/incubator-mxnet/pull/14422 This is an automated message from the Apache Git Service. To respond t

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

2019-03-17 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 99c4ef9 Bump the publish ti

[GitHub] [incubator-mxnet] jmerkow commented on issue #14421: Updating mxnet from 1.0.0, networks give different outputs

2019-03-17 Thread GitBox
jmerkow commented on issue #14421: Updating mxnet from 1.0.0, networks give different outputs URL: https://github.com/apache/incubator-mxnet/issues/14421#issuecomment-473707311 Could I run the tool and pass the output instead? --

[GitHub] [incubator-mxnet] jmerkow edited a comment on issue #14421: Updating mxnet from 1.0.0, networks give different outputs

2019-03-17 Thread GitBox
jmerkow edited a comment on issue #14421: Updating mxnet from 1.0.0, networks give different outputs URL: https://github.com/apache/incubator-mxnet/issues/14421#issuecomment-473707311 Could I run the tool and pass the output instead? I need to run down some checks first as well... I wa

[incubator-mxnet] branch ib/sym-split deleted (was d38c681)

2019-03-17 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch ib/sym-split in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was d38c681 Julia: split symbolic-node.jl into several snippets The revisions that were on this branch

[incubator-mxnet] branch disable-clojure-origami-tests deleted (was 1cdda93)

2019-03-17 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch disable-clojure-origami-tests in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 1cdda93 temporarily disable integration tests that depend on origami repo due to

[incubator-mxnet] branch ib/base-clamp deleted (was 26b88b8)

2019-03-17 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch ib/base-clamp in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 26b88b8 Julia: rename `mx.clip` to `clamp` for `NDArray` The revisions that were on this branch a

[incubator-mxnet] branch cython_fix created (now c2f939f)

2019-03-17 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch cython_fix in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at c2f939f Update MKL-DNN to v0.18 release (was: fix the Dense layer issue) (#13668) No new revisions

[GitHub] [incubator-mxnet] jmerkow edited a comment on issue #14421: Updating mxnet from 1.0.0, networks give different outputs

2019-03-17 Thread GitBox
jmerkow edited a comment on issue #14421: Updating mxnet from 1.0.0, networks give different outputs URL: https://github.com/apache/incubator-mxnet/issues/14421#issuecomment-473707311 Could I run the tool and pass the output instead? I need to run down some checks first as well... I wa

[GitHub] [incubator-mxnet] szha merged pull request #14359: Speedup _contrib_index_copy

2019-03-17 Thread GitBox
szha merged pull request #14359: Speedup _contrib_index_copy URL: https://github.com/apache/incubator-mxnet/pull/14359 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[incubator-mxnet] branch master updated: Speedup _contrib_index_copy (#14359)

2019-03-17 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 020e832 Speedup _contrib_index_copy

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

2019-03-17 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 4177172 Bump the publish ti

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14449: GELU Operator

2019-03-17 Thread GitBox
eric-haibin-lin commented on a change in pull request #14449: GELU Operator URL: https://github.com/apache/incubator-mxnet/pull/14449#discussion_r266260054 ## File path: src/operator/mshadow_op.h ## @@ -127,6 +131,20 @@ MXNET_UNARY_MATH_OP(softsign, a / (1.0f + math::fabs(a

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14354: [WIP] Ndarray cumsum

2019-03-17 Thread GitBox
eric-haibin-lin commented on a change in pull request #14354: [WIP] Ndarray cumsum URL: https://github.com/apache/incubator-mxnet/pull/14354#discussion_r266260312 ## File path: src/operator/tensor/cumulative_op.h ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #14449: GELU Operator

2019-03-17 Thread GitBox
haojin2 commented on a change in pull request #14449: GELU Operator URL: https://github.com/apache/incubator-mxnet/pull/14449#discussion_r266261404 ## File path: src/operator/mshadow_op.h ## @@ -127,6 +131,20 @@ MXNET_UNARY_MATH_OP(softsign, a / (1.0f + math::fabs(a)));

[GitHub] [incubator-mxnet] roywei commented on issue #14312: [MXNET-1332][WIP]predict on gpu

2019-03-17 Thread GitBox
roywei commented on issue #14312: [MXNET-1332][WIP]predict on gpu URL: https://github.com/apache/incubator-mxnet/pull/14312#issuecomment-473723870 @mxnet-label-bot update[pr-work-in-progress, Module] This is an automated messa

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

2019-03-17 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 569fd89 Bump the publish ti

[GitHub] [incubator-mxnet] sleepwalker2017 closed issue #14369: mxnet build error: with flag USE_TENSORRT

2019-03-17 Thread GitBox
sleepwalker2017 closed issue #14369: mxnet build error: with flag USE_TENSORRT URL: https://github.com/apache/incubator-mxnet/issues/14369 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] sleepwalker2017 commented on issue #14369: mxnet build error: with flag USE_TENSORRT

2019-03-17 Thread GitBox
sleepwalker2017 commented on issue #14369: mxnet build error: with flag USE_TENSORRT URL: https://github.com/apache/incubator-mxnet/issues/14369#issuecomment-473745669 solved! the macro NCNN_NAMESPACE is not defined! Thi

[GitHub] [incubator-mxnet] wkcn closed issue #10416: mx.symbol.LeakyRelu could not be visualized

2019-03-17 Thread GitBox
wkcn closed issue #10416: mx.symbol.LeakyRelu could not be visualized URL: https://github.com/apache/incubator-mxnet/issues/10416 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-mxnet] wkcn merged pull request #14425: Fix crashes on visualization

2019-03-17 Thread GitBox
wkcn merged pull request #14425: Fix crashes on visualization URL: https://github.com/apache/incubator-mxnet/pull/14425 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-mxnet] wkcn closed issue #14245: visualize with global_pooling and no kernel crashes.

2019-03-17 Thread GitBox
wkcn closed issue #14245: visualize with global_pooling and no kernel crashes. URL: https://github.com/apache/incubator-mxnet/issues/14245 This is an automated message from the Apache Git Service. To respond to the message, p

[incubator-mxnet] branch master updated: Fix crashes on visualization (#14425)

2019-03-17 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn 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 ab5b44c Fix crashes on visualization (#1

[GitHub] [incubator-mxnet] wkcn commented on issue #14425: Fix crashes on visualization

2019-03-17 Thread GitBox
wkcn commented on issue #14425: Fix crashes on visualization URL: https://github.com/apache/incubator-mxnet/pull/14425#issuecomment-473750714 The PR has been merged. Thank you again! : ) This is an automated message from the A

[GitHub] [incubator-mxnet] TaoLv closed issue #13451: Gluon dense layer gets segfault on large arrays when MKLDNN is built in MXNet.

2019-03-17 Thread GitBox
TaoLv closed issue #13451: Gluon dense layer gets segfault on large arrays when MKLDNN is built in MXNet. URL: https://github.com/apache/incubator-mxnet/issues/13451 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] TaoLv commented on issue #13451: Gluon dense layer gets segfault on large arrays when MKLDNN is built in MXNet.

2019-03-17 Thread GitBox
TaoLv commented on issue #13451: Gluon dense layer gets segfault on large arrays when MKLDNN is built in MXNet. URL: https://github.com/apache/incubator-mxnet/issues/13451#issuecomment-473751433 Closed via #13668 . This is a

[GitHub] [incubator-mxnet] NKUCodingCat commented on issue #10416: mx.symbol.LeakyRelu could not be visualized

2019-03-17 Thread GitBox
NKUCodingCat commented on issue #10416: mx.symbol.LeakyRelu could not be visualized URL: https://github.com/apache/incubator-mxnet/issues/10416#issuecomment-473753529 hmmm I had been given up working on AI for a long time but I still happy to see such issue fixed, Thanks @vandanavk , s

[GitHub] [incubator-mxnet] reminisce opened a new pull request #14453: [WIP] Use new shape definition

2019-03-17 Thread GitBox
reminisce opened a new pull request #14453: [WIP] Use new shape definition URL: https://github.com/apache/incubator-mxnet/pull/14453 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] [incubator-mxnet] reminisce merged pull request #14453: [WIP] Use new shape definition

2019-03-17 Thread GitBox
reminisce merged pull request #14453: [WIP] Use new shape definition URL: https://github.com/apache/incubator-mxnet/pull/14453 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] reminisce opened a new issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-17 Thread GitBox
reminisce opened a new issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454 **Branch:** https://github.com/apache/incubator-mxnet/tree/numpy **Folder:** [tests/python/unittest](h

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-17 Thread GitBox
mxnet-label-bot commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454#issuecomment-473773991 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I wil

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14407: Update imagenet quantization script for MKL-DNN

2019-03-17 Thread GitBox
pengzhao-intel commented on issue #14407: Update imagenet quantization script for MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14407#issuecomment-473780845 @ciyong 0.18 PR is merged. Please check if the problem is fixed. #13668 ---

[GitHub] [incubator-mxnet] pengzhao-intel edited a comment on issue #14407: Update imagenet quantization script for MKL-DNN

2019-03-17 Thread GitBox
pengzhao-intel edited a comment on issue #14407: Update imagenet quantization script for MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14407#issuecomment-473780845 @ciyongch 0.18 PR is merged. Please check if the problem is fixed. #13668 -

[GitHub] [incubator-mxnet] xinyu-intel opened a new pull request #14455: Add contributors from intel

2019-03-17 Thread GitBox
xinyu-intel opened a new pull request #14455: Add contributors from intel URL: https://github.com/apache/incubator-mxnet/pull/14455 ## Description ## @pengzhao-intel @TaoLv ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ]

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14456: python import error

2019-03-17 Thread GitBox
mxnet-label-bot commented on issue #14456: python import error URL: https://github.com/apache/incubator-mxnet/issues/14456#issuecomment-473786292 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet comm

[GitHub] [incubator-mxnet] yongfang1995 opened a new issue #14456: python import error

2019-03-17 Thread GitBox
yongfang1995 opened a new issue #14456: python import error URL: https://github.com/apache/incubator-mxnet/issues/14456 I have installed mxnet successfully by the following steps: git clone --recursive https://github.com/apache/incubator-mxnet.git cd incubator-mxnet make -j4

[GitHub] [incubator-mxnet] ciyongch commented on issue #14407: Update imagenet quantization script for MKL-DNN

2019-03-17 Thread GitBox
ciyongch commented on issue #14407: Update imagenet quantization script for MKL-DNN URL: https://github.com/apache/incubator-mxnet/pull/14407#issuecomment-473789350 @pengzhao-intel , sounds great, there's some check in current quantized FullyConnected to enable signed int8 inputs needs to