[GitHub] ZiyueHuang opened a new issue #9528: wrong gradient factor in regression operator

2018-01-23 Thread GitBox
ZiyueHuang opened a new issue #9528: wrong gradient factor in regression operator URL: https://github.com/apache/incubator-mxnet/issues/9528 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

[GitHub] ZiyueHuang commented on issue #9528: wrong gradient factor in regression operator

2018-01-23 Thread GitBox
ZiyueHuang commented on issue #9528: wrong gradient factor in regression operator URL: https://github.com/apache/incubator-mxnet/issues/9528#issuecomment-359725939 Could you please take a look? @szha @sxjscience This is an

[GitHub] fhieber commented on issue #8532: mxnet-mkl (v0.12.0) crash when using (conda-installed) numpy with MKL

2018-01-23 Thread GitBox
fhieber commented on issue #8532: mxnet-mkl (v0.12.0) crash when using (conda-installed) numpy with MKL URL: https://github.com/apache/incubator-mxnet/issues/8532#issuecomment-359745503 @ykim362 I just tried this again in a Docker image with `mxnet-cu90mkl==1.0.0.post4` and the following

[GitHub] lvaleriu commented on issue #9496: Draw labels name

2018-01-23 Thread GitBox
lvaleriu commented on issue #9496: Draw labels name URL: https://github.com/apache/incubator-mxnet/pull/9496#issuecomment-359754081 Hello. Can someone help me with this? I dont understand why this commit cannot be built since the modifications are done only at python level (at a very preci

[GitHub] szha commented on issue #8255: Does mxnet have a dataiter for prediction of buckets models ?

2018-01-23 Thread GitBox
szha commented on issue #8255: Does mxnet have a dataiter for prediction of buckets models ? URL: https://github.com/apache/incubator-mxnet/issues/8255#issuecomment-359775271 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage.

[GitHub] szha commented on issue #8391: use 224x224 size to train mobilenet will encounter memory problem

2018-01-23 Thread GitBox
szha commented on issue #8391: use 224x224 size to train mobilenet will encounter memory problem URL: https://github.com/apache/incubator-mxnet/issues/8391#issuecomment-359775256 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage.

[GitHub] szha commented on issue #7652: Need a clear and thorough tutorial for writing custom operators in c++ with nnvm

2018-01-23 Thread GitBox
szha commented on issue #7652: Need a clear and thorough tutorial for writing custom operators in c++ with nnvm URL: https://github.com/apache/incubator-mxnet/issues/7652#issuecomment-359775267 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label an

[GitHub] szha commented on issue #8393: nd.concat with empty array throws error

2018-01-23 Thread GitBox
szha commented on issue #8393: nd.concat with empty array throws error URL: https://github.com/apache/incubator-mxnet/issues/8393#issuecomment-359775272 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to

[GitHub] szha commented on issue #8394: How to include Negative samples/images for training

2018-01-23 Thread GitBox
szha commented on issue #8394: How to include Negative samples/images for training URL: https://github.com/apache/incubator-mxnet/issues/8394#issuecomment-359775263 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For ge

[GitHub] jacky4323 opened a new issue #9529: Check failed: error == cudaSuccess problem( proposal.cu )

2018-01-23 Thread GitBox
jacky4323 opened a new issue #9529: Check failed: error == cudaSuccess problem( proposal.cu ) URL: https://github.com/apache/incubator-mxnet/issues/9529 Hi, I have some problems,Can anyone help me please? I want to use some specific API function in https://github.com/hpi-xnor/BMXNet

[GitHub] kmul00 opened a new issue #9530: How to insert constant multiplier layer in my model definition

2018-01-23 Thread GitBox
kmul00 opened a new issue #9530: How to insert constant multiplier layer in my model definition URL: https://github.com/apache/incubator-mxnet/issues/9530 Hi, From MXNet documentation, I follow the following strategy to define my model: ```python data = mx.sym.Variable('dat

[GitHub] tolkien16 commented on issue #9455: An error occurred while calculating the square of ndarray by using gpu context

2018-01-23 Thread GitBox
tolkien16 commented on issue #9455: An error occurred while calculating the square of ndarray by using gpu context URL: https://github.com/apache/incubator-mxnet/issues/9455#issuecomment-359799972 Hi This is an automated mes

[GitHub] Rikorose opened a new issue #9531: KeyError: in mx.nd.array.empty()

