[GitHub] eric-haibin-lin commented on issue #13709: Why FP16 training speed is too slow on Tesla T4 in Gluon?

2019-01-25 Thread GitBox
eric-haibin-lin commented on issue #13709: Why FP16 training speed is too slow on Tesla T4 in Gluon? URL: https://github.com/apache/incubator-mxnet/issues/13709#issuecomment-457811526 sorry I’ve been busy with a submission deadline. Did you test with fixed input to see if it’s not

[GitHub] kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251190959 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/resource_scope.clj

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

2019-01-25 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 1cfb2af Bump the publish

[GitHub] kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251190719 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/resource_scope.clj

[GitHub] jiangzhengkai opened a new issue #13997: Mxnet runtime profile for each layers in details

2019-01-25 Thread GitBox
jiangzhengkai opened a new issue #13997: Mxnet runtime profile for each layers in details URL: https://github.com/apache/incubator-mxnet/issues/13997 Hi, Anyone can tell me to use profiler for runtime of each layer for symbol network?

[GitHub] cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251189573 ## File path: example/gluon/audio/urban_sounds/README.md ## @@ -1,100

[GitHub] cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251189488 ## File path: example/autoencoder/model.py ## @@ -53,7 +54,7 @@ def

[GitHub] cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251189488 ## File path: example/autoencoder/model.py ## @@ -53,7 +54,7 @@ def

[GitHub] kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251188666 ## File path:

[GitHub] kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251188666 ## File path:

[GitHub] marcoabreu commented on a change in pull request #13983: build docs with CPP package

2019-01-25 Thread GitBox
marcoabreu commented on a change in pull request #13983: build docs with CPP package URL: https://github.com/apache/incubator-mxnet/pull/13983#discussion_r251188584 ## File path: docs/mxdoc.py ## @@ -87,10 +87,10 @@ def generate_doxygen(app): def build_mxnet(app):

[GitHub] marcoabreu commented on a change in pull request #13983: build docs with CPP package

2019-01-25 Thread GitBox
marcoabreu commented on a change in pull request #13983: build docs with CPP package URL: https://github.com/apache/incubator-mxnet/pull/13983#discussion_r251188572 ## File path: docs/mxdoc.py ## @@ -87,10 +87,10 @@ def generate_doxygen(app): def build_mxnet(app):

[GitHub] kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
kedarbellare commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251188532 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/resource_scope_test.clj

[GitHub] marcoabreu commented on issue #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
marcoabreu commented on issue #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#issuecomment-457802742 We don't test examples in CI :( This is

[GitHub] cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251188459 ## File path: example/autoencoder/solver.py ## @@ -19,9 +19,8 @@ from

[GitHub] yuyijie1995 commented on issue #9763: Too many header files need to be included when using C++ api

2019-01-25 Thread GitBox
yuyijie1995 commented on issue #9763: Too many header files need to be included when using C++ api URL: https://github.com/apache/incubator-mxnet/issues/9763#issuecomment-457789914 @nicklhy Hi , I have the same problem like you, but I do not understand “Thus, I have to add a lot more

[GitHub] yuyijie1995 commented on issue #9763: Too many header files need to be included when using C++ api

2019-01-25 Thread GitBox
yuyijie1995 commented on issue #9763: Too many header files need to be included when using C++ api URL: https://github.com/apache/incubator-mxnet/issues/9763#issuecomment-457789469 @meanmee I met the same problam like you .Have you solved it?

[GitHub] yuyijie1995 commented on issue #13996: Make error

2019-01-25 Thread GitBox
yuyijie1995 commented on issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996#issuecomment-457788975 When I #include "mxnet-cpp/MxNetCpp.h" ,and this error happened ,fatal error:mxnet/c_api.h:No such file or directory...

[GitHub] ChaiBapchya commented on issue #13923: Cannot install MXNet R (cannot open URL)

2019-01-25 Thread GitBox
ChaiBapchya commented on issue #13923: Cannot install MXNet R (cannot open URL) URL: https://github.com/apache/incubator-mxnet/issues/13923#issuecomment-457787971 @Kurokokoro Great to know its working for you. Should we close this issue in that case?

[GitHub] sandeep-krishnamurthy commented on issue #13906: [MXNET-703] Update onnx-tensorrt for fp16 support

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13906: [MXNET-703] Update onnx-tensorrt for fp16 support URL: https://github.com/apache/incubator-mxnet/pull/13906#issuecomment-457786110 @Roshrini @vandanavk @marcoabreu - Can you please take a look at this PR?

