[incubator-mxnet] branch master updated: fix ssd quantization script error (#13843)

2019-01-14 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv 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 4fe5461 fix ssd quantization script err

[GitHub] TaoLv commented on issue #13843: fix ssd quantization script error

2019-01-14 Thread GitBox
TaoLv commented on issue #13843: fix ssd quantization script error URL: https://github.com/apache/incubator-mxnet/pull/13843#issuecomment-454292354 Thank you for the fix @ciyongch. Merging it now. This is an automated message

[incubator-mxnet] Diff for: [GitHub] TaoLv merged pull request #13843: fix ssd quantization script error

2019-01-14 Thread GitBox
diff --git a/example/quantization/README.md b/example/quantization/README.md index 0e63cd84ede..b77537d4fba 100644 --- a/example/quantization/README.md +++ b/example/quantization/README.md @@ -34,7 +34,7 @@ The following models have been tested on Linux systems. |[Inception V3](#7)|[Gluon-CV](htt

[GitHub] TaoLv merged pull request #13843: fix ssd quantization script error

2019-01-14 Thread GitBox
TaoLv merged pull request #13843: fix ssd quantization script error URL: https://github.com/apache/incubator-mxnet/pull/13843 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org -

[GitHub] likangGit opened a new issue #13881: Cmake : could not find mkl (missing MKLDNN_LIBRARY)

2019-01-14 Thread GitBox
likangGit opened a new issue #13881: Cmake : could not find mkl (missing MKLDNN_LIBRARY) URL: https://github.com/apache/incubator-mxnet/issues/13881 ## Description When compliting mxnet with cmake (BLAS=MKL), cmake tells me that "could not find mkl (missing MKLDNN_LIBRARY)". This is bec

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

2019-01-14 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 6ef18fc Bump the publish ti

[GitHub] solin319 edited a comment on issue #13683: fix bug in nag optimizer

2019-01-14 Thread GitBox
solin319 edited a comment on issue #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#issuecomment-454280011 Shall we change the code back to ``` mom[:] *= self.momentum grad32 += wd * weight32 mom[:] += grad32 ```

[GitHub] solin319 commented on issue #13683: fix bug in nag optimizer

2019-01-14 Thread GitBox
solin319 commented on issue #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#issuecomment-454280011 Change back to This is an automated message from the Apache Git Service. To respon

[GitHub] akond commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file

2019-01-14 Thread GitBox
akond commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-454279427 I switched to windows/GNU R to do the job, because mxnet installation on windows is instantaneous, contrary to m

[GitHub] huangzhiyuan commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution.

2019-01-14 Thread GitBox
huangzhiyuan commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454275585 Common issue with #13833, not related to code change. --

[GitHub] szha commented on issue #13683: fix bug in nag optimizer

2019-01-14 Thread GitBox
szha commented on issue #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#issuecomment-454265368 Currently the rhs will result in allocating temporary space for the results of `self.momentum * mom[:]`, `self.momentum * mom[:] + grad32`, and `self.mo

[GitHub] solin319 edited a comment on issue #13683: fix bug in nag optimizer

2019-01-14 Thread GitBox
solin319 edited a comment on issue #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#issuecomment-454264191 Which operator in in-place operator? @szha mx.nd.add ? This is an automat

[GitHub] solin319 commented on issue #13683: fix bug in nag optimizer

2019-01-14 Thread GitBox
solin319 commented on issue #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#issuecomment-454264191 Which operator in in-place operator? @szha This is an automated message from the Ap

[GitHub] ufoym edited a comment on issue #12792: Fix broken amalgamation

2019-01-14 Thread GitBox
ufoym edited a comment on issue #12792: Fix broken amalgamation URL: https://github.com/apache/incubator-mxnet/pull/12792#issuecomment-454258669 @anirudhacharya The merge conflicts have been resolved again. The checks should be successful without network issues. -

[GitHub] ufoym commented on issue #12792: Fix broken amalgamation

2019-01-14 Thread GitBox
ufoym commented on issue #12792: Fix broken amalgamation URL: https://github.com/apache/incubator-mxnet/pull/12792#issuecomment-454258669 @anirudhacharya The merge conflicts have been resolved. The checks should be successful without network issues. --

[GitHub] mli commented on issue #13132: enabled link checker and doc test during building the doc

2019-01-14 Thread GitBox
mli commented on issue #13132: enabled link checker and doc test during building the doc URL: https://github.com/apache/incubator-mxnet/pull/13132#issuecomment-454258195 doctest will evaluate the python codes in the docstring. for example, if i wrote ``` >>> print(1+1) 2 ``

[incubator-mxnet] branch master updated: Add CODEOWNERS for Julia package (#13872)

2019-01-14 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 6be0b9a Add CODEOWNERS for Julia pac

[GitHub] szha merged pull request #13872: Set CODEOWNERS for Julia package

2019-01-14 Thread GitBox
szha merged pull request #13872: Set CODEOWNERS for Julia package URL: https://github.com/apache/incubator-mxnet/pull/13872 This is an automated message from the Apache Git Service. To respond to the message, please log on Gi

[GitHub] szha commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators.

2019-01-14 Thread GitBox
szha commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators. URL: https://github.com/apache/incubator-mxnet/pull/13880#issuecomment-454255341 Thanks for contributing this, @stephenrawls. Could you add some test cases for using different input ty

[GitHub] szha commented on a change in pull request #13683: fix bug in nag optimizer

2019-01-14 Thread GitBox
szha commented on a change in pull request #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#discussion_r247753992 ## File path: tests/python/unittest/test_optimizer.py ## @@ -384,11 +384,9 @@ def update(self, index, weight, grad, st

[GitHub] szha commented on a change in pull request #13683: fix bug in nag optimizer

2019-01-14 Thread GitBox
szha commented on a change in pull request #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683#discussion_r247754005 ## File path: tests/python/unittest/test_optimizer.py ## @@ -399,11 +397,9 @@ def update(self, index, weight, grad, st

[GitHub] ChaiBapchya commented on issue #13873: fix compile error in debug mode

2019-01-14 Thread GitBox
ChaiBapchya commented on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454240587 @NEWPLAN Thanks for your contribution. This issue seems to be website flakiness (not related to your change) It is being monitored

[GitHub] eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD

2019-01-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346#discussion_r247736910 ## File path: python/mxnet/optimizer/optimizer.py ## @@ -502,6 +545,7 @@ def __init__(self, momentum=0.0, lazy_update=

[GitHub] eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD

2019-01-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346#discussion_r247729587 ## File path: src/operator/optimizer_op.cc ## @@ -313,6 +315,209 @@ inline bool SGDStorageType(const nnvm::NodeAttrs&

[GitHub] eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD

2019-01-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346#discussion_r247736512 ## File path: python/mxnet/gluon/trainer.py ## @@ -393,6 +393,8 @@ def update(self, batch_size, ignore_stale_grad=Fals

[GitHub] eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD

2019-01-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346#discussion_r247729674 ## File path: src/operator/optimizer_op.cc ## @@ -313,6 +315,209 @@ inline bool SGDStorageType(const nnvm::NodeAttrs&

[GitHub] harshp8l commented on issue #13163: testissue

2019-01-14 Thread GitBox
harshp8l commented on issue #13163: testissue URL: https://github.com/apache/incubator-mxnet/issues/13163#issuecomment-454230353 test test test test test @mxnet-label-bot add [good first issue] This is an automated message

[GitHub] KellenSunderland commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-01-14 Thread GitBox
KellenSunderland commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-454228360 I think this should have been fixed by https://github.com/apache/incubator-mxnet/pull/13376 (we may want to

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2019-01-14 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r247729496 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deployment.md ## @@ -0,0 +1,487 @@ + +# G

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

2019-01-14 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 4e24a12 Bump the publish ti

[GitHub] piyushghai commented on issue #8438: HybridBlocks don't work with constant NDArray initialized Parameters

2019-01-14 Thread GitBox
piyushghai commented on issue #8438: HybridBlocks don't work with constant NDArray initialized Parameters URL: https://github.com/apache/incubator-mxnet/issues/8438#issuecomment-454225611 @roywei Were you able to verify if the fix worked or not ? -

[GitHub] NEWPLAN commented on issue #13873: fix compile error in debug mode

2019-01-14 Thread GitBox
NEWPLAN commented on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454225588 > Looks like the CI is failing. Weird that its in the website. > Possible case of #13833 > Might want to retrigger the CI Hi, thank

[incubator-mxnet] Diff for: [GitHub] aksnzhy closed pull request #13509: Speedup and fix bug for dgl_csr_sampling op

2019-01-14 Thread GitBox
diff --git a/src/operator/contrib/dgl_graph.cc b/src/operator/contrib/dgl_graph.cc index ed7caacfdba..ff866375056 100644 --- a/src/operator/contrib/dgl_graph.cc +++ b/src/operator/contrib/dgl_graph.cc @@ -413,21 +413,6 @@ static bool CSRNeighborNonUniformSampleType(const nnvm::NodeAttrs& attrs,

[GitHub] aksnzhy closed pull request #13509: Speedup and fix bug for dgl_csr_sampling op

2019-01-14 Thread GitBox
aksnzhy closed pull request #13509: Speedup and fix bug for dgl_csr_sampling op URL: https://github.com/apache/incubator-mxnet/pull/13509 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org -

[GitHub] lanking520 closed issue #9733: BUG in MultiBoxTargetForward when there is single box label

2019-01-14 Thread GitBox
lanking520 closed issue #9733: BUG in MultiBoxTargetForward when there is single box label URL: https://github.com/apache/incubator-mxnet/issues/9733 This is an automated message from the Apache Git Service. To respond to th

[GitHub] aksnzhy commented on issue #13509: Speedup and fix bug for dgl_csr_sampling op

2019-01-14 Thread GitBox
aksnzhy commented on issue #13509: Speedup and fix bug for dgl_csr_sampling op URL: https://github.com/apache/incubator-mxnet/pull/13509#issuecomment-454225367 We have updated this operator in another PR. This is an automated

[GitHub] lanking520 commented on issue #9733: BUG in MultiBoxTargetForward when there is single box label

2019-01-14 Thread GitBox
lanking520 commented on issue #9733: BUG in MultiBoxTargetForward when there is single box label URL: https://github.com/apache/incubator-mxnet/issues/9733#issuecomment-454225159 @daleydeng Close this issue for now. Please feel free to reopen it if the issue persist.

[GitHub] piyushghai commented on issue #9733: BUG in MultiBoxTargetForward when there is single box label

2019-01-14 Thread GitBox
piyushghai commented on issue #9733: BUG in MultiBoxTargetForward when there is single box label URL: https://github.com/apache/incubator-mxnet/issues/9733#issuecomment-454224957 @lanking520 Can you please close this issue, as suggested by @apeforest that the issue is now fixed and merged

[GitHub] piyushghai commented on issue #10164: unit tests fail on RaspBerry pi with MxNet 1.0

2019-01-14 Thread GitBox
piyushghai commented on issue #10164: unit tests fail on RaspBerry pi with MxNet 1.0 URL: https://github.com/apache/incubator-mxnet/issues/10164#issuecomment-454224621 @tianweiz07 Can you confirm if you're not facing the issues you mentioned before ? -

[GitHub] stu1130 commented on issue #12176: MXPredReshape bug: need to reshape softmax_label

2019-01-14 Thread GitBox
stu1130 commented on issue #12176: MXPredReshape bug: need to reshape softmax_label URL: https://github.com/apache/incubator-mxnet/pull/12176#issuecomment-454223484 @anirudh2290 ping for review @chsin could you rebase and retrigger CI thanks! ---

[GitHub] wkcn edited a comment on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator

2019-01-14 Thread GitBox
wkcn edited a comment on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator URL: https://github.com/apache/incubator-mxnet/pull/13609#issuecomment-454221204 @anirudhacharya In my own project, there is also a ROIAlignOP unittest, and I found that nvcc will change the order of oper

[GitHub] lanking520 commented on issue #12858: MXPredReshape always return -1

2019-01-14 Thread GitBox
lanking520 commented on issue #12858: MXPredReshape always return -1 URL: https://github.com/apache/incubator-mxnet/issues/12858#issuecomment-454221693 @smarsuuu Close the issue for now. Please feel free to reopen it if you are still facing the same problem ---

[GitHub] lanking520 closed issue #12858: MXPredReshape always return -1

2019-01-14 Thread GitBox
lanking520 closed issue #12858: MXPredReshape always return -1 URL: https://github.com/apache/incubator-mxnet/issues/12858 This is an automated message from the Apache Git Service. To respond to the message, please log on Git

[GitHub] stu1130 commented on issue #12635: [WIP] initial commit for trace op feature

2019-01-14 Thread GitBox
stu1130 commented on issue #12635: [WIP] initial commit for trace op feature URL: https://github.com/apache/incubator-mxnet/pull/12635#issuecomment-454221621 @samskalicky could you retrigger the CI? Thanks This is an automated

[GitHub] lanking520 closed issue #12923: Deadlock happend while calling MXNDArraySyncCopyToCPU() ?

2019-01-14 Thread GitBox
lanking520 closed issue #12923: Deadlock happend while calling MXNDArraySyncCopyToCPU() ? URL: https://github.com/apache/incubator-mxnet/issues/12923 This is an automated message from the Apache Git Service. To respond to th

[GitHub] lanking520 commented on issue #12900: Website build times out

2019-01-14 Thread GitBox
lanking520 commented on issue #12900: Website build times out URL: https://github.com/apache/incubator-mxnet/issues/12900#issuecomment-454221513 Close the issue for now. Please feel free to reopen it if you are still facing the problem -

[GitHub] lanking520 closed issue #12900: Website build times out

2019-01-14 Thread GitBox
lanking520 closed issue #12900: Website build times out URL: https://github.com/apache/incubator-mxnet/issues/12900 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] lanking520 commented on issue #12923: Deadlock happend while calling MXNDArraySyncCopyToCPU() ?

2019-01-14 Thread GitBox
lanking520 commented on issue #12923: Deadlock happend while calling MXNDArraySyncCopyToCPU() ? URL: https://github.com/apache/incubator-mxnet/issues/12923#issuecomment-454221449 @coconutyao Close the issue for now. Please feel free to reopen it if you are still facing the problem --

[GitHub] wkcn commented on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator

2019-01-14 Thread GitBox
wkcn commented on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator URL: https://github.com/apache/incubator-mxnet/pull/13609#issuecomment-454221204 @anirudhacharya In my own project, there is also a ROIAlignOP unittest, and I found that nvcc will change the order of operators be

[GitHub] stu1130 commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2019-01-14 Thread GitBox
stu1130 commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#issuecomment-454221199 @Roshrini could you take a look at this?Thanks ---

[GitHub] vandanavk commented on issue #13395: Cannot import alexnet model from pytorch with ONNX

2019-01-14 Thread GitBox
vandanavk commented on issue #13395: Cannot import alexnet model from pytorch with ONNX URL: https://github.com/apache/incubator-mxnet/issues/13395#issuecomment-454220673 Yes @piyushghai. This can't be fixed until Dynamic shape is implemented in MXNet. Ref: https://github.com/apache/incu

[GitHub] saudet commented on issue #10549: scala-package 1.1.0 build instruction Windows VS2015

2019-01-14 Thread GitBox
saudet commented on issue #10549: scala-package 1.1.0 build instruction Windows VS2015 URL: https://github.com/apache/incubator-mxnet/issues/10549#issuecomment-454220578 @lanking520 The presets use their own build system for Java classes to unify how they are packaged and loaded w.r.t. ot

[GitHub] piyushghai commented on issue #12858: MXPredReshape always return -1

2019-01-14 Thread GitBox
piyushghai commented on issue #12858: MXPredReshape always return -1 URL: https://github.com/apache/incubator-mxnet/issues/12858#issuecomment-454220080 @smarsuuu Is this issue still persisting ? If not, I'd recommend closing this issue. Please feel free to re-open if closed in error.

[GitHub] piyushghai commented on issue #12900: Website build times out

2019-01-14 Thread GitBox
piyushghai commented on issue #12900: Website build times out URL: https://github.com/apache/incubator-mxnet/issues/12900#issuecomment-454219772 @aaronmarkham Have we seen this issue again ? If not we can close this issue. @marcoabreu Please feel free to re-open if closed in error.

[GitHub] piyushghai commented on issue #12923: Deadlock happend while calling MXNDArraySyncCopyToCPU() ?

2019-01-14 Thread GitBox
piyushghai commented on issue #12923: Deadlock happend while calling MXNDArraySyncCopyToCPU() ? URL: https://github.com/apache/incubator-mxnet/issues/12923#issuecomment-454219540 @coconutyao Good to see that your issue was resolved. I'm closing this issue. Please feel free to re-open if c

[GitHub] piyushghai commented on issue #12993: R package build broken, Roxygen2 refuses to overwrite NAMESPACE

2019-01-14 Thread GitBox
piyushghai commented on issue #12993: R package build broken, Roxygen2 refuses to overwrite NAMESPACE URL: https://github.com/apache/incubator-mxnet/issues/12993#issuecomment-454219196 @anirudhacharya Can you have a look at this perhaps ? -

[GitHub] stu1130 commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators.

2019-01-14 Thread GitBox
stu1130 commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators. URL: https://github.com/apache/incubator-mxnet/pull/13880#issuecomment-454218454 @mxnet-label-bot add [pr-awaiting-review] Thanks for your contribution @stephenrawls ---

[GitHub] zachgk commented on issue #13161: Scaladoc build errors

2019-01-14 Thread GitBox
zachgk commented on issue #13161: Scaladoc build errors URL: https://github.com/apache/incubator-mxnet/issues/13161#issuecomment-454218384 I haven't. In fact, believe the list of warnings has actually grown due to contributors not checking the scala docs warnings buried in the maven outpu

[GitHub] piyushghai commented on issue #13395: Cannot import alexnet model from pytorch with ONNX

2019-01-14 Thread GitBox
piyushghai commented on issue #13395: Cannot import alexnet model from pytorch with ONNX URL: https://github.com/apache/incubator-mxnet/issues/13395#issuecomment-454218133 @vandanavk Is this issue still persisting ? This is

[GitHub] zachgk commented on issue #13308: Scala API docs examples and discussion content & render inaccuracies

2019-01-14 Thread GitBox
zachgk commented on issue #13308: Scala API docs examples and discussion content & render inaccuracies URL: https://github.com/apache/incubator-mxnet/issues/13308#issuecomment-454217917 No, this issue concerns a separate problem. In the documentation for the scala NDArrayAPI and Sy

[GitHub] piyushghai commented on issue #13485: Found bug in caffe convert tool and solved

2019-01-14 Thread GitBox
piyushghai commented on issue #13485: Found bug in caffe convert tool and solved URL: https://github.com/apache/incubator-mxnet/issues/13485#issuecomment-454217238 @devymex Thanks for solving the issue as well! Here's how you can raise a PR on the MXNet repository and share your knowledge

[GitHub] stephenrawls commented on issue #12649: Sequence operators should allow different type for sequence length

2019-01-14 Thread GitBox
stephenrawls commented on issue #12649: Sequence operators should allow different type for sequence length URL: https://github.com/apache/incubator-mxnet/issues/12649#issuecomment-454213523 FYI I created a PR for this issue: https://github.com/apache/incubator-mxnet/pull/13880 --

[GitHub] stephenrawls opened a new pull request #13880: MXNET-1295 Adding integer index support to Sequence* family of operators.

2019-01-14 Thread GitBox
stephenrawls opened a new pull request #13880: MXNET-1295 Adding integer index support to Sequence* family of operators. URL: https://github.com/apache/incubator-mxnet/pull/13880 ## Description ## Adding ability to use int32 arrays, or any castable-to-int type, as the sequence_length

[GitHub] piyushghai commented on issue #13673: Flaky test in Clojure

2019-01-14 Thread GitBox
piyushghai commented on issue #13673: Flaky test in Clojure URL: https://github.com/apache/incubator-mxnet/issues/13673#issuecomment-454212523 @zheng-da There haven't been more reports of such a failure for building the Scala Package and unfortunately there isn't much in the logs to help d

[GitHub] piyushghai commented on issue #13308: Scala API docs examples and discussion content & render inaccuracies

2019-01-14 Thread GitBox
piyushghai commented on issue #13308: Scala API docs examples and discussion content & render inaccuracies URL: https://github.com/apache/incubator-mxnet/issues/13308#issuecomment-454211436 @aaronmarkham @zachgk Did the PR : #13210 help in resolving this issue ? If yes, can we close t

[GitHub] stu1130 commented on issue #13878: [WIP] statically link mkldnn

2019-01-14 Thread GitBox
stu1130 commented on issue #13878: [WIP] statically link mkldnn URL: https://github.com/apache/incubator-mxnet/pull/13878#issuecomment-454211149 @mxnet-label-bot add [pr-awaiting-review] Thanks for your contribution @azai91 ---

[GitHub] lanking520 closed issue #13528: Scala jar contains the scala standard library

2019-01-14 Thread GitBox
lanking520 closed issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] lanking520 commented on issue #13528: Scala jar contains the scala standard library

2019-01-14 Thread GitBox
lanking520 commented on issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528#issuecomment-454211044 Close it for now, please feel free to reopen if you are still seeing the same problems in the package ---

[GitHub] piyushghai commented on issue #13528: Scala jar contains the scala standard library

2019-01-14 Thread GitBox
piyushghai commented on issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528#issuecomment-454210727 @larroy I'm suggesting to close this issue, since we've dealt with it now. Please feel free to re-open it if closed in

[GitHub] piyushghai commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file

2019-01-14 Thread GitBox
piyushghai commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-454210372 @akond Did these instructions help you out ? -

[GitHub] piyushghai commented on issue #12553: [Scala] Training differences between macOS and Ubuntu?

2019-01-14 Thread GitBox
piyushghai commented on issue #12553: [Scala] Training differences between macOS and Ubuntu? URL: https://github.com/apache/incubator-mxnet/issues/12553#issuecomment-454210116 @mariussoutier Are you seeing differences in Python API v/s Scala API as well in terms of training ? --

[GitHub] stu1130 commented on issue #13847: Spectralnormalization GAN seems to be seriously broken

2019-01-14 Thread GitBox
stu1130 commented on issue #13847: Spectralnormalization GAN seems to be seriously broken URL: https://github.com/apache/incubator-mxnet/issues/13847#issuecomment-454209777 @Mut1nyJD 1. Yes it's possible to create HybridBlocks here. Possible solution would be separate the SNConv2D int

[GitHub] piyushghai commented on issue #13161: Scaladoc build errors

2019-01-14 Thread GitBox
piyushghai commented on issue #13161: Scaladoc build errors URL: https://github.com/apache/incubator-mxnet/issues/13161#issuecomment-454209335 Hi @zachgk , that's an impressive improvement in the reduction in build warnings. Did you have a chance to revisit the build warnings to prune

[GitHub] stu1130 commented on issue #13879: Make Spectral Normalization as HybridBlocks

2019-01-14 Thread GitBox
stu1130 commented on issue #13879: Make Spectral Normalization as HybridBlocks URL: https://github.com/apache/incubator-mxnet/issues/13879#issuecomment-454208899 @mxnet-label-bot add [Gluon, Good First Issue, Call for Contribution] --

[GitHub] mxnet-label-bot commented on issue #13879: Make Spectral Normalization as HybridBlocks

2019-01-14 Thread GitBox
mxnet-label-bot commented on issue #13879: Make Spectral Normalization as HybridBlocks URL: https://github.com/apache/incubator-mxnet/issues/13879#issuecomment-454208465 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that t

[GitHub] stu1130 opened a new issue #13879: Make Spectral Normalization as HybridBlocks

2019-01-14 Thread GitBox
stu1130 opened a new issue #13879: Make Spectral Normalization as HybridBlocks URL: https://github.com/apache/incubator-mxnet/issues/13879 ## Description The sn-gan example use customized Conv2D block. however, it would be better to make it as HybridBlock since all the calculation there

[incubator-mxnet] Diff for: [GitHub] lanking520 merged pull request #13823: [MXNET-1177]Adding Scala Demo to be run as a part of Nightly CI

2019-01-14 Thread GitBox
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index a6bb1064a58..367aff21602 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1229,11 +1229,18 @@ nightly_tutorial_test_ubuntu_python2_gpu() { nightly_java_demo_test_cpu() { set

[incubator-mxnet] branch master updated: [MXNET-1177]Adding Scala Demo to be run as a part of Nightly CI (#13823)

2019-01-14 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking 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 22e2ef8 [MXNET-1177]Adding Scala Demo

[GitHub] lanking520 merged pull request #13823: [MXNET-1177]Adding Scala Demo to be run as a part of Nightly CI

2019-01-14 Thread GitBox
lanking520 merged pull request #13823: [MXNET-1177]Adding Scala Demo to be run as a part of Nightly CI URL: https://github.com/apache/incubator-mxnet/pull/13823 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org -

[GitHub] anirudhacharya commented on issue #13132: enabled link checker and doc test during building the doc

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13132: enabled link checker and doc test during building the doc URL: https://github.com/apache/incubator-mxnet/pull/13132#issuecomment-454199732 @mli pinging for update :) This is an automa

[GitHub] anirudhacharya commented on issue #12792: Fix broken amalgamation

2019-01-14 Thread GitBox
anirudhacharya commented on issue #12792: Fix broken amalgamation URL: https://github.com/apache/incubator-mxnet/pull/12792#issuecomment-454199328 @ufoym please rebase your PR and resolve the merge conflicts This is an automat

[GitHub] anirudhacharya commented on issue #13562: Updated dockerfiles to get the dockcross images from mxnetcipinned

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13562: Updated dockerfiles to get the dockcross images from mxnetcipinned URL: https://github.com/apache/incubator-mxnet/pull/13562#issuecomment-454196969 @jlcontreras please rebase your PR

[GitHub] stu1130 commented on issue #13694: make center_crop as operator

2019-01-14 Thread GitBox
stu1130 commented on issue #13694: make center_crop as operator URL: https://github.com/apache/incubator-mxnet/pull/13694#issuecomment-454194960 will address the comment once the resize PR is merged This is an automated messag

[GitHub] kaonashi-tyc commented on issue #10992: unlink memory shared file immediately on linux

2019-01-14 Thread GitBox
kaonashi-tyc commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-454194302 Watching. Can you share some consideration why this feature is removed in the first place? --

[GitHub] anirudhacharya commented on issue #13509: Speedup and fix bug for dgl_csr_sampling op

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13509: Speedup and fix bug for dgl_csr_sampling op URL: https://github.com/apache/incubator-mxnet/pull/13509#issuecomment-454194401 @aksnzhy please update this PR. This is an automated messa

[GitHub] apeforest commented on issue #13842: Avoid adding SegfaultLogger if process already has sig handler.

2019-01-14 Thread GitBox
apeforest commented on issue #13842: Avoid adding SegfaultLogger if process already has sig handler. URL: https://github.com/apache/incubator-mxnet/pull/13842#issuecomment-454194336 FYI: there is a stackoverflow discussion related to this: https://stackoverflow.com/questions/11871693/check

[GitHub] anirudhacharya commented on issue #13694: make center_crop as operator

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13694: make center_crop as operator URL: https://github.com/apache/incubator-mxnet/pull/13694#issuecomment-454193852 @stu1130 can you please update the PR as per the comments. This is an auto

[GitHub] anirudhacharya commented on issue #13564: Enhancement of split op with indices option

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13564: Enhancement of split op with indices option URL: https://github.com/apache/incubator-mxnet/pull/13564#issuecomment-454193536 @HyperZealot can you please address the comments. This is

[GitHub] anirudhacharya commented on issue #13401: [MXNET-1227] Adding CornerPooling operator

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13401: [MXNET-1227] Adding CornerPooling operator URL: https://github.com/apache/incubator-mxnet/pull/13401#issuecomment-454193257 My comments are addressed. @BigDeviltjj can you please rebase push. -

[GitHub] anirudhacharya commented on issue #13574: Replaced rand_r with std:: random generation

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-454192736 @lebeg @larroy @perdasilva ping for update This is an aut

[GitHub] anirudhacharya commented on issue #12791: [MXNET-1093] Add python3 Docker images for each MXNet release

2019-01-14 Thread GitBox
anirudhacharya commented on issue #12791: [MXNET-1093] Add python3 Docker images for each MXNet release URL: https://github.com/apache/incubator-mxnet/pull/12791#issuecomment-454192568 @mxnet-label-bot update [pr-awaiting-review]

[incubator-mxnet] Diff for: [GitHub] lanking520 merged pull request #13849: Update example scripts classpath.

2019-01-14 Thread GitBox
diff --git a/scala-package/examples/scripts/benchmark/run_image_inference_bm.sh b/scala-package/examples/scripts/benchmark/run_image_inference_bm.sh index b647bdf8c6b..7bbf86ea15f 100755 --- a/scala-package/examples/scripts/benchmark/run_image_inference_bm.sh +++ b/scala-package/examples/scripts/b

[incubator-mxnet] branch master updated: Update example scripts classpath. (#13849)

2019-01-14 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking 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 ac25eca Update example scripts classp

[GitHub] lanking520 merged pull request #13849: Update example scripts classpath.

2019-01-14 Thread GitBox
lanking520 merged pull request #13849: Update example scripts classpath. URL: https://github.com/apache/incubator-mxnet/pull/13849 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[GitHub] KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2019-01-14 Thread GitBox
KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310#discussion_r247690847 ## File path: ci/docker/runtime_functions.sh ## @@ -522,22 +522,2

[GitHub] KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2019-01-14 Thread GitBox
KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310#discussion_r247690631 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -77,9 +8

[GitHub] KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2019-01-14 Thread GitBox
KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310#discussion_r247690695 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -459,32

[GitHub] anirudhacharya commented on issue #12983: Sample python bilinear initializer at integral points in y-direction

2019-01-14 Thread GitBox
anirudhacharya commented on issue #12983: Sample python bilinear initializer at integral points in y-direction URL: https://github.com/apache/incubator-mxnet/pull/12983#issuecomment-454189110 @Roshrini can you please merge this --

[GitHub] anirudhacharya commented on issue #13591: Add a DGL operator to compute vertex Ids in layers

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13591: Add a DGL operator to compute vertex Ids in layers URL: https://github.com/apache/incubator-mxnet/pull/13591#issuecomment-454188723 @BullDemonKing ping for update :) This is an automa

[GitHub] anirudhacharya commented on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator

2019-01-14 Thread GitBox
anirudhacharya commented on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator URL: https://github.com/apache/incubator-mxnet/pull/13609#issuecomment-454188541 @wkcn please rebase and resolve conflicts @mxnet-label-bot update [pr-awaiting-merge] ---

  1   2   >