2018-01-23 Thread GitBox
Rikorose opened a new issue #9531: KeyError: in mx.nd.array.empty() URL: https://github.com/apache/incubator-mxnet/issues/9531 ## Description This error occurred when I used a batch size > 1 in the traceback of `default_batchify_fn()`. It also is not 100% reproducible, when I set a bre

[GitHub] astonzhang commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
astonzhang commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359833763 I would like to propose the following change for class names: TokenIndexer -> Vocabulary Glossary -> VocabularyEmbedding TokenE

[GitHub] sxjscience commented on issue #9528: wrong gradient factor in regression operator

2018-01-23 Thread GitBox
sxjscience commented on issue #9528: wrong gradient factor in regression operator URL: https://github.com/apache/incubator-mxnet/issues/9528#issuecomment-359870904 I think we should revise the doc to say that n is the output dimension.

[GitHub] szha commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
szha commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359872342 VocabularyEmbedding and PretrainedEmbedding don't sound like they would inherit each other, and the concerns are unclear just based on the na

[GitHub] astonzhang commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
astonzhang commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359875009 How about: TokenIndexer -> Vocabulary Glossary -> VocabularyEmbedding TokenEmbedding -> Embedding

[GitHub] tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359876930 Tomasz This is an automated message from the Apache Git Service. To res

[GitHub] tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359877216 MONSTER This is an automated message from the Apache Git Service. To r

[GitHub] tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359877367 MONSTER 2 This is an automated message from the Apache Git Service. To

[GitHub] tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
tolkien16 commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359878463 MONSTER This is an automated message from the Apache G

[GitHub] szha commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
szha commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359878836 CompositeEmbedding sounds more like what Glossary does. This is an automated

