[GitHub] pkuCactus edited a comment on issue #11868: nnpack_fully_connected-inl.h:45:55: error: expected template-name before ‘<’ token > class NNPACKFullyConnectedOp : public FullyConnectedOp

2019-01-23 Thread GitBox
pkuCactus edited a comment on issue #11868: nnpack_fully_connected-inl.h:45:55: error: expected template-name before ‘<’ token > class NNPACKFullyConnectedOp : public FullyConnectedOp { > ^ URL:

[GitHub] pkuCactus commented on issue #11868: nnpack_fully_connected-inl.h:45:55: error: expected template-name before ‘<’ token > class NNPACKFullyConnectedOp : public FullyConnectedOp {

2019-01-23 Thread GitBox
pkuCactus commented on issue #11868: nnpack_fully_connected-inl.h:45:55: error: expected template-name before ‘<’ token > class NNPACKFullyConnectedOp : public FullyConnectedOp { > ^ URL:

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250486898 ## File path: example/gluon/wavenet/trainer.py ## @@ -0,0 +1,130 @@ +# Licensed to the Apache Software Foundation

[GitHub] lichun-wang commented on issue #12795: Deserialization problem with gluon `ValueError: There are multiple outputs with name ...`

2019-01-23 Thread GitBox
lichun-wang commented on issue #12795: Deserialization problem with gluon `ValueError: There are multiple outputs with name ...` URL: https://github.com/apache/incubator-mxnet/issues/12795#issuecomment-457084807 i use mxnet 1.3.0 also meet this problem, In my code ,it was caused by code

[GitHub] eric-haibin-lin merged pull request #13346: Aggregate SGD

2019-01-23 Thread GitBox
eric-haibin-lin merged pull request #13346: Aggregate SGD URL: https://github.com/apache/incubator-mxnet/pull/13346 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[incubator-mxnet] branch master updated: Aggregate SGD (#13346)

