[GitHub] MonsterPeng opened a new issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *'

2017-11-22 Thread GitBox
MonsterPeng opened a new issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *' URL: https://github.com/apache/incubator-mxnet/issues/8772 I try to build source code on windows server2012 R2. I have got this error. error C2440: 'default

[GitHub] YujiOshima commented on a change in pull request #8722: Profiler: set cpu/gpu num during execution

2017-11-22 Thread GitBox
YujiOshima commented on a change in pull request #8722: Profiler: set cpu/gpu num during execution URL: https://github.com/apache/incubator-mxnet/pull/8722#discussion_r152521064 ## File path: src/engine/profiler.cc ## @@ -45,12 +50,11 @@ Profiler::Profiler() :

[GitHub] MonsterPeng opened a new issue #8771: Build source

2017-11-22 Thread GitBox
MonsterPeng opened a new issue #8771: Build source URL: https://github.com/apache/incubator-mxnet/issues/8771 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 information to most of the

[incubator-mxnet] branch piiswrong-patch-1-1 updated (4903f42 -> e6d4d47)

2017-11-22 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a change to branch piiswrong-patch-1-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 4903f42 Update index.md add e6d4d47 Update index.md No new revisions were added by this

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152698364 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[GitHub] ptrendx opened a new issue #8780: Failure in unittest test_operator.py:test_reduce for some seeds

2017-11-22 Thread GitBox
ptrendx opened a new issue #8780: Failure in unittest test_operator.py:test_reduce for some seeds URL: https://github.com/apache/incubator-mxnet/issues/8780 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the

[GitHub] piiswrong commented on a change in pull request #8779: [Image] add random lighting

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8779: [Image] add random lighting URL: https://github.com/apache/incubator-mxnet/pull/8779#discussion_r152695074 ## File path: src/operator/image/image_random-inl.h ## @@ -290,11 +291,107 @@ static void

[GitHub] piiswrong commented on a change in pull request #8779: [Image] add random lighting

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8779: [Image] add random lighting URL: https://github.com/apache/incubator-mxnet/pull/8779#discussion_r152695030 ## File path: python/mxnet/gluon/data/vision/transforms.py ## @@ -151,3 +151,23 @@ def __init__(self,

[GitHub] mbaijal commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
mbaijal commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346511411 @eric-haibin-lin Aaron says that they were. It should be ok if there are minor doc errors. Do you think there is any

[GitHub] indhub opened a new pull request #8782: Caffe to MXNet code translator

2017-11-22 Thread GitBox
indhub opened a new pull request #8782: Caffe to MXNet code translator URL: https://github.com/apache/incubator-mxnet/pull/8782 ## Description ## CaffeTranslator is a tool to translate Caffe code (training prototxt) to MXNet python code. More info here:

[incubator-mxnet] branch v1.0.0 updated: [v1.0.0branch only] Final Changes for 1.0- NEWS.d and README.md (#8781)

2017-11-22 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new 4cdc85d [v1.0.0branch only] Final

[GitHub] szha closed pull request #8781: [v1.0.0branch only] Final Changes for 1.0- NEWS.d and README.md

2017-11-22 Thread GitBox
szha closed pull request #8781: [v1.0.0branch only] Final Changes for 1.0- NEWS.d and README.md URL: https://github.com/apache/incubator-mxnet/pull/8781 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] szha commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
szha commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346514635 @reminisce This is an automated message from the Apache

[GitHub] tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346524703 Yes all of them... I did some googling and it's some error from depends.exe. I think we can ignore most except

[GitHub] ZiyueHuang commented on issue #8784: Fix warning on meaningless return type qualifier

2017-11-22 Thread GitBox
ZiyueHuang commented on issue #8784: Fix warning on meaningless return type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8784#issuecomment-346526696 hmm.. seems same as https://github.com/apache/incubator-mxnet/pull/8774 :)

[GitHub] larroy opened a new issue #8786: Link failure on Deep learning AMI

2017-11-22 Thread GitBox
larroy opened a new issue #8786: Link failure on Deep learning AMI URL: https://github.com/apache/incubator-mxnet/issues/8786 ## Description Link failure ## Environment info (Required) Deep learning AMI:

[GitHub] sxjscience commented on a change in pull request #8779: [Image] add random lighting

2017-11-22 Thread GitBox
sxjscience commented on a change in pull request #8779: [Image] add random lighting URL: https://github.com/apache/incubator-mxnet/pull/8779#discussion_r152695298 ## File path: python/mxnet/gluon/data/vision/transforms.py ## @@ -151,3 +151,23 @@ def __init__(self,

[GitHub] piiswrong closed pull request #8779: [Image] add random lighting

2017-11-22 Thread GitBox
piiswrong closed pull request #8779: [Image] add random lighting URL: https://github.com/apache/incubator-mxnet/pull/8779 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 pull

[incubator-mxnet] branch vision updated: [Image] add random lighting (#8779)

2017-11-22 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/vision by this push: new f33654b [Image] add random lighting

[GitHub] yian2271368 opened a new issue #8783: how to print each loss for every classes

2017-11-22 Thread GitBox
yian2271368 opened a new issue #8783: how to print each loss for every classes URL: https://github.com/apache/incubator-mxnet/issues/8783 i am doing a object detection project for 9 classes(including background), but in the end it prints out the loss and classfication score for overall

[GitHub] tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346521226 I ran depends.ex on libmxnet.dll and these modules were found to be have errors. The error is : Error opening

[GitHub] ZiyueHuang commented on issue #8784: Fix warning on meaningless return type qualifier

2017-11-22 Thread GitBox
ZiyueHuang commented on issue #8784: Fix warning on meaningless return type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8784#issuecomment-346526696 hmm.. seems same as https://github.com/apache/incubator-mxnet/pull/8774 :)

[GitHub] cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346528268 So, that particular one is built against CUDA 8, so you?d need to install CUDA 8. You can still have CUDA 9

[GitHub] piiswrong commented on a change in pull request #8759: image flip op

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8759: image flip op URL: https://github.com/apache/incubator-mxnet/pull/8759#discussion_r152694849 ## File path: src/operator/image/image_random-inl.h ## @@ -144,6 +151,45 @@ static void Normalize(const nnvm::NodeAttrs ,

[GitHub] piiswrong commented on a change in pull request #8759: image flip op

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8759: image flip op URL: https://github.com/apache/incubator-mxnet/pull/8759#discussion_r152694925 ## File path: src/operator/image/image_random.cc ## @@ -66,6 +60,32 @@ NNVM_REGISTER_OP(_image_normalize)

[GitHub] piiswrong commented on a change in pull request #8779: [Image] add random lighting

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8779: [Image] add random lighting URL: https://github.com/apache/incubator-mxnet/pull/8779#discussion_r152694962 ## File path: python/mxnet/gluon/data/vision/transforms.py ## @@ -151,3 +151,23 @@ def __init__(self,

[GitHub] larroy commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
larroy commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152696303 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int main(int

[GitHub] szha closed issue #7552: Networks for CIFAR-10.

2017-11-22 Thread GitBox
szha closed issue #7552: Networks for CIFAR-10. URL: https://github.com/apache/incubator-mxnet/issues/7552 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] szha closed issue #7575: How to measure the time consumed by every batch in training?

2017-11-22 Thread GitBox
szha closed issue #7575: How to measure the time consumed by every batch in training? URL: https://github.com/apache/incubator-mxnet/issues/7575 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch v1.0.0 updated: cast scalar value in invoke to float (#8778)

2017-11-22 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new 413b196 cast scalar value in

[incubator-mxnet] branch master updated: Add Intel openmp as a submodule and build for x86 architectures (#8730)

2017-11-22 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 1264313 Add Intel openmp as a submodule

[GitHub] piiswrong closed pull request #8730: Add Intel openmp as a submodule and build for x86 architectures

2017-11-22 Thread GitBox
piiswrong closed pull request #8730: Add Intel openmp as a submodule and build for x86 architectures URL: https://github.com/apache/incubator-mxnet/pull/8730 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346524559 Sorry, which one wasn?t found? All of them? This

[GitHub] tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346528781 Ah ok. Will CUDA 8 support a gtx 1080ti? Thanks so much for your help! Regards Hong Ming On 23 Nov

[GitHub] reminisce commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
reminisce commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346528748 @mbaijal I just realized that it involves the change in `kvstore.py`. I think it is better to wait till the tests are

[GitHub] eric-haibin-lin closed pull request #8767: Factorization machine example & sparse example folder re-org

2017-11-22 Thread GitBox
eric-haibin-lin closed pull request #8767: Factorization machine example & sparse example folder re-org URL: https://github.com/apache/incubator-mxnet/pull/8767 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] eric-haibin-lin commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
eric-haibin-lin commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346509477 were all the CR comments addressed? This is an

[incubator-mxnet] branch v1.0.0 updated: Indexing (#187)

2017-11-22 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new 2cdb2da Indexing (#187) 2cdb2da is

[GitHub] dwSun commented on issue #8724: im2rec.py output labels.txt file for use in inference.

2017-11-22 Thread GitBox
dwSun commented on issue #8724: im2rec.py output labels.txt file for use in inference. URL: https://github.com/apache/incubator-mxnet/pull/8724#issuecomment-346517725 File name changed. This is an automated message from the

[GitHub] Anida-qin commented on issue #3664: ubuntu 16.04 compile errror

2017-11-22 Thread GitBox
Anida-qin commented on issue #3664: ubuntu 16.04 compile errror URL: https://github.com/apache/incubator-mxnet/issues/3664#issuecomment-346521649 @chencjiajy hi! I got the same problem as u. Did u solve the problem now ?

[GitHub] piiswrong commented on issue #8778: cast scalar value in invoke to float

2017-11-22 Thread GitBox
piiswrong commented on issue #8778: cast scalar value in invoke to float URL: https://github.com/apache/incubator-mxnet/pull/8778#issuecomment-346491444 I think numpy has an option to let you set the number of digits to print out

[GitHub] piiswrong closed pull request #8778: cast scalar value in invoke to float

2017-11-22 Thread GitBox
piiswrong closed pull request #8778: cast scalar value in invoke to float URL: https://github.com/apache/incubator-mxnet/pull/8778 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

[incubator-mxnet] branch master updated: cast scalar value in invoke to float (#8778)

2017-11-22 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 a0031ac cast scalar value in invoke to

[GitHub] mbaijal opened a new pull request #8781: [v1.0.0branch only] Final Changes for 1.0- NEWS.d and README.md

2017-11-22 Thread GitBox
mbaijal opened a new pull request #8781: [v1.0.0branch only] Final Changes for 1.0- NEWS.d and README.md URL: https://github.com/apache/incubator-mxnet/pull/8781 Can you please review the NEWS.md quickly a final time. Thanks!! @eric-haibin-lin @reminisce @szha @piiswrong @rahul003

[GitHub] larroy opened a new pull request #8784: Fix warning on meaningless return type qualifier

2017-11-22 Thread GitBox
larroy opened a new pull request #8784: Fix warning on meaningless return type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8784 This is an automated message from the Apache Git Service. To respond to the

[GitHub] cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346525052 I believe the newest branch will build with CUDA 9. Sorry, I have forgotten ? are you building locally? Where is

[GitHub] Soonhwan-Kwon opened a new pull request #8787: add CapsNet example

2017-11-22 Thread GitBox
Soonhwan-Kwon opened a new pull request #8787: add CapsNet example URL: https://github.com/apache/incubator-mxnet/pull/8787 ## Description ## This example is MXNet implementation of [CapsNet](https://arxiv.org/abs/1710.09829): Sara Sabour, Nicholas Frosst, Geoffrey E Hinton.

[GitHub] edmBernard closed issue #8747: Memory GPU leak with Gluon

2017-11-22 Thread GitBox
edmBernard closed issue #8747: Memory GPU leak with Gluon URL: https://github.com/apache/incubator-mxnet/issues/8747 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] huangyingsong commented on issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *'

2017-11-22 Thread GitBox
huangyingsong commented on issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *' URL: https://github.com/apache/incubator-mxnet/issues/8772#issuecomment-346344395 Do u install Microsoft Visual C++ Compiler Nov 2013 CTP?

[GitHub] DevinCheung commented on issue #8773: undefined reference to `gotoblas' Makefile:406: recipe for target 'bin/im2rec' failed

2017-11-22 Thread GitBox
DevinCheung commented on issue #8773: undefined reference to `gotoblas' Makefile:406: recipe for target 'bin/im2rec' failed URL: https://github.com/apache/incubator-mxnet/issues/8773#issuecomment-346328081 And I find the following about libblas in /usr/lib/: libblas libblas.a

[GitHub] aijanai commented on issue #8750: terminate called after throwing an instance of 'std::bad_alloc'

2017-11-22 Thread GitBox
aijanai commented on issue #8750: terminate called after throwing an instance of 'std::bad_alloc' URL: https://github.com/apache/incubator-mxnet/issues/8750#issuecomment-346330802 Thanks for the keen eye. It was actually a bug in the code that generated the vocabulary, resulting in

[GitHub] aijanai closed issue #8750: terminate called after throwing an instance of 'std::bad_alloc'

2017-11-22 Thread GitBox
aijanai closed issue #8750: terminate called after throwing an instance of 'std::bad_alloc' URL: https://github.com/apache/incubator-mxnet/issues/8750 This is an automated message from the Apache Git Service. To respond to

[GitHub] aijanai commented on issue #8750: terminate called after throwing an instance of 'std::bad_alloc'

2017-11-22 Thread GitBox
aijanai commented on issue #8750: terminate called after throwing an instance of 'std::bad_alloc' URL: https://github.com/apache/incubator-mxnet/issues/8750#issuecomment-346330895 Anyway, some more useful debugging messages from the framework would help

[GitHub] szha commented on issue #7573: how to use autograd in c++

2017-11-22 Thread GitBox
szha commented on issue #7573: how to use autograd in c++ URL: https://github.com/apache/incubator-mxnet/issues/7573#issuecomment-346335902 This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue. Thanks! Also,

[GitHub] DevinCheung opened a new issue #8773: undefined reference to `gotoblas' Makefile:406: recipe for target 'bin/im2rec' failed

2017-11-22 Thread GitBox
DevinCheung opened a new issue #8773: undefined reference to `gotoblas' Makefile:406: recipe for target 'bin/im2rec' failed URL: https://github.com/apache/incubator-mxnet/issues/8773 cd /dev/shm/multitask/mx-maskrcnn/incubator-mxnet/dmlc-core; make libdmlc.a USE_SSE=1

[GitHub] szha closed issue #7573: how to use autograd in c++

2017-11-22 Thread GitBox
szha closed issue #7573: how to use autograd in c++ URL: https://github.com/apache/incubator-mxnet/issues/7573 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] sxjscience commented on a change in pull request #8779: [Image] add random lighting

2017-11-22 Thread GitBox
sxjscience commented on a change in pull request #8779: [Image] add random lighting URL: https://github.com/apache/incubator-mxnet/pull/8779#discussion_r152695670 ## File path: python/mxnet/gluon/data/vision/transforms.py ## @@ -151,3 +151,23 @@ def __init__(self,

[GitHub] szha commented on issue #7552: Networks for CIFAR-10.

2017-11-22 Thread GitBox
szha commented on issue #7552: Networks for CIFAR-10. URL: https://github.com/apache/incubator-mxnet/issues/7552#issuecomment-346507954 This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue. Thanks! Also, do

[GitHub] szha commented on issue #7575: How to measure the time consumed by every batch in training?

2017-11-22 Thread GitBox
szha commented on issue #7575: How to measure the time consumed by every batch in training? URL: https://github.com/apache/incubator-mxnet/issues/7575#issuecomment-346507956 This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still

[GitHub] liuyiqun1 commented on issue #8655: How do I download the data file for the examples in incubator-mxnet/cpp-package/example/feature_extract/

2017-11-22 Thread GitBox
liuyiqun1 commented on issue #8655: How do I download the data file for the examples in incubator-mxnet/cpp-package/example/feature_extract/ URL: https://github.com/apache/incubator-mxnet/issues/8655#issuecomment-346516077 I have a question about the mean_img used in this feature extract

[GitHub] everwind opened a new issue #8785: kvstore can not support int64 keys

2017-11-22 Thread GitBox
everwind opened a new issue #8785: kvstore can not support int64 keys URL: https://github.com/apache/incubator-mxnet/issues/8785 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 information

[GitHub] tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
tanhm07 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346525238 I did not build from source. Instead I downloaded the R package as I'm using R. location of the .dll:

[GitHub] chowkamlee81 opened a new issue #8789: I had two pairs of set of images and one ground truth image. How to train in mxnet?

2017-11-22 Thread GitBox
chowkamlee81 opened a new issue #8789: I had two pairs of set of images and one ground truth image. How to train in mxnet? URL: https://github.com/apache/incubator-mxnet/issues/8789 Hai, I want to develop optical flow using CNN. I had two pairs of image datset along with ground

[GitHub] szha commented on issue #8788: [WIP] fix build

2017-11-22 Thread GitBox
szha commented on issue #8788: [WIP] fix build URL: https://github.com/apache/incubator-mxnet/pull/8788#issuecomment-346535483 It currently consistently fails on ``` test_operator_gpu.test_bilinear_sampler_with_type ... [05:37:47]

[GitHub] javelinjs commented on a change in pull request #8759: image flip op

2017-11-22 Thread GitBox
javelinjs commented on a change in pull request #8759: image flip op URL: https://github.com/apache/incubator-mxnet/pull/8759#discussion_r152729081 ## File path: src/operator/image/image_random-inl.h ## @@ -144,6 +151,45 @@ static void Normalize(const nnvm::NodeAttrs ,

[GitHub] eric-haibin-lin closed pull request #8791: Fix check of kvstore type

2017-11-22 Thread GitBox
eric-haibin-lin closed pull request #8791: Fix check of kvstore type URL: https://github.com/apache/incubator-mxnet/pull/8791 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

[incubator-mxnet] branch v1.0.0 updated: fix check (#8791)

2017-11-22 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new 92d848f fix check (#8791) 92d848f is

[GitHub] szha commented on issue #8788: [WIP] fix build

2017-11-22 Thread GitBox
szha commented on issue #8788: [WIP] fix build URL: https://github.com/apache/incubator-mxnet/pull/8788#issuecomment-346535483 It currently consistently fails on ```test_operator_gpu.test_bilinear_sampler_with_type ... [05:37:47]

[GitHub] szha commented on issue #8788: [WIP] fix build

2017-11-22 Thread GitBox
szha commented on issue #8788: [WIP] fix build URL: https://github.com/apache/incubator-mxnet/pull/8788#issuecomment-346535483 It currently consistently fails on ``` test_operator_gpu.test_bilinear_sampler_with_type ... [05:37:47]

[GitHub] eric-haibin-lin commented on issue #8791: Fix check of kvstore type

2017-11-22 Thread GitBox
eric-haibin-lin commented on issue #8791: Fix check of kvstore type URL: https://github.com/apache/incubator-mxnet/pull/8791#issuecomment-346544211 LGTM This is an automated message from the Apache Git Service. To respond to

[GitHub] szha commented on issue #8788: [WIP] fix build

2017-11-22 Thread GitBox
szha commented on issue #8788: [WIP] fix build URL: https://github.com/apache/incubator-mxnet/pull/8788#issuecomment-346537490 Checked offline with Haibin and team. They found the possible cause to be 85d4bd2c. Closing for now and will let author address this.

[GitHub] szha closed pull request #8788: [WIP] fix build

2017-11-22 Thread GitBox
szha closed pull request #8788: [WIP] fix build URL: https://github.com/apache/incubator-mxnet/pull/8788 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 pull request (from a

[GitHub] rahul003 opened a new pull request #8791: Fix check of kvstore type

2017-11-22 Thread GitBox
rahul003 opened a new pull request #8791: Fix check of kvstore type URL: https://github.com/apache/incubator-mxnet/pull/8791 ## Description ## kvstore type can be something like local as well as have device in it. For such kvstores as well gradient compression is supported ##

[GitHub] eric-haibin-lin commented on issue #8790: Fix weird hang bug due to cuInit sometimes calls fork

2017-11-22 Thread GitBox
eric-haibin-lin commented on issue #8790: Fix weird hang bug due to cuInit sometimes calls fork URL: https://github.com/apache/incubator-mxnet/pull/8790#issuecomment-346542198 @ptrendx any idea why fork was called by `cuinit`?

[GitHub] szha commented on issue #8788: [WIP] fix build

2017-11-22 Thread GitBox
szha commented on issue #8788: [WIP] fix build URL: https://github.com/apache/incubator-mxnet/pull/8788#issuecomment-346533512 @eric-haibin-lin @larroy this fixes the build for me on the set-up described in #8786. Still verifying tests.

[GitHub] szha opened a new pull request #8788: [WIP] fix build

2017-11-22 Thread GitBox
szha opened a new pull request #8788: [WIP] fix build URL: https://github.com/apache/incubator-mxnet/pull/8788 ## Description ## Addresses #8786 with the same fix as #8692 This is an automated message from the Apache Git

[GitHub] szha commented on issue #8784: Fix warning on meaningless return type qualifier

2017-11-22 Thread GitBox
szha commented on issue #8784: Fix warning on meaningless return type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8784#issuecomment-346536943 master needs to be patched too when build is fixed. This is an

[GitHub] szha closed pull request #8784: Fix warning on meaningless return type qualifier

2017-11-22 Thread GitBox
szha closed pull request #8784: Fix warning on meaningless return type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8784 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

[incubator-mxnet] branch v1.0.0 updated: Fix warning on meaningless return type qualifier (#8784)

2017-11-22 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new fef1841 Fix warning on meaningless

[GitHub] piiswrong opened a new pull request #8790: Fix weird hang bug due to cuInit sometimes calls fork

2017-11-22 Thread GitBox
piiswrong opened a new pull request #8790: Fix weird hang bug due to cuInit sometimes calls fork URL: https://github.com/apache/incubator-mxnet/pull/8790 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code

[GitHub] cjolivier01 commented on issue #8668: Precision error setting NDArray from np.float32 scalar

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8668: Precision error setting NDArray from np.float32 scalar URL: https://github.com/apache/incubator-mxnet/issues/8668#issuecomment-346370555 Yes On Wed, Nov 22, 2017 at 6:14 AM Christopher Barber wrote: >

[GitHub] tdomhan commented on issue #8334: Bugfix: Python 3 compatiblity during optimizer serialization.

2017-11-22 Thread GitBox
tdomhan commented on issue #8334: Bugfix: Python 3 compatiblity during optimizer serialization. URL: https://github.com/apache/incubator-mxnet/pull/8334#issuecomment-346376475 alright, finally all checks passed. Can we merge this?

[GitHub] ZiyueHuang opened a new pull request #8774: remove meaningless type qualifier

2017-11-22 Thread GitBox
ZiyueHuang opened a new pull request #8774: remove meaningless type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8774 ## Description ## Otherwise there are so many warnings `warning: type qualifier on return type is meaningless`. ``` g++ --version g++ (GCC)

[GitHub] Soonhwan-Kwon closed pull request #8674: ADD CapsNet example

2017-11-22 Thread GitBox
Soonhwan-Kwon closed pull request #8674: ADD CapsNet example URL: https://github.com/apache/incubator-mxnet/pull/8674 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 pull

[GitHub] analog-cbarber commented on issue #8756: As there are many JAVA programer, and JDK9 has HAD JAVA REPL JSHELL like PYTHON OR SCALA shell, it will be easy to use JAVA training model. , When wi

2017-11-22 Thread GitBox
analog-cbarber commented on issue #8756: As there are many JAVA programer, and JDK9 has HAD JAVA REPL JSHELL like PYTHON OR SCALA shell, it will be easy to use JAVA training model. , When will MXNET support JAVA programing language? URL:

[GitHub] analog-cbarber commented on issue #8668: Precision error setting NDArray from np.float32 scalar

2017-11-22 Thread GitBox
analog-cbarber commented on issue #8668: Precision error setting NDArray from np.float32 scalar URL: https://github.com/apache/incubator-mxnet/issues/8668#issuecomment-346361655 Obviously passing floating point data as (decimal?) strings is horribly inefficient and prone to loss of

[GitHub] madjam opened a new pull request #8776: Fix security doc link

2017-11-22 Thread GitBox
madjam opened a new pull request #8776: Fix security doc link URL: https://github.com/apache/incubator-mxnet/pull/8776 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] starimpact opened a new issue #8775: Is the newest cpp package compatible with v0.8.0?

2017-11-22 Thread GitBox
starimpact opened a new issue #8775: Is the newest cpp package compatible with v0.8.0? URL: https://github.com/apache/incubator-mxnet/issues/8775 This is an automated message from the Apache Git Service. To respond to the

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152614153 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[incubator-mxnet] branch master updated: Explicitly convert float value (#8758)

2017-11-22 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 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 5518986 Explicitly convert float

[GitHub] cjolivier01 closed pull request #8758: Explicitly convert float value

2017-11-22 Thread GitBox
cjolivier01 closed pull request #8758: Explicitly convert float value URL: https://github.com/apache/incubator-mxnet/pull/8758 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] cjolivier01 commented on a change in pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680#discussion_r152616626 ## File path: python/mxnet/libinfo.py ## @@ -31,7 +31,7 @@ def find_lib_path():

[GitHub] alexmosc commented on issue #7524: Is there a tutorial of using mxnet R LSTM for time series forecasting?

2017-11-22 Thread GitBox
alexmosc commented on issue #7524: Is there a tutorial of using mxnet R LSTM for time series forecasting? URL: https://github.com/apache/incubator-mxnet/issues/7524#issuecomment-346409398 It would still be **very** helpful to have a tutorial on a simple time-series modelling with MXNET

[incubator-mxnet] branch v1.0.0 updated: Explicitly convert float value (#8758)

2017-11-22 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new b63bec6 Explicitly convert float

[incubator-mxnet] branch v1.0.0 updated: Updating ps-lite submodule (#8769)

2017-11-22 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new c4a5aad Updating ps-lite

[GitHub] ZiyueHuang commented on issue #8774: remove meaningless type qualifier

2017-11-22 Thread GitBox
ZiyueHuang commented on issue #8774: remove meaningless type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8774#issuecomment-346399433 @cjolivier01 Thanks for your reference! Update :) This is an automated

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152614153 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152614866 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[GitHub] cjolivier01 closed pull request #8769: Updating ps-lite submodule

2017-11-22 Thread GitBox
cjolivier01 closed pull request #8769: Updating ps-lite submodule URL: https://github.com/apache/incubator-mxnet/pull/8769 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 pull

[GitHub] szha closed pull request #8770: [Merge into v1.0.0 ONLY][Copy of PR #8704] Prep1.0: bump the version number and 0.12.1 updates

2017-11-22 Thread GitBox
szha closed pull request #8770: [Merge into v1.0.0 ONLY][Copy of PR #8704] Prep1.0: bump the version number and 0.12.1 updates URL: https://github.com/apache/incubator-mxnet/pull/8770 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is

  1   2   >