[GitHub] astonzhang commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-23 Thread GitBox
astonzhang commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-359875009 How about: TokenIndexer -> Vocabulary Glossary -> VocabularyEmbedding TokenEmbedding -> Embedding OR TokenEmbedding (no c

[GitHub] eric-haibin-lin closed pull request #9500: [ReviewRequired] Adding License files for MXNet Dockerfiles.

2018-01-23 Thread GitBox
eric-haibin-lin closed pull request #9500: [ReviewRequired] Adding License files for MXNet Dockerfiles. URL: https://github.com/apache/incubator-mxnet/pull/9500 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[incubator-mxnet] branch master updated: [ReviewRequired] Adding License files for MXNet Dockerfiles. (#9500)

2018-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 25f7617 [ReviewRequired] Adding Licens

[GitHub] anirudh2290 closed pull request #9373: Proof of concept for exception handling in operators (DON'T MERGE)

2018-01-23 Thread GitBox
anirudh2290 closed pull request #9373: Proof of concept for exception handling in operators (DON'T MERGE) URL: https://github.com/apache/incubator-mxnet/pull/9373 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake o

[GitHub] anirudh2290 commented on issue #9373: Proof of concept for exception handling in operators (DON'T MERGE)

2018-01-23 Thread GitBox
anirudh2290 commented on issue #9373: Proof of concept for exception handling in operators (DON'T MERGE) URL: https://github.com/apache/incubator-mxnet/pull/9373#issuecomment-359881674 Closing this. Will open a new PR with exception handling support. ---

[GitHub] eric-haibin-lin closed pull request #9484: [Review Required] Fixing Licenses: Cleaning up the Top Level LICENSE file

2018-01-23 Thread GitBox
eric-haibin-lin closed pull request #9484: [Review Required] Fixing Licenses: Cleaning up the Top Level LICENSE file URL: https://github.com/apache/incubator-mxnet/pull/9484 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[incubator-mxnet] branch master updated: [Review Required] Fixing Licenses: Cleaning up the Top Level LICENSE file (#9484)

2018-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 8930d96 [Review Required] Fixing Licen

[GitHub] eric-haibin-lin closed pull request #8000: Docs changes for launch.py usage

2018-01-23 Thread GitBox
eric-haibin-lin closed pull request #8000: Docs changes for launch.py usage URL: https://github.com/apache/incubator-mxnet/pull/8000 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a for

[incubator-mxnet] branch master updated: Docs changes for launch.py usage (#8000)

2018-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 a840ae5 Docs changes for launch.py usa

[GitHub] anirudh2290 commented on issue #7335: Exception in threads kills entire process

2018-01-23 Thread GitBox
anirudh2290 commented on issue #7335: Exception in threads kills entire process URL: https://github.com/apache/incubator-mxnet/issues/7335#issuecomment-359900455 https://cwiki.apache.org/confluence/display/MXNET/Improved+exception+handling+in+MXNet

[GitHub] anirudh2290 commented on issue #7335: Exception in threads kills entire process

2018-01-23 Thread GitBox
anirudh2290 commented on issue #7335: Exception in threads kills entire process URL: https://github.com/apache/incubator-mxnet/issues/7335#issuecomment-359900455 Please see: [Exception Handling Wiki](https://cwiki.apache.org/confluence/display/MXNET/Improved+exception+handling+in+MXNet) -

[GitHub] cjolivier01 commented on issue #9100: Python - ImportError: cannot import name 'c_array_buf'

2018-01-23 Thread GitBox
cjolivier01 commented on issue #9100: Python - ImportError: cannot import name 'c_array_buf' URL: https://github.com/apache/incubator-mxnet/issues/9100#issuecomment-359925082 I just got this and fixed it by, from mxnet directory, typing: find . -type f -name "*.pyc" | xargs rm

[GitHub] indhub closed pull request #9519: Reorganize the tutorials index page.

2018-01-23 Thread GitBox
indhub closed pull request #9519: Reorganize the tutorials index page. URL: https://github.com/apache/incubator-mxnet/pull/9519 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] indhub commented on issue #9519: Reorganize the tutorials index page.

2018-01-23 Thread GitBox
indhub commented on issue #9519: Reorganize the tutorials index page. URL: https://github.com/apache/incubator-mxnet/pull/9519#issuecomment-359930071 Closing this since there is no consensus to merge this. This is an automated

[GitHub] szha commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-23 Thread GitBox
szha commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r163381644 ## File path: tests/python/gpu/test_gluon_model_zoo.py ## @@ -33,6 +33,8 @@ def download_data(): 'http://dat

[GitHub] ShownX commented on issue #9509: SphereFace

2018-01-23 Thread GitBox
ShownX commented on issue #9509: SphereFace URL: https://github.com/apache/incubator-mxnet/issues/9509#issuecomment-359936349 https://github.com/HaoLiuHust/sphereface_mxnet_gluon This is an automated message from the Apache G

[GitHub] ShownX commented on issue #9485: Gluon vision transforms

2018-01-23 Thread GitBox
ShownX commented on issue #9485: Gluon vision transforms URL: https://github.com/apache/incubator-mxnet/pull/9485#issuecomment-359938676 I am so glad it has been merged. This is an automated message from the Apache Git Service

[GitHub] aaronmarkham opened a new issue #9532: image prediction tutorial is broken

2018-01-23 Thread GitBox
aaronmarkham opened a new issue #9532: image prediction tutorial is broken URL: https://github.com/apache/incubator-mxnet/issues/9532 ## Description This notebook is broken - `list index out of range` error: http://mxnet.incubator.apache.org/tutorials/python/predict_image.html #

[GitHub] zheng-da commented on issue #8302: Refactor operators & MKLDNN

2018-01-23 Thread GitBox
zheng-da commented on issue #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#issuecomment-359960347 Does it run the model in the inference mode? On Tue, Jan 23, 2018 at 1:25 PM, Sheng Zha wrote: > *@szha* commented on this pull re

[GitHub] zheng-da commented on issue #8302: Refactor operators & MKLDNN

2018-01-23 Thread GitBox
zheng-da commented on issue #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#issuecomment-359960347 Does it run the model in the inference mode? On Tue, Jan 23, 2018 at 1:25 PM, Sheng Zha wrote: > *@szha* commented on this pull re

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-23 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r163404234 ## File path: tests/python/gpu/test_gluon_model_zoo.py ## @@ -33,6 +33,8 @@ def download_data(): 'http:

[GitHub] mengyuest opened a new issue #9533: Cannot find engine branch for minpy package

2018-01-23 Thread GitBox
mengyuest opened a new issue #9533: Cannot find engine branch for minpy package URL: https://github.com/apache/incubator-mxnet/issues/9533 I want to use GPU on numpy opers so I tried minpy. The system is ubuntu16.04 and my display card is GTX1080 (cudnn 7.0). When I installed mxnet, I could

[GitHub] reminisce commented on issue #9452: A new deep learning visualization tool from baidu support MXNet!

2018-01-23 Thread GitBox
reminisce commented on issue #9452: A new deep learning visualization tool from baidu support MXNet! URL: https://github.com/apache/incubator-mxnet/issues/9452#issuecomment-359967902 @chinakook NVM, I did something wrong. I am able to run the demo from building the source code. Thanks for

[GitHub] astonzhang opened a new pull request #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
astonzhang opened a new pull request #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534 ## Description ## Text APIs: interface name change ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make lint`) - [ ]

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163413127 ## File path: docs/api/python/text/text.md ## @@ -41,7 +41,7 @@ fastText word embedding object by specifying th

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163413245 ## File path: docs/api/python/text/text.md ## @@ -121,13 +121,13 @@ by specifying their indices (2 and 1) and t

[GitHub] szha commented on issue #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
szha commented on issue #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#issuecomment-359970888 Pinging @piiswrong, @zhreshold. This is an automated message from the Apache Git S

[GitHub] szha commented on issue #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
szha commented on issue #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#issuecomment-359971102 If we could agree on the interface in this PR, I'd suggest we consider moving this to `mxnet.text`. --

[GitHub] eric-haibin-lin commented on issue #8915: NVLink communication pattern updated

2018-01-23 Thread GitBox
eric-haibin-lin commented on issue #8915: NVLink communication pattern updated URL: https://github.com/apache/incubator-mxnet/pull/8915#issuecomment-359978167 @rahul003 can you review the changes made for grad compression? Thanks! ---

[GitHub] szha commented on issue #8405: ImageIter save labels as float32, which meight cause numerical precision problem

2018-01-23 Thread GitBox
szha commented on issue #8405: ImageIter save labels as float32, which meight cause numerical precision problem URL: https://github.com/apache/incubator-mxnet/issues/8405#issuecomment-359978726 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label a

[GitHub] szha commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX

2018-01-23 Thread GitBox
szha commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX URL: https://github.com/apache/incubator-mxnet/issues/4661#issuecomment-359978732 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "

[GitHub] szha commented on issue #8396: reimplement fcn-xs example using gluon

2018-01-23 Thread GitBox
szha commented on issue #8396: reimplement fcn-xs example using gluon URL: https://github.com/apache/incubator-mxnet/issues/8396#issuecomment-359978716 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to"

[GitHub] szha commented on issue #8392: symbol/operator type feature request

2018-01-23 Thread GitBox
szha commented on issue #8392: symbol/operator type feature request URL: https://github.com/apache/incubator-mxnet/issues/8392#issuecomment-359978711 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to" q

[GitHub] szha commented on issue #8415: python api docs: links to external resources broken

2018-01-23 Thread GitBox
szha commented on issue #8415: python api docs: links to external resources broken URL: https://github.com/apache/incubator-mxnet/issues/8415#issuecomment-359978728 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For ge

[GitHub] szha commented on issue #8410: incur unnecessary extra copy of "ret"

2018-01-23 Thread GitBox
szha commented on issue #8410: incur unnecessary extra copy of "ret" URL: https://github.com/apache/incubator-mxnet/issues/8410#issuecomment-359978719 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to"

[GitHub] zhreshold commented on a change in pull request #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
zhreshold commented on a change in pull request #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163429523 ## File path: docs/api/python/text/text.md ## @@ -137,14 +137,14 @@ candidate indices may be obtained via

[GitHub] aaronmarkham opened a new pull request #9535: Tutorials index page update

2018-01-23 Thread GitBox
aaronmarkham opened a new pull request #9535: Tutorials index page update URL: https://github.com/apache/incubator-mxnet/pull/9535 ## Description ## The tutorials index page is updated with a selector for Gluon and Symbol APIs along with categories. C++, Scala, and R tutorials selector w

[GitHub] eric-haibin-lin commented on issue #9535: Tutorials index page update

2018-01-23 Thread GitBox
eric-haibin-lin commented on issue #9535: Tutorials index page update URL: https://github.com/apache/incubator-mxnet/pull/9535#issuecomment-359990848 Is it possible to provide a link for preview? This is an automated message f

[GitHub] eric-haibin-lin commented on a change in pull request #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
eric-haibin-lin commented on a change in pull request #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163432732 ## File path: docs/api/python/text/text.md ## @@ -121,13 +121,13 @@ by specifying their indices (2 a

[GitHub] eric-haibin-lin commented on a change in pull request #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
eric-haibin-lin commented on a change in pull request #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163432732 ## File path: docs/api/python/text/text.md ## @@ -121,13 +121,13 @@ by specifying their indices (2 a

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface name change

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface name change URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163432764 ## File path: docs/api/python/text/text.md ## @@ -137,14 +137,14 @@ candidate indices may be obtained via

[GitHub] chinakook commented on issue #9452: A new deep learning visualization tool from baidu support MXNet!

2018-01-23 Thread GitBox
chinakook commented on issue #9452: A new deep learning visualization tool from baidu support MXNet! URL: https://github.com/apache/incubator-mxnet/issues/9452#issuecomment-359991795 It was nothing, @reminisce This is an au

[GitHub] analog-cbarber opened a new issue #9536: zeros does not support int64

2018-01-23 Thread GitBox
analog-cbarber opened a new issue #9536: zeros does not support int64 URL: https://github.com/apache/incubator-mxnet/issues/9536 mxnet 1.0.0, built from source ~~~python >>> mx.ndarray.zeros((3,5), dtype=np.int64) Traceback (most recent call last): File "", line 1, in

[GitHub] gzh1991 opened a new issue #9537: float16 have no performance improvemen in training cifar10

2018-01-23 Thread GitBox
gzh1991 opened a new issue #9537: float16 have no performance improvemen in training cifar10 URL: https://github.com/apache/incubator-mxnet/issues/9537 I test the example in image_classfication to test the performance imporvement when using float16 in train phase,but get the opposite resu

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163445818 ## File path: python/mxnet/contrib/text/__init__.py ## @@ -19,6 +19,5 @@ """This module includ

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163445818 ## File path: python/mxnet/contrib/text/__init__.py ## @@ -19,6 +19,5 @@ """This module includ

[GitHub] szha commented on issue #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on issue #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#issuecomment-360010918 Thanks for the fast turnaround, @astonzhang. Let's collectively address the naming and the interface definition first. Reque

[GitHub] solin319 opened a new issue #9538: How can I reinitialize a key in kvstore?

2018-01-23 Thread GitBox
solin319 opened a new issue #9538: How can I reinitialize a key in kvstore? URL: https://github.com/apache/incubator-mxnet/issues/9538 I Initialize a key in kvstore. ``` kv = mx.kv.create('device') shape = (2,3) kv.init(3, mx.nd.ones(shape)*2) ``` I want to init key 3 with

[GitHub] opringle closed issue #9523: MXNet bucking custom weighted loss error

2018-01-23 Thread GitBox
opringle closed issue #9523: MXNet bucking custom weighted loss error URL: https://github.com/apache/incubator-mxnet/issues/9523 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] szha opened a new pull request #9539: Update test_gluon_model_zoo.py

2018-01-23 Thread GitBox
szha opened a new pull request #9539: Update test_gluon_model_zoo.py URL: https://github.com/apache/incubator-mxnet/pull/9539 ## Description ## Revert a change in model zoo test. @zhreshold ## Checklist ## ### Essentials ### - [x] Passed code style checking (`make lint`)

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163453425 ## File path: python/mxnet/contrib/text/__init__.py ## @@ -19,6 +19,5 @@ """This module

[GitHub] zhreshold commented on a change in pull request #9539: Update test_gluon_model_zoo.py

2018-01-23 Thread GitBox
zhreshold commented on a change in pull request #9539: Update test_gluon_model_zoo.py URL: https://github.com/apache/incubator-mxnet/pull/9539#discussion_r163453608 ## File path: tests/python/unittest/test_gluon_model_zoo.py ## @@ -35,7 +35,7 @@ def test_models(): pre

[GitHub] szha commented on a change in pull request #9539: Update test_gluon_model_zoo.py

2018-01-23 Thread GitBox
szha commented on a change in pull request #9539: Update test_gluon_model_zoo.py URL: https://github.com/apache/incubator-mxnet/pull/9539#discussion_r163454666 ## File path: tests/python/unittest/test_gluon_model_zoo.py ## @@ -35,7 +35,7 @@ def test_models(): pretraine

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163455225 ## File path: python/mxnet/contrib/text/__init__.py ## @@ -19,6 +19,5 @@ """This module includ

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163455390 ## File path: docs/api/python/text/text.md ## @@ -137,14 +137,14 @@ candidate indices may be ob

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163456529 ## File path: python/mxnet/contrib/text/__init__.py ## @@ -19,6 +19,5 @@ """This module

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163456642 ## File path: docs/api/python/text/text.md ## @@ -137,14 +137,14 @@ candidate indices may

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163457275 ## File path: docs/api/python/text/text.md ## @@ -137,14 +137,14 @@ candidate indices may be ob

[GitHub] szha commented on issue #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on issue #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#issuecomment-360028330 Hosted the doc at http://mxnet-doc.s3-accelerate.dualstack.amazonaws.com/api/python/text/text.html ---

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163458450 ## File path: docs/api/python/text/text.md ## @@ -120,73 +112,137 @@ by specifying their indice

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163458515 ## File path: docs/api/python/text/text.md ## @@ -120,73 +112,137 @@ by specifying their indice

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163459494 ## File path: docs/api/python/text/text.md ## @@ -137,14 +137,14 @@ candidate indices may

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163459564 ## File path: docs/api/python/text/text.md ## @@ -120,73 +112,137 @@ by specifying their

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163459570 ## File path: docs/api/python/text/text.md ## @@ -120,73 +112,137 @@ by specifying their

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163460605 ## File path: docs/api/python/text/text.md ## @@ -120,73 +112,137 @@ by specifying their indice

[GitHub] szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
szha commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163460722 ## File path: python/mxnet/contrib/text/__init__.py ## @@ -19,6 +19,5 @@ """This module includ

[GitHub] astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes

2018-01-23 Thread GitBox
astonzhang commented on a change in pull request #9534: Text APIs: interface re-design with name changes URL: https://github.com/apache/incubator-mxnet/pull/9534#discussion_r163462314 ## File path: docs/api/python/text/text.md ## @@ -120,73 +112,137 @@ by specifying their

[GitHub] ZiyueHuang commented on issue #9528: wrong gradient factor in regression operator

2018-01-23 Thread GitBox
ZiyueHuang commented on issue #9528: wrong gradient factor in regression operator URL: https://github.com/apache/incubator-mxnet/issues/9528#issuecomment-360034931 Thanks, I will revise the docs in my PR later. This is an au

[GitHub] sxjscience commented on issue #9528: wrong gradient factor in regression operator

2018-01-23 Thread GitBox
sxjscience commented on issue #9528: wrong gradient factor in regression operator URL: https://github.com/apache/incubator-mxnet/issues/9528#issuecomment-360035427 Good! This is an automated message from the Apache Git Servi

[GitHub] tolkien16 commented on issue #9538: How can I reinitialize a key in kvstore?

2018-01-23 Thread GitBox
tolkien16 commented on issue #9538: How can I reinitialize a key in kvstore? URL: https://github.com/apache/incubator-mxnet/issues/9538#issuecomment-360036794 Hi This is an automated message from the Apache Git Service. To re

[GitHub] guoying1030 commented on issue #1614: wierd time cost when training a epoch

2018-01-23 Thread GitBox
guoying1030 commented on issue #1614: wierd time cost when training a epoch URL: https://github.com/apache/incubator-mxnet/issues/1614#issuecomment-360047980 Any update on this issue? Why the update_metric overhead is so high? ---

[GitHub] szha closed pull request #9539: Update test_gluon_model_zoo.py

2018-01-23 Thread GitBox
szha closed pull request #9539: Update test_gluon_model_zoo.py URL: https://github.com/apache/incubator-mxnet/pull/9539 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[incubator-mxnet] branch szha-patch-1 deleted (was 2849c8e)

2018-01-23 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch szha-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 2849c8e Update test_gluon_model_zoo.py The revisions that were on this branch are still contained

[incubator-mxnet] branch master updated: Update test_gluon_model_zoo.py (#9539)

2018-01-23 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 20253d5 Update test_gluon_model_zoo.

[GitHub] tdomhan commented on a change in pull request #9495: bugfix for kAddTo in swap_axis

2018-01-23 Thread GitBox
tdomhan commented on a change in pull request #9495: bugfix for kAddTo in swap_axis URL: https://github.com/apache/incubator-mxnet/pull/9495#discussion_r163474132 ## File path: src/operator/swapaxis-inl.h ## @@ -135,7 +135,7 @@ class SwapAxisOp : public Operator {