2019-01-23 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 0a45e1a Aggregate SGD (#13346)

[GitHub] marcoabreu commented on a change in pull request #13964: Addresses comments in runtime feature discovery API

2019-01-23 Thread GitBox
marcoabreu commented on a change in pull request #13964: Addresses comments in runtime feature discovery API URL: https://github.com/apache/incubator-mxnet/pull/13964#discussion_r250477268 ## File path: include/mxnet/c_api.h ## @@ -208,6 +208,24 @@ MXNET_DLL const char

[incubator-mxnet] branch master updated: Flaky maven binary download (#13974)

2019-01-23 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 a19b0b9 Flaky maven binary

[GitHub] marcoabreu merged pull request #13974: Fix flaky maven binary download

2019-01-23 Thread GitBox
marcoabreu merged pull request #13974: Fix flaky maven binary download URL: https://github.com/apache/incubator-mxnet/pull/13974 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] apeforest commented on issue #13980: [WIP] Use CPUPinned context in ImageRecordIOParser2

2019-01-23 Thread GitBox
apeforest commented on issue #13980: [WIP] Use CPUPinned context in ImageRecordIOParser2 URL: https://github.com/apache/incubator-mxnet/pull/13980#issuecomment-457077234 @eric-haibin-lin Could you please help to review this PR. You have raised some concerns on this change in #12666

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250475542 ## File path: example/gluon/wavenet/trainer.py ## @@ -0,0 +1,130 @@ +# Licensed to the Apache Software Foundation

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250474419 ## File path: example/gluon/wavenet/models.py ## @@ -0,0 +1,118 @@ + +# Licensed to the Apache Software Foundation

[GitHub] yuxihu commented on issue #13980: [WIP] Use CPUPinned context in ImageRecordIOParser2

2019-01-23 Thread GitBox
yuxihu commented on issue #13980: [WIP] Use CPUPinned context in ImageRecordIOParser2 URL: https://github.com/apache/incubator-mxnet/pull/13980#issuecomment-457076602 @mxnet-label-bot update [pr-work-in-progress] This is an

[GitHub] yuxihu opened a new pull request #13980: [WIP] Use CPUPinned context in ImageRecordIOParser2

2019-01-23 Thread GitBox
yuxihu opened a new pull request #13980: [WIP] Use CPUPinned context in ImageRecordIOParser2 URL: https://github.com/apache/incubator-mxnet/pull/13980 This PR is to fix performance regression introduced by [#12666](https://github.com/apache/incubator-mxnet/pull/12666).

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250474071 ## File path: example/gluon/wavenet/models.py ## @@ -0,0 +1,118 @@ + +# Licensed to the Apache Software Foundation

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250473457 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,48 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250469965 ## File path: example/gluon/wavenet/data_loader.py ## @@ -0,0 +1,60 @@ +""" +Description : Set DataSet module for

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250469965 ## File path: example/gluon/wavenet/data_loader.py ## @@ -0,0 +1,60 @@ +""" +Description : Set DataSet module for

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250469052 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,48 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250468853 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,48 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250468519 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,48 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250468397 ## File path: example/gluon/wavenet/data_loader.py ## @@ -0,0 +1,60 @@ +""" +Description : Set DataSet module for

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r250467423 ## File path: example/gluon/wavenet/README.md ## @@ -0,0 +1,53 @@ +# WaveNet with Gluon + +Gluon implementation of

[GitHub] seujung commented on a change in pull request #13647: Update lip reading example

2019-01-23 Thread GitBox
seujung commented on a change in pull request #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#discussion_r250466069 ## File path: example/gluon/lipnet/lipnet_model.ipynb ## @@ -0,0 +1,249 @@ +{ Review comment: I think

[GitHub] soeque1 commented on a change in pull request #13647: Update lip reading example

2019-01-23 Thread GitBox
soeque1 commented on a change in pull request #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#discussion_r250465119 ## File path: example/gluon/lipnet/models/network.py ## @@ -0,0 +1,78 @@ +# Licensed to the Apache Software

[GitHub] soeque1 commented on a change in pull request #13647: Update lip reading example

2019-01-23 Thread GitBox
soeque1 commented on a change in pull request #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#discussion_r250465435 ## File path: example/gluon/lipnet/models/network.py ## @@ -0,0 +1,78 @@ +# Licensed to the Apache Software

[GitHub] ChaiBapchya commented on issue #13855: Fix symbolic example for rand_zipfian function

2019-01-23 Thread GitBox
ChaiBapchya commented on issue #13855: Fix symbolic example for rand_zipfian function URL: https://github.com/apache/incubator-mxnet/pull/13855#issuecomment-457063320 @safrooze @ThomasDelteil Do you mind considering my PR since I had discovered it before and made PR as well?

[GitHub] soeque1 commented on a change in pull request #13647: Update lip reading example

2019-01-23 Thread GitBox
soeque1 commented on a change in pull request #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#discussion_r250463199 ## File path: example/gluon/lipnet/models/network.py ## @@ -0,0 +1,78 @@ +# Licensed to the Apache Software

[GitHub] srochel commented on issue #13713: MXNet usage on non-AWS cloud providers

2019-01-23 Thread GitBox
srochel commented on issue #13713: MXNet usage on non-AWS cloud providers URL: https://github.com/apache/incubator-mxnet/issues/13713#issuecomment-457062336 Hi Aaron - I provide information about the NV VM's in the links. What additional content are you looking for? We can ping our

[GitHub] eureka7mt commented on issue #13612: add pos_weight for SigmoidBinaryCrossEntropyLoss

2019-01-23 Thread GitBox
eureka7mt commented on issue #13612: add pos_weight for SigmoidBinaryCrossEntropyLoss URL: https://github.com/apache/incubator-mxnet/pull/13612#issuecomment-457052992 Don't know why it failed in test_multinomial_generator() which is in the file

[GitHub] yifeim commented on issue #13244: hybridize rnn and add model graph

2019-01-23 Thread GitBox
yifeim commented on issue #13244: hybridize rnn and add model graph URL: https://github.com/apache/incubator-mxnet/pull/13244#issuecomment-457043397 @sandeep-krishnamurthy Thanks for the reviews so far. I agree with you but I am very confused what is exactly needed here. Please let me know

[GitHub] soeque1 commented on a change in pull request #13647: Update lip reading example

2019-01-23 Thread GitBox
soeque1 commented on a change in pull request #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#discussion_r250447022 ## File path: example/gluon/lipnet/trainer.py ## @@ -0,0 +1,152 @@ +# Licensed to the Apache Software Foundation

[GitHub] soeque1 commented on a change in pull request #13647: Update lip reading example

2019-01-23 Thread GitBox
soeque1 commented on a change in pull request #13647: Update lip reading example URL: https://github.com/apache/incubator-mxnet/pull/13647#discussion_r250446948 ## File path: example/gluon/lipnet/data_loader.py ## @@ -0,0 +1,73 @@ +""" +Description : Set DataSet module for

[GitHub] samskalicky commented on issue #13976: Problem of exporting FP16 SyncBN model.

2019-01-23 Thread GitBox
samskalicky commented on issue #13976: Problem of exporting FP16 SyncBN model. URL: https://github.com/apache/incubator-mxnet/issues/13976#issuecomment-457033687 Thanks @Fiend1213, i tried commenting out this line: ``` net.cast('float16') ``` and then change this

[GitHub] lanking520 commented on issue #13632: Gradient multiplier (contrib) operator

2019-01-23 Thread GitBox
lanking520 commented on issue #13632: Gradient multiplier (contrib) operator URL: https://github.com/apache/incubator-mxnet/pull/13632#issuecomment-457032564 @szha @ThomasDelteil merge? This is an automated message from the

[GitHub] ThomasDelteil closed issue #7359: Compile MXNet error: no matching function for call to ‘std::vector::push_back

2019-01-23 Thread GitBox
ThomasDelteil closed issue #7359: Compile MXNet error: no matching function for call to ‘std::vector::push_back URL: https://github.com/apache/incubator-mxnet/issues/7359 This is an automated message from the Apache Git

[GitHub] ThomasDelteil closed issue #13410: ARM QEMU test in CI failed unrelated PR

2019-01-23 Thread GitBox
ThomasDelteil closed issue #13410: ARM QEMU test in CI failed unrelated PR URL: https://github.com/apache/incubator-mxnet/issues/13410 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ThomasDelteil closed issue #9742: Feature request: please translate zh.gluon.ai in English

2019-01-23 Thread GitBox
ThomasDelteil closed issue #9742: Feature request: please translate zh.gluon.ai in English URL: https://github.com/apache/incubator-mxnet/issues/9742 This is an automated message from the Apache Git Service. To respond to

[GitHub] ThomasDelteil commented on issue #9742: Feature request: please translate zh.gluon.ai in English

2019-01-23 Thread GitBox
ThomasDelteil commented on issue #9742: Feature request: please translate zh.gluon.ai in English URL: https://github.com/apache/incubator-mxnet/issues/9742#issuecomment-457028041 available here: http://d2l.ai This is an

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

2019-01-23 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 8e167a4 Bump the publish

[GitHub] lanking520 opened a new pull request #13979: [MXNET-1232] fix demo and add Eclipse support

2019-01-23 Thread GitBox
lanking520 opened a new pull request #13979: [MXNET-1232] fix demo and add Eclipse support URL: https://github.com/apache/incubator-mxnet/pull/13979 ## Description ## Get rid of makefile and add Eclipse support for Java @andrewfayres @piyushghai @zachgk @aaronmarkham ##

[GitHub] Fiend1213 commented on issue #13976: Problem of exporting FP16 SyncBN model.

2019-01-23 Thread GitBox
Fiend1213 commented on issue #13976: Problem of exporting FP16 SyncBN model. URL: https://github.com/apache/incubator-mxnet/issues/13976#issuecomment-457019882 ## Environment info (Required) ``` --Python Info-- Version : 3.5.2 Compiler : GCC 5.4.0

[GitHub] aaronmarkham commented on issue #13713: MXNet usage on non-AWS cloud providers

2019-01-23 Thread GitBox
aaronmarkham commented on issue #13713: MXNet usage on non-AWS cloud providers URL: https://github.com/apache/incubator-mxnet/issues/13713#issuecomment-457017132 Assuming we had the content, I think it link from the Ecosystem page... create a new section there.

[GitHub] samskalicky commented on issue #13976: Problem of exporting FP16 SyncBN model.

2019-01-23 Thread GitBox
samskalicky commented on issue #13976: Problem of exporting FP16 SyncBN model. URL: https://github.com/apache/incubator-mxnet/issues/13976#issuecomment-457016866 Hi @Fiend1213, Can you provide the rest of the info from the issue template to help us debug? ## Environment info

[GitHub] aaronmarkham commented on issue #12518: Documentation indices for Random Samplers incomplete

2019-01-23 Thread GitBox
aaronmarkham commented on issue #12518: Documentation indices for Random Samplers incomplete URL: https://github.com/apache/incubator-mxnet/issues/12518#issuecomment-457016725 No, I don't think it has. I can't see any updates for it. These are also missing on beta.mxnet.io.

[GitHub] piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray

2019-01-23 Thread GitBox
piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray URL: https://github.com/apache/incubator-mxnet/pull/12690#discussion_r250423216 ## File path:

[GitHub] piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray

2019-01-23 Thread GitBox
piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray URL: https://github.com/apache/incubator-mxnet/pull/12690#discussion_r250422997 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/NDArray.scala

[GitHub] safrooze opened a new pull request #13978: Fixing the doc example for symbolic version of rand_zipfian

2019-01-23 Thread GitBox
safrooze opened a new pull request #13978: Fixing the doc example for symbolic version of rand_zipfian URL: https://github.com/apache/incubator-mxnet/pull/13978 ## Description ## Fixes #12779 This is an automated

[GitHub] piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray

2019-01-23 Thread GitBox
piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray URL: https://github.com/apache/incubator-mxnet/pull/12690#discussion_r250422657 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/NDArray.scala

[GitHub] piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray

2019-01-23 Thread GitBox
piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray URL: https://github.com/apache/incubator-mxnet/pull/12690#discussion_r250421894 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/NDArray.scala

[GitHub] piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray

2019-01-23 Thread GitBox
piyushghai commented on a change in pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray URL: https://github.com/apache/incubator-mxnet/pull/12690#discussion_r250421577 ## File path:

[GitHub] piyushghai opened a new pull request #13977: [MXNET-1293] Adding Iterables instead of List to method signature for infer APIs in Java

2019-01-23 Thread GitBox
piyushghai opened a new pull request #13977: [MXNET-1293] Adding Iterables instead of List to method signature for infer APIs in Java URL: https://github.com/apache/incubator-mxnet/pull/13977 ## Description ## Adding Iterables instead of List to method signature for infer APIs in Java

[GitHub] vishaalkapoor commented on issue #8715: Documentation for MultiBoxPrior is not substantial

2019-01-23 Thread GitBox
vishaalkapoor commented on issue #8715: Documentation for MultiBoxPrior is not substantial URL: https://github.com/apache/incubator-mxnet/issues/8715#issuecomment-457012297 @piiswrong does https://github.com/apache/incubator-mxnet/pull/5922/files cause '=_Null' in the docs? Does _repr_

[GitHub] ThomasDelteil commented on issue #7973: C++ demo memory release problem

2019-01-23 Thread GitBox
ThomasDelteil commented on issue #7973: C++ demo memory release problem URL: https://github.com/apache/incubator-mxnet/issues/7973#issuecomment-457012180 @leleamol is it still an issue? This is an automated message from the

[GitHub] ThomasDelteil closed issue #10395: Android build documentation

2019-01-23 Thread GitBox
ThomasDelteil closed issue #10395: Android build documentation URL: https://github.com/apache/incubator-mxnet/issues/10395 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ThomasDelteil commented on issue #10395: Android build documentation

2019-01-23 Thread GitBox
ThomasDelteil commented on issue #10395: Android build documentation URL: https://github.com/apache/incubator-mxnet/issues/10395#issuecomment-457010646 There is also this, https://mxnet.incubator.apache.org/versions/master/faq/smart_device.html You can also try the arm build with the

[GitHub] ThomasDelteil commented on issue #10937: c++ API, fixed batch size for predictor.

2019-01-23 Thread GitBox
ThomasDelteil commented on issue #10937: c++ API, fixed batch size for predictor. URL: https://github.com/apache/incubator-mxnet/issues/10937#issuecomment-457010136 @leleamol could you pick this up ? Thanks! This is an

[GitHub] Ishitori commented on issue #10395: Android build documentation

2019-01-23 Thread GitBox
Ishitori commented on issue #10395: Android build documentation URL: https://github.com/apache/incubator-mxnet/issues/10395#issuecomment-457009968 And the second one is here: https://github.com/Leliana/WhatsThis This is an

[GitHub] ThomasDelteil closed issue #10003: C++ API Documentation and Tutorial

2019-01-23 Thread GitBox
ThomasDelteil closed issue #10003: C++ API Documentation and Tutorial URL: https://github.com/apache/incubator-mxnet/issues/10003 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] sad- commented on issue #12576: Can anybody provide a kv-store (distributed training) example with cpp package?

2019-01-23 Thread GitBox
sad- commented on issue #12576: Can anybody provide a kv-store (distributed training) example with cpp package? URL: https://github.com/apache/incubator-mxnet/issues/12576#issuecomment-457009869 @xiaolin-cheng were you able to implement what you needed with the generated c++

[GitHub] thomelane commented on issue #10395: Android build documentation

2019-01-23 Thread GitBox
thomelane commented on issue #10395: Android build documentation URL: https://github.com/apache/incubator-mxnet/issues/10395#issuecomment-457009886 One option for deploying MXNet models is via TVM. See https://docs.tvm.ai/deploy/android.html

[GitHub] vishaalkapoor commented on issue #11100: Installation instructions for Windows don't work

2019-01-23 Thread GitBox
vishaalkapoor commented on issue #11100: Installation instructions for Windows don't work URL: https://github.com/apache/incubator-mxnet/issues/11100#issuecomment-457009208 What are the outstanding issues for this issue? Can we have a checklist so that it is easier to keep track of

[GitHub] NRauschmayr commented on issue #10518: Does MXNet have official WaveNet model

2019-01-23 Thread GitBox
NRauschmayr commented on issue #10518: Does MXNet have official WaveNet model URL: https://github.com/apache/incubator-mxnet/issues/10518#issuecomment-457008169 Here is a work-in progress example https://github.com/seujung/WaveNet-gluon

[GitHub] ThomasDelteil closed issue #12393: Deadlock in save_checkpoint when using threading

2019-01-23 Thread GitBox
ThomasDelteil closed issue #12393: Deadlock in save_checkpoint when using threading URL: https://github.com/apache/incubator-mxnet/issues/12393 This is an automated message from the Apache Git Service. To respond to the

[GitHub] sad- commented on issue #8806: Not all LSTM layout options are specified

2019-01-23 Thread GitBox
sad- commented on issue #8806: Not all LSTM layout options are specified URL: https://github.com/apache/incubator-mxnet/issues/8806#issuecomment-457006698 The assertion error message gives the current possible valid layouts so not really a doc issue. If the 'NTC' layout feature or other

[GitHub] Ishitori commented on issue #12393: Deadlock in save_checkpoint when using threading

2019-01-23 Thread GitBox
Ishitori commented on issue #12393: Deadlock in save_checkpoint when using threading URL: https://github.com/apache/incubator-mxnet/issues/12393#issuecomment-457006123 Unfortunately, overall MXNet is not thread safe. You can see why in this part of the documentation:

[GitHub] safrooze commented on issue #13227: Missing return value documentation for nd.random.* and sym.random.*

2019-01-23 Thread GitBox
safrooze commented on issue #13227: Missing return value documentation for nd.random.* and sym.random.* URL: https://github.com/apache/incubator-mxnet/issues/13227#issuecomment-457006150 @zboldyga gentle check to see if you've submitted a PR?

[GitHub] mxnet-label-bot commented on issue #13976: Problem of exporting FP16 SyncBN model.

2019-01-23 Thread GitBox
mxnet-label-bot commented on issue #13976: Problem of exporting FP16 SyncBN model. URL: https://github.com/apache/incubator-mxnet/issues/13976#issuecomment-457005276 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] Fiend1213 opened a new issue #13976: Problem of exporting FP16 SyncBN model.

2019-01-23 Thread GitBox
Fiend1213 opened a new issue #13976: Problem of exporting FP16 SyncBN model. URL: https://github.com/apache/incubator-mxnet/issues/13976 ## Description This is a problem when exporting fp16 model containing SyncBN. ``` import mxnet as mx mx.random.seed(42) def

[GitHub] thomelane commented on issue #12828: Navigation for Docs Broken

2019-01-23 Thread GitBox
thomelane commented on issue #12828: Navigation for Docs Broken URL: https://github.com/apache/incubator-mxnet/issues/12828#issuecomment-457005025 @aaronmarkham reckon we could just add links to the headers in the markdown `docs/api/python/index.md`? Since the headers are getting added to

[GitHub] ThomasDelteil commented on issue #10064: Explaining `need_top_grad` and `declare_backward_dependency` in the documentation of CustomOp

2019-01-23 Thread GitBox
ThomasDelteil commented on issue #10064: Explaining `need_top_grad` and `declare_backward_dependency` in the documentation of CustomOp URL: https://github.com/apache/incubator-mxnet/issues/10064#issuecomment-457004698 @sxjscience any update on that? Thanks!

[GitHub] ThomasDelteil closed issue #10409: https://newdocs.readthedocs.io is outdated

2019-01-23 Thread GitBox
ThomasDelteil closed issue #10409: https://newdocs.readthedocs.io is outdated URL: https://github.com/apache/incubator-mxnet/issues/10409 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ThomasDelteil closed issue #11867: we need to update the doc of scatter_nd and gather_nd

2019-01-23 Thread GitBox
ThomasDelteil closed issue #11867: we need to update the doc of scatter_nd and gather_nd URL: https://github.com/apache/incubator-mxnet/issues/11867 This is an automated message from the Apache Git Service. To respond to

[GitHub] ThomasDelteil commented on issue #11867: we need to update the doc of scatter_nd and gather_nd

2019-01-23 Thread GitBox
ThomasDelteil commented on issue #11867: we need to update the doc of scatter_nd and gather_nd URL: https://github.com/apache/incubator-mxnet/issues/11867#issuecomment-457003589 closing for now, please reopen with details of what needs to be updated if necessary, thanks

[GitHub] safrooze commented on issue #11557: Logging in Mxnet, with different level (verbose, warning, error)

2019-01-23 Thread GitBox
safrooze commented on issue #11557: Logging in Mxnet, with different level (verbose, warning, error) URL: https://github.com/apache/incubator-mxnet/issues/11557#issuecomment-457002895 @dmidge8 one option for managing logs when they're all enabled would be to use a log viewer like

[GitHub] sad- commented on issue #11867: we need to update the doc of scatter_nd and gather_nd

2019-01-23 Thread GitBox
sad- commented on issue #11867: we need to update the doc of scatter_nd and gather_nd URL: https://github.com/apache/incubator-mxnet/issues/11867#issuecomment-457002260 echoing @piyushghai are there still pending updates for this? @sandeep-krishnamurthy @haojin2 can this be closed now?

[GitHub] ThomasDelteil opened a new pull request #13975: Fix quote on LBSGD docs

2019-01-23 Thread GitBox
ThomasDelteil opened a new pull request #13975: Fix quote on LBSGD docs URL: https://github.com/apache/incubator-mxnet/pull/13975 ## Description ## fix https://github.com/apache/incubator-mxnet/issues/12171 This is

[GitHub] eric-haibin-lin opened a new issue #12171: LBSGD doc not rendering correctly

2019-01-23 Thread GitBox
eric-haibin-lin opened a new issue #12171: LBSGD doc not rendering correctly URL: https://github.com/apache/incubator-mxnet/issues/12171 https://user-images.githubusercontent.com/5545640/44124041-07d4bf4a-9fe0-11e8-8463-f963e3e4af83.png;>

[GitHub] thomelane commented on issue #13301: building 1.2.0 tag fails with tvm error

2019-01-23 Thread GitBox
thomelane commented on issue #13301: building 1.2.0 tag fails with tvm error URL: https://github.com/apache/incubator-mxnet/issues/13301#issuecomment-457000664 Was going to suggest updating the submodules, but just spotted you've already done that. You did something like this? ```

[GitHub] zachgk opened a new pull request #13974: Fix flaky maven binary download

2019-01-23 Thread GitBox
zachgk opened a new pull request #13974: Fix flaky maven binary download URL: https://github.com/apache/incubator-mxnet/pull/13974 ## Description ## This PR adds a second mirror when downloading the maven binary as the first might show flaky behavior

[GitHub] ThomasDelteil closed issue #12171: LBSGD doc not rendering correctly

2019-01-23 Thread GitBox
ThomasDelteil closed issue #12171: LBSGD doc not rendering correctly URL: https://github.com/apache/incubator-mxnet/issues/12171 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] sad- commented on issue #12518: Documentation indices for Random Samplers incomplete

2019-01-23 Thread GitBox
sad- commented on issue #12518: Documentation indices for Random Samplers incomplete URL: https://github.com/apache/incubator-mxnet/issues/12518#issuecomment-456998657 @aaronmarkham has the fix for this gone out yet? This

[GitHub] ThomasDelteil commented on issue #13580: [Clojure] - Add Clojure to the main README

2019-01-23 Thread GitBox
ThomasDelteil commented on issue #13580: [Clojure] - Add Clojure to the main README URL: https://github.com/apache/incubator-mxnet/issues/13580#issuecomment-456995938 See https://github.com/dmlc/web-data/pull/152 and https://github.com/apache/incubator-mxnet/pull/13973

[GitHub] ThomasDelteil opened a new pull request #13973: Update README.md to include new bindings

2019-01-23 Thread GitBox
ThomasDelteil opened a new pull request #13973: Update README.md to include new bindings URL: https://github.com/apache/incubator-mxnet/pull/13973 ## Description ## Simply updating the readme to add the new bindings supports

[GitHub] apeforest commented on issue #11203: ConvTranspose2d giving incorrect output

2019-01-23 Thread GitBox
apeforest commented on issue #11203: ConvTranspose2d giving incorrect output URL: https://github.com/apache/incubator-mxnet/issues/11203#issuecomment-456994832 Confirmed that the bug is in `unpack_patch2col` and `pack_col2patch` when dilation is specified. Replacing them with `col2im` and

[GitHub] thomelane commented on issue #8234: A bug in VGG_FC_ILSVRC_16_layers-symbol.json

2019-01-23 Thread GitBox
thomelane commented on issue #8234: A bug in VGG_FC_ILSVRC_16_layers-symbol.json URL: https://github.com/apache/incubator-mxnet/issues/8234#issuecomment-456991703 @tornadomeet are you the owner of the original baidu and dropbox hosting?

[GitHub] safrooze commented on issue #13713: MXNet usage on non-AWS cloud providers

2019-01-23 Thread GitBox
safrooze commented on issue #13713: MXNet usage on non-AWS cloud providers URL: https://github.com/apache/incubator-mxnet/issues/13713#issuecomment-456990024 @aaronmarkham Have you looked at this issue to see where it would fit on the website?

[GitHub] wkcn commented on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-23 Thread GitBox
wkcn commented on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-456988184 @zhreshold solved. Thank you! This is an automated

[GitHub] wkcn closed issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-23 Thread GitBox
wkcn closed issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Static build for Python (#13916)

2019-01-23 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 f033aec Static build for Python

[GitHub] marcoabreu merged pull request #13916: Static build for Python

2019-01-23 Thread GitBox
marcoabreu merged pull request #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] marcoabreu commented on issue #13916: Static build for Python

2019-01-23 Thread GitBox
marcoabreu commented on issue #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916#issuecomment-456986596 Looks great, thanks a ton! This is an automated message from the Apache Git

[GitHub] aaronmarkham commented on a change in pull request #13963: Fix website error pages

2019-01-23 Thread GitBox
aaronmarkham commented on a change in pull request #13963: Fix website error pages URL: https://github.com/apache/incubator-mxnet/pull/13963#discussion_r250392567 ## File path: docs/build_version_doc/artifacts/404.html ## @@ -0,0 +1,50 @@ + + + + + + + +

[GitHub] marcoabreu commented on issue #13952: Fix MXNet R package build

2019-01-23 Thread GitBox
marcoabreu commented on issue #13952: Fix MXNet R package build URL: https://github.com/apache/incubator-mxnet/pull/13952#issuecomment-456985929 Ideally, we could do some smoketests for different compilation options by running a simple test to ensure everything is working. Considering we

[GitHub] marcoabreu commented on a change in pull request #13952: Fix MXNet R package build

2019-01-23 Thread GitBox
marcoabreu commented on a change in pull request #13952: Fix MXNet R package build URL: https://github.com/apache/incubator-mxnet/pull/13952#discussion_r250391298 ## File path: ci/jenkins/Jenkinsfile_unix_gpu ## @@ -53,6 +53,7 @@ core_logic: {

[GitHub] codecov-io removed a comment on issue #13966: upload example code for snail with gluon

2019-01-23 Thread GitBox
codecov-io removed a comment on issue #13966: upload example code for snail with gluon URL: https://github.com/apache/incubator-mxnet/pull/13966#issuecomment-456860141 # [Codecov](https://codecov.io/gh/apache/incubator-mxnet/pull/13966?src=pr=h1) Report > Merging

[GitHub] lanking520 commented on issue #13916: Static build for Python

2019-01-23 Thread GitBox
lanking520 commented on issue #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916#issuecomment-456975120 @szha @marcoabreu Please check again to see if this meet yours requirement This is

[incubator-mxnet] branch master updated: Update autoencoder example (#12933)

2019-01-23 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen 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 402e985 Update autoencoder example

[GitHub] KellenSunderland merged pull request #12933: Update autoencoder example

2019-01-23 Thread GitBox
KellenSunderland merged pull request #12933: Update autoencoder example URL: https://github.com/apache/incubator-mxnet/pull/12933 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] lanking520 commented on issue #13559: fix for opencv4

2019-01-23 Thread GitBox
lanking520 commented on issue #13559: fix for opencv4 URL: https://github.com/apache/incubator-mxnet/pull/13559#issuecomment-456970202 Do we still have OpenCV 2 and 3 support if we switch the namespace? Since CI now are using CV2 and publish using CV3

  1   2   >