[GitHub] sandeep-krishnamurthy commented on issue #13884: [CI][URGENT] Fixes for docker cache generation

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13884: [CI][URGENT] Fixes for docker cache generation URL: https://github.com/apache/incubator-mxnet/pull/13884#issuecomment-457785970 @marcoabreu @larroy - What is the next step here?

[GitHub] sandeep-krishnamurthy commented on issue #13918: Create test

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13918: Create test URL: https://github.com/apache/incubator-mxnet/pull/13918#issuecomment-457785871 @gzherb - Please reopen if you have specific reason for this PR. This is an

[GitHub] sandeep-krishnamurthy closed pull request #13918: Create test

2019-01-25 Thread GitBox
sandeep-krishnamurthy closed pull request #13918: Create test URL: https://github.com/apache/incubator-mxnet/pull/13918 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13679: add crop gluon transform

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13679: add crop gluon transform URL: https://github.com/apache/incubator-mxnet/pull/13679#discussion_r251179545 ## File path: python/mxnet/gluon/data/vision/transforms.py ## @@ -168,6 +168,57 @@ def

[GitHub] yuyijie1995 opened a new issue #13996: Make error

2019-01-25 Thread GitBox
yuyijie1995 opened a new issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996 When I want to build cpp package ,this error below just happened. g++ -std=c++11 -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1

[GitHub] mxnet-label-bot commented on issue #13996: Make error

2019-01-25 Thread GitBox
mxnet-label-bot commented on issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996#issuecomment-457785656 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community

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

2019-01-25 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 bfc28e7 Bump the publish

[GitHub] zachgk commented on issue #13995: [MXNET-1287][WIP] Scala compiler warnings

2019-01-25 Thread GitBox
zachgk commented on issue #13995: [MXNET-1287][WIP] Scala compiler warnings URL: https://github.com/apache/incubator-mxnet/pull/13995#issuecomment-457785109 @mxnet-label-bot add [Scala, Maven] This is an automated message

[GitHub] zachgk opened a new pull request #13995: [MXNET-1287][WIP] Scala compiler warnings

2019-01-25 Thread GitBox
zachgk opened a new pull request #13995: [MXNET-1287][WIP] Scala compiler warnings URL: https://github.com/apache/incubator-mxnet/pull/13995 ## Description ## Address and resolve Scala compiler warnings @lanking520 @andrewfayres @piyushghai ## Checklist ## ###

[incubator-mxnet] branch master updated: [MXNET-703] Minor refactor of TensorRT code (#13311)

2019-01-25 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 3df0917 [MXNET-703] Minor refactor of

[GitHub] sandeep-krishnamurthy merged pull request #13311: [MXNET-703] Minor refactor of TensorRT code

2019-01-25 Thread GitBox
sandeep-krishnamurthy merged pull request #13311: [MXNET-703] Minor refactor of TensorRT code URL: https://github.com/apache/incubator-mxnet/pull/13311 This is an automated message from the Apache Git Service. To respond to

[GitHub] sandeep-krishnamurthy commented on issue #13226: [MXNet-1211] Factor and "Like" modes in BilinearResize2D operator

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13226: [MXNet-1211] Factor and "Like" modes in BilinearResize2D operator URL: https://github.com/apache/incubator-mxnet/pull/13226#issuecomment-457784651 @apeforest - Can you please help review this PR? @lobanov-m - Can you please rebase? Thanks

[incubator-mxnet] branch master updated: Sample python bilinear initializer at integral points in y-direction (#12983)

2019-01-25 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 28c20fb Sample python bilinear

[GitHub] sandeep-krishnamurthy merged pull request #12983: Sample python bilinear initializer at integral points in y-direction

2019-01-25 Thread GitBox
sandeep-krishnamurthy merged pull request #12983: Sample python bilinear initializer at integral points in y-direction URL: https://github.com/apache/incubator-mxnet/pull/12983 This is an automated message from the Apache

[GitHub] sandeep-krishnamurthy commented on issue #12781: Fixed issue #12745

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #12781: Fixed issue #12745 URL: https://github.com/apache/incubator-mxnet/pull/12781#issuecomment-457783989 @LuckyPigeon - When you update, please let me know, we can take this to completion.

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

2019-01-25 Thread GitBox
zboldyga commented on issue #13227: Missing return value documentation for nd.random.* and sym.random.* URL: https://github.com/apache/incubator-mxnet/issues/13227#issuecomment-457782632 Just filed it: https://github.com/apache/incubator-mxnet/pull/13994 

[GitHub] zboldyga opened a new pull request #13994: Return value docs for nd.random.* and sym.random.*

2019-01-25 Thread GitBox
zboldyga opened a new pull request #13994: Return value docs for nd.random.* and sym.random.* URL: https://github.com/apache/incubator-mxnet/pull/13994 ## Description ## Documented return values & types for nd.random.* and sym.random.* ## Checklist ## ### Essentials ###

[GitHub] ChaiBapchya edited a comment on issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer?

2019-01-25 Thread GitBox
ChaiBapchya edited a comment on issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer? URL: https://github.com/apache/incubator-mxnet/issues/13944#issuecomment-457781413 @weihua04 Our discussion forum is a good place for these questions. But

[GitHub] ChaiBapchya commented on issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer?

2019-01-25 Thread GitBox
ChaiBapchya commented on issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer? URL: https://github.com/apache/incubator-mxnet/issues/13944#issuecomment-457781413 @weihua04 Our discussion forum is a good place for these questions. But regardless,

[incubator-mxnet] branch master updated: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 (#12399)

2019-01-25 Thread roshrini
This is an automated email from the ASF dual-hosted git repository. roshrini 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 25e915b ONNX export: Add Crop,

[GitHub] Roshrini merged pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2019-01-25 Thread GitBox
Roshrini merged pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399 This is an automated message from the Apache Git

[GitHub] Roshrini closed issue #12807: No conversion function registered for op type Deconvolution yet

2019-01-25 Thread GitBox
Roshrini closed issue #12807: No conversion function registered for op type Deconvolution yet URL: https://github.com/apache/incubator-mxnet/issues/12807 This is an automated message from the Apache Git Service. To respond

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

2019-01-25 Thread GitBox
Roshrini commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#issuecomment-457776417 Thank you for working on this ops @ptrendx :) I will add test case for crop in my PR as I am

[GitHub] ChaiBapchya edited a comment on issue #13965: mxnet_coreml_converter unsupported type error

2019-01-25 Thread GitBox
ChaiBapchya edited a comment on issue #13965: mxnet_coreml_converter unsupported type error URL: https://github.com/apache/incubator-mxnet/issues/13965#issuecomment-457773097 @matthewberryman _Short answer_ - op variable needs to contain layers that are in MXNET_LAYER_REGISTRY

[GitHub] ChaiBapchya commented on issue #13965: mxnet_coreml_converter unsupported type error

2019-01-25 Thread GitBox
ChaiBapchya commented on issue #13965: mxnet_coreml_converter unsupported type error URL: https://github.com/apache/incubator-mxnet/issues/13965#issuecomment-457773097 @matthewberryman Upon digging in the file

[GitHub] sandeep-krishnamurthy commented on issue #12440: Add stable nrm2 for L2 normalization

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #12440: Add stable nrm2 for L2 normalization URL: https://github.com/apache/incubator-mxnet/pull/12440#issuecomment-457766584 @TD - Can you please take look at @ZhennanQin comment, I think we are closer to getting this merged. Thanks for your

[GitHub] ChaiBapchya closed pull request #13855: Fix symbolic example for rand_zipfian function

2019-01-25 Thread GitBox
ChaiBapchya closed pull request #13855: Fix symbolic example for rand_zipfian function URL: https://github.com/apache/incubator-mxnet/pull/13855 This is an automated message from the Apache Git Service. To respond to the

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

2019-01-25 Thread GitBox
ChaiBapchya commented on issue #13855: Fix symbolic example for rand_zipfian function URL: https://github.com/apache/incubator-mxnet/pull/13855#issuecomment-457760645 Never mind. Other PR #13978 Got merged into the repo (despite being a duplicate of this PR). Anyway, closing this PR.

[GitHub] gigasquid commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
gigasquid commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251151544 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/resource_scope_test.clj

[GitHub] szha commented on issue #13964: Addresses comments in runtime feature discovery API

2019-01-25 Thread GitBox
szha commented on issue #13964: Addresses comments in runtime feature discovery API URL: https://github.com/apache/incubator-mxnet/pull/13964#issuecomment-457739621 @larroy I will need more information to offer advice on how to make it work. Alternatively, I can fork the branch and try to

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

2019-01-25 Thread GitBox
szha 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_r251145001 ## File path: python/mxnet/runtime.py ## @@ -0,0 +1,82 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on issue #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#issuecomment-457736766 @zhreshold - Thanks! I addressed your review comments.

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251139850 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251139655 ## File path: src/operator/image/image_random-inl.h ## @@ -85,32 +85,55

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251139169 ## File path: src/operator/image/image_random.cc ## @@ -49,21 +49,64 @@

[GitHub] zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251137506 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28 +146,157 @@

[GitHub] benkamphaus commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
benkamphaus commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251135323 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/resource_scope_test.clj

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251134761 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251134919 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251134828 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28

[GitHub] larroy commented on issue #13964: Addresses comments in runtime feature discovery API

2019-01-25 Thread GitBox
larroy commented on issue #13964: Addresses comments in runtime feature discovery API URL: https://github.com/apache/incubator-mxnet/pull/13964#issuecomment-457725875 @szha I did the changes that you requested, but doesn't work due to libinfo.py being used before loading the library, is a

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

2019-01-25 Thread GitBox
larroy 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_r251133342 ## File path: include/mxnet/c_api.h ## @@ -208,6 +208,24 @@ MXNET_DLL const char

[GitHub] gigasquid commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
gigasquid commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251132120 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/resource_scope_test.clj

[GitHub] aaronmarkham commented on a change in pull request #13983: build docs with CPP package

2019-01-25 Thread GitBox
aaronmarkham commented on a change in pull request #13983: build docs with CPP package URL: https://github.com/apache/incubator-mxnet/pull/13983#discussion_r251131423 ## File path: docs/mxdoc.py ## @@ -87,10 +87,10 @@ def generate_doxygen(app): def build_mxnet(app):

[GitHub] benkamphaus commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package

2019-01-25 Thread GitBox
benkamphaus commented on a change in pull request #13993: [Clojure] Add resource scope to clojure package URL: https://github.com/apache/incubator-mxnet/pull/13993#discussion_r251129638 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/resource_scope_test.clj

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

2019-01-25 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 dceb6a4 Bump the publish

[GitHub] KellenSunderland merged pull request #13903: mkldnn s8 conv API change for master

2019-01-25 Thread GitBox
KellenSunderland merged pull request #13903: mkldnn s8 conv API change for master URL: https://github.com/apache/incubator-mxnet/pull/13903 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: api change (#13903)

2019-01-25 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 5dc138d api change (#13903) 5dc138d

[incubator-mxnet] branch master updated: [MXNET-1000] get Ndarray real value and form it from a NDArray (#12690)

2019-01-25 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 0f334ae [MXNET-1000] get Ndarray

[GitHub] lanking520 merged pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray

2019-01-25 Thread GitBox
lanking520 merged pull request #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray URL: https://github.com/apache/incubator-mxnet/pull/12690 This is an automated message from the Apache Git Service. To

[GitHub] sandeep-krishnamurthy commented on issue #12176: MXPredReshape bug: need to reshape softmax_label

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #12176: MXPredReshape bug: need to reshape softmax_label URL: https://github.com/apache/incubator-mxnet/pull/12176#issuecomment-457698311 @chsin - Thanks for your contributions. Like @apeforest mentioned, this change looks like not generalizable.

[GitHub] sandeep-krishnamurthy commented on issue #11658: Optimize cached op static memory allocation

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-457697156 @zheng-da @pengzhao-intel - Any suggestions on next step with this optimization? How can we take this forward?

[GitHub] sandeep-krishnamurthy commented on issue #11184: Make amalgamation part be suitable for iOS

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-457696217 @Aozorany - How can we help here? What are the issues currently you are facing master?

[GitHub] zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251098731 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28 +146,157 @@

[GitHub] zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251106855 ## File path: src/operator/image/image_random.cc ## @@ -49,21 +49,64 @@

[GitHub] zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251104862 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28 +146,157 @@

[GitHub] sandeep-krishnamurthy commented on issue #10792: [MXNET-400] support string type for kvstore key in cpp-package

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #10792: [MXNET-400] support string type for kvstore key in cpp-package URL: https://github.com/apache/incubator-mxnet/pull/10792#issuecomment-457695209 @nihui - Very useful contribution. Thanks. Last few things and we are good to go here: 1.

[GitHub] zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251098775 ## File path: src/operator/image/image_random-inl.h ## @@ -123,28 +146,157 @@

[GitHub] zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs

2019-01-25 Thread GitBox
zhreshold commented on a change in pull request #13802: Image normalize operator - GPU support, 3D/4D inputs URL: https://github.com/apache/incubator-mxnet/pull/13802#discussion_r251095049 ## File path: src/operator/image/image_random-inl.h ## @@ -85,32 +85,55 @@ void

[GitHub] sandeep-krishnamurthy commented on issue #13975: Fix quote on LBSGD docs

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13975: Fix quote on LBSGD docs URL: https://github.com/apache/incubator-mxnet/pull/13975#issuecomment-457691537 @ThomasDelteil - Thanks for fixing this Can you please paste a snapshot of doc with this change?

[incubator-mxnet] branch master updated: [MXNET-1301] Remove the unnecessary WaitAll statements from inception_inference example (#13972)

2019-01-25 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 f1c063e [MXNET-1301] Remove the

[GitHub] sandeep-krishnamurthy merged pull request #13972: [MXNET-1301] Remove the unnecessary WaitAll statements from inception_inference example

2019-01-25 Thread GitBox
sandeep-krishnamurthy merged pull request #13972: [MXNET-1301] Remove the unnecessary WaitAll statements from inception_inference example URL: https://github.com/apache/incubator-mxnet/pull/13972 This is an automated

[GitHub] sandeep-krishnamurthy commented on issue #13962: Update scala-package gitignore configuration.

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13962: Update scala-package gitignore configuration. URL: https://github.com/apache/incubator-mxnet/pull/13962#issuecomment-457687232 @zachgk This is an automated message from the

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

2019-01-25 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 5b4b478 Bump the publish

[GitHub] lanking520 commented on issue #13979: [MXNET-1232] fix demo and add Eclipse support

2019-01-25 Thread GitBox
lanking520 commented on issue #13979: [MXNET-1232] fix demo and add Eclipse support URL: https://github.com/apache/incubator-mxnet/pull/13979#issuecomment-457684846 @aaronmarkham please give a 2nd phase review This is an

[GitHub] lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support

2019-01-25 Thread GitBox
lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support URL: https://github.com/apache/incubator-mxnet/pull/13979#discussion_r251098650 ## File path: docs/install/java_setup.md ## @@ -85,6 +85,12 @@ Also, add the dependency

[GitHub] lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support

2019-01-25 Thread GitBox
lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support URL: https://github.com/apache/incubator-mxnet/pull/13979#discussion_r251097208 ## File path: scala-package/mxnet-demo/java-demo/README.md ## @@ -71,9 +73,15 @@ If you

[GitHub] lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support

2019-01-25 Thread GitBox
lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support URL: https://github.com/apache/incubator-mxnet/pull/13979#discussion_r251097208 ## File path: scala-package/mxnet-demo/java-demo/README.md ## @@ -71,9 +73,15 @@ If you

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13955: adding the gluon implementation of deformable convolution

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#discussion_r251096614 ## File path: tests/python/unittest/test_gluon_contrib.py ## @@

[GitHub] lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support

2019-01-25 Thread GitBox
lanking520 commented on a change in pull request #13979: [MXNET-1232] fix demo and add Eclipse support URL: https://github.com/apache/incubator-mxnet/pull/13979#discussion_r251094930 ## File path: docs/install/java_setup.md ## @@ -85,6 +85,12 @@ Also, add the dependency

[GitHub] sandeep-krishnamurthy commented on issue #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on issue #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#issuecomment-457680521 @cchung100m - Thank you for your contributions and solving pylint issues in examples. I have

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251094261 ## File path: example/gluon/audio/urban_sounds/README.md ##

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251091998 ## File path: example/autoencoder/solver.py ## @@ -19,9

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251091660 ## File path: example/autoencoder/model.py ## @@ -53,7

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-25 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251092918 ## File path: example/bayesian-methods/algos.py ## @@

[GitHub] lanking520 commented on issue #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray

2019-01-25 Thread GitBox
lanking520 commented on issue #12690: [MXNET-1000] get Ndarray real value and form it from a NDArray URL: https://github.com/apache/incubator-mxnet/pull/12690#issuecomment-457678315 @zachgk Please review again This is an

[incubator-mxnet] branch master updated: Added optional parameters to BilinearResize2D to do relative scaling (#13985)

2019-01-25 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 577275d Added optional parameters to

[GitHub] sandeep-krishnamurthy merged pull request #13985: Added optional parameters to BilinearResize2D to do relative scaling

2019-01-25 Thread GitBox
sandeep-krishnamurthy merged pull request #13985: Added optional parameters to BilinearResize2D to do relative scaling URL: https://github.com/apache/incubator-mxnet/pull/13985 This is an automated message from the Apache

[incubator-mxnet] branch v1.4.x updated: Use CPUPinned context in ImageRecordIOParser2 (#13980) (#13990)

2019-01-25 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch v1.4.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.4.x by this push: new e999a46 Use CPUPinned context in

[GitHub] eric-haibin-lin merged pull request #13990: [v1.4.x] Use CPUPinned context in ImageRecordIOParser2

2019-01-25 Thread GitBox
eric-haibin-lin merged pull request #13990: [v1.4.x] Use CPUPinned context in ImageRecordIOParser2 URL: https://github.com/apache/incubator-mxnet/pull/13990 This is an automated message from the Apache Git Service. To

  1   2   >