[GitHub] cvtower commented on issue #10899: ctypes.c_int(ctx.device_id) TypeError: an integer is required

2018-05-17 Thread GitBox
cvtower commented on issue #10899: ctypes.c_int(ctx.device_id) TypeError: an integer is required URL: https://github.com/apache/incubator-mxnet/issues/10899#issuecomment-389787060 @wkcn 1. args in deploy/face_embedding.py: ++print('args:') ++print(args) arg

[GitHub] cvtower commented on issue #10899: ctypes.c_int(ctx.device_id) TypeError: an integer is required

2018-05-17 Thread GitBox
cvtower commented on issue #10899: ctypes.c_int(ctx.device_id) TypeError: an integer is required URL: https://github.com/apache/incubator-mxnet/issues/10899#issuecomment-389789393 BTW, since the ctx.device_id seems like a namespace, then if i vim /usr/local/lib/python2.7/dist-packag

[GitHub] liuzx32 opened a new issue #10985: make -j 4 scalapkg throw the error: type mismatch;

2018-05-17 Thread GitBox
liuzx32 opened a new issue #10985: make -j 4 scalapkg throw the error: type mismatch; URL: https://github.com/apache/incubator-mxnet/issues/10985 [ERROR] /data/liuzx/incubator-mxnet/scala-package/infer/src/test/scala/org/apache/mxnet/infer/ClassifierSuite.scala:52: error: type mismatch;

[GitHub] phoenixbai closed issue #10981: build ends with error : elemwise_binary_op-inl.h:78:3574: error: expected primary-expression before ‘template’

2018-05-17 Thread GitBox
phoenixbai closed issue #10981: build ends with error : elemwise_binary_op-inl.h:78:3574: error: expected primary-expression before ‘template’ URL: https://github.com/apache/incubator-mxnet/issues/10981 This is an automated

[GitHub] phoenixbai commented on issue #10981: build ends with error : elemwise_binary_op-inl.h:78:3574: error: expected primary-expression before ‘template’

2018-05-17 Thread GitBox
phoenixbai commented on issue #10981: build ends with error : elemwise_binary_op-inl.h:78:3574: error: expected primary-expression before ‘template’ URL: https://github.com/apache/incubator-mxnet/issues/10981#issuecomment-389791315 @haojin2 it compiles successfully with cuda version 9.0.

[GitHub] wkcn commented on issue #10899: ctypes.c_int(ctx.device_id) TypeError: an integer is required

2018-05-17 Thread GitBox
wkcn commented on issue #10899: ctypes.c_int(ctx.device_id) TypeError: an integer is required URL: https://github.com/apache/incubator-mxnet/issues/10899#issuecomment-389800870 MXNet doesn't have any check for ctx.device_id. The type of ctx.device_id should be `int`. https://git

[GitHub] qichaotang closed issue #10969: Mxnet dynamic graphs achieve scoure code

2018-05-17 Thread GitBox
qichaotang closed issue #10969: Mxnet dynamic graphs achieve scoure code URL: https://github.com/apache/incubator-mxnet/issues/10969 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] qichaotang commented on issue #10969: Mxnet dynamic graphs achieve scoure code

2018-05-17 Thread GitBox
qichaotang commented on issue #10969: Mxnet dynamic graphs achieve scoure code URL: https://github.com/apache/incubator-mxnet/issues/10969#issuecomment-389826797 Thanks, This is an automated message from the Apache Git Servi

[GitHub] liuzx32 commented on issue #10985: make -j 4 scalapkg throw the error: type mismatch;

2018-05-17 Thread GitBox
liuzx32 commented on issue #10985: make -j 4 scalapkg throw the error: type mismatch; URL: https://github.com/apache/incubator-mxnet/issues/10985#issuecomment-389834648 Maybe java version is incompatible for that! This is an

[GitHub] liuzx32 closed issue #10985: make -j 4 scalapkg throw the error: type mismatch;

2018-05-17 Thread GitBox
liuzx32 closed issue #10985: make -j 4 scalapkg throw the error: type mismatch; URL: https://github.com/apache/incubator-mxnet/issues/10985 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ShootingSpace commented on a change in pull request #10461: allow user to define unknown token symbol

2018-05-17 Thread GitBox
ShootingSpace commented on a change in pull request #10461: allow user to define unknown token symbol URL: https://github.com/apache/incubator-mxnet/pull/10461#discussion_r188930597 ## File path: python/mxnet/rnn/io.py ## @@ -58,6 +62,8 @@ def encode_sentences(sentences, v

[GitHub] ZiyueHuang commented on a change in pull request #10882: move exec.reshape to backend

2018-05-17 Thread GitBox
ZiyueHuang commented on a change in pull request #10882: move exec.reshape to backend URL: https://github.com/apache/incubator-mxnet/pull/10882#discussion_r188931427 ## File path: src/executor/graph_executor.cc ## @@ -1043,6 +1043,108 @@ void GraphExecutor::Init(nnvm::Symb

[GitHub] ZiyueHuang commented on issue #10882: move exec.reshape to backend

2018-05-17 Thread GitBox
ZiyueHuang commented on issue #10882: move exec.reshape to backend URL: https://github.com/apache/incubator-mxnet/pull/10882#issuecomment-389841134 unittest for checking >whether the reshaped executor and the original executor share NDArrays depending on the new shape sizes is add

[GitHub] marcoabreu opened a new pull request #10986: [MXNET-343] Remove rm flag from docker build

2018-05-17 Thread GitBox
marcoabreu opened a new pull request #10986: [MXNET-343] Remove rm flag from docker build URL: https://github.com/apache/incubator-mxnet/pull/10986 ## Description ## Remove the rm flag from docker build. I was under the wrong assumption that otherwise the layers are removed, but it's ac

[GitHub] larroy commented on issue #10986: [MXNET-343] Remove rm flag from docker build

2018-05-17 Thread GitBox
larroy commented on issue #10986: [MXNET-343] Remove rm flag from docker build URL: https://github.com/apache/incubator-mxnet/pull/10986#issuecomment-389860980 LGTM This is an automated message from the Apache Git Service. To

[GitHub] marcoabreu commented on issue #10986: [MXNET-343] Remove rm flag from docker build

2018-05-17 Thread GitBox
marcoabreu commented on issue #10986: [MXNET-343] Remove rm flag from docker build URL: https://github.com/apache/incubator-mxnet/pull/10986#issuecomment-389862616 I'll double check before merge. This is an automated message

[GitHub] marcoabreu closed pull request #10986: [MXNET-343] Remove rm flag from docker build

2018-05-17 Thread GitBox
marcoabreu closed pull request #10986: [MXNET-343] Remove rm flag from docker build URL: https://github.com/apache/incubator-mxnet/pull/10986 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 thi

[GitHub] jinhuang415 commented on issue #10433: [MXNET-290] MKLDNN support for model quantization

2018-05-17 Thread GitBox
jinhuang415 commented on issue #10433: [MXNET-290] MKLDNN support for model quantization URL: https://github.com/apache/incubator-mxnet/pull/10433#issuecomment-389866702 @reminisce @zheng-da We have resolved all the comments, would you check if you have further comments on current change?

[GitHub] larroy commented on issue #10973: Flaky test_deconvolution

2018-05-17 Thread GitBox
larroy commented on issue #10973: Flaky test_deconvolution URL: https://github.com/apache/incubator-mxnet/issues/10973#issuecomment-389870752 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/883/pipeline ---

[GitHub] indhub closed pull request #10956: [MXNET-307] Fix flaky tutorial tests from CI

2018-05-17 Thread GitBox
indhub closed pull request #10956: [MXNET-307] Fix flaky tutorial tests from CI URL: https://github.com/apache/incubator-mxnet/pull/10956 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 master updated: [MXNET-307] Fix flaky tutorial tests from CI (#10956)

2018-05-17 Thread indhub
This is an automated email from the ASF dual-hosted git repository. indhub 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 c4144f2 [MXNET-307] Fix flaky tutorial

[GitHub] ali2210 commented on issue #4469: Error in make scalapkg

2018-05-17 Thread GitBox
ali2210 commented on issue #4469: Error in make scalapkg URL: https://github.com/apache/incubator-mxnet/issues/4469#issuecomment-389900941 does windows support mxnet along with scala , if so then how ? This is an automated

[GitHub] safrooze commented on a change in pull request #9512: add LSTNet example

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #9512: add LSTNet example URL: https://github.com/apache/incubator-mxnet/pull/9512#discussion_r188990303 ## File path: example/multivariate_time_series/src/train.py ## @@ -0,0 +1,481 @@ +# Licensed to the Apache Software Founda

[GitHub] safrooze commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#issuecomment-389912647 Regardless of your personal experience, freezing parameters is a technique used in many papers and I'm sure some users

[GitHub] bricksdont opened a new issue #10987: Sharing Parameters between BucketingModules

2018-05-17 Thread GitBox
bricksdont opened a new issue #10987: Sharing Parameters between BucketingModules URL: https://github.com/apache/incubator-mxnet/issues/10987 ## Description I am trying to share parameters between two BucketingModules. More specifically, my requirements are: - I have different so

[GitHub] bricksdont commented on issue #10987: Sharing Parameters between BucketingModules

2018-05-17 Thread GitBox
bricksdont commented on issue #10987: Sharing Parameters between BucketingModules URL: https://github.com/apache/incubator-mxnet/issues/10987#issuecomment-389919246 It seems that other people are having the very same problem: https://discuss.mxnet.io/t/sharing-parameters-between-two-modul

[GitHub] ThomasDelteil commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#issuecomment-389922756 @safrooze I am not disputing the fact that freezing parameters is a useful (and used) technique, especially train

[GitHub] eric-haibin-lin opened a new issue #10988: Flaky test: test_operator_gpu.test_countsketch

2018-05-17 Thread GitBox
eric-haibin-lin opened a new issue #10988: Flaky test: test_operator_gpu.test_countsketch URL: https://github.com/apache/incubator-mxnet/issues/10988 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-10983/1/pipeline/ ``` test_operator_gpu

[GitHub] ThomasDelteil commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#issuecomment-389922756 @safrooze I am not disputing the fact that freezing parameters is a useful (and used) technique, especially train

[GitHub] ThomasDelteil commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#issuecomment-389922756 @safrooze I am not disputing the fact that freezing parameters is a useful (and used) technique, especially train

[GitHub] eric-haibin-lin closed pull request #10946: Remove kvstore calls from FM example

2018-05-17 Thread GitBox
eric-haibin-lin closed pull request #10946: Remove kvstore calls from FM example URL: https://github.com/apache/incubator-mxnet/pull/10946 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 master updated: Remove kvstore calls from FM example (#10946)

2018-05-17 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 33226ab Remove kvstore calls from FM e

[GitHub] werewere commented on issue #10925: problem installing mxnet in R 3.5

2018-05-17 Thread GitBox
werewere commented on issue #10925: problem installing mxnet in R 3.5 URL: https://github.com/apache/incubator-mxnet/issues/10925#issuecomment-389937594 thanks @jeremiedb , it seems to install correctly that pre-compiled one.

[GitHub] safrooze commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on issue #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#issuecomment-389939629 Agreed. This is an automated message from the Apache

[GitHub] ThomasDelteil commented on issue #10945: Flaky test: test_operator_gpu.test_sgd

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10945: Flaky test: test_operator_gpu.test_sgd URL: https://github.com/apache/incubator-mxnet/issues/10945#issuecomment-389951611 Happened to me as well here: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-10959/8

[GitHub] ThomasDelteil commented on issue #10942: Flaky test test_operator_gpu.test_batchnorm_with_type

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10942: Flaky test test_operator_gpu.test_batchnorm_with_type URL: https://github.com/apache/incubator-mxnet/issues/10942#issuecomment-389952228 Happened to me too hre: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail

[GitHub] piiswrong closed pull request #10963: Minor doc fixes

2018-05-17 Thread GitBox
piiswrong closed pull request #10963: Minor doc fixes URL: https://github.com/apache/incubator-mxnet/pull/10963 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 (fr

[incubator-mxnet] branch master updated: Minor doc fixes (#10963)

2018-05-17 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 ed846c9 Minor doc fixes (#10963) ed846c9

[GitHub] piiswrong closed pull request #10938: Add Apachev2 License for contrib

2018-05-17 Thread GitBox
piiswrong closed pull request #10938: Add Apachev2 License for contrib URL: https://github.com/apache/incubator-mxnet/pull/10938 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 master updated: Add Apachev2 License for contrib (#10938)

2018-05-17 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 034f24f Add Apachev2 License for contrib

[GitHub] szha opened a new pull request #10989: [WIP] add gluon model summary

2018-05-17 Thread GitBox
szha opened a new pull request #10989: [WIP] add gluon model summary URL: https://github.com/apache/incubator-mxnet/pull/10989 ## Description ## add hook/pre-hook to gluon block and model summary ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] piiswrong closed pull request #10978: removed script tags that are being interpreted as html

2018-05-17 Thread GitBox
piiswrong closed pull request #10978: removed script tags that are being interpreted as html URL: https://github.com/apache/incubator-mxnet/pull/10978 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

[GitHub] piiswrong commented on a change in pull request #10970: [MXNET-424] dtype option for multinomial

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10970: [MXNET-424] dtype option for multinomial URL: https://github.com/apache/incubator-mxnet/pull/10970#discussion_r189047791 ## File path: src/operator/random/sample_multinomial_op.h ## @@ -155,9 +158,11 @@ void SampleMul

[GitHub] piiswrong commented on a change in pull request #10989: [WIP] add gluon model summary

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10989: [WIP] add gluon model summary URL: https://github.com/apache/incubator-mxnet/pull/10989#discussion_r189050120 ## File path: python/mxnet/gluon/block.py ## @@ -355,14 +357,68 @@ def load_params(self, filename, ctx=None

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189050649 ## File path: docs/api/python/gluon/contrib.md ## @@ -80,6 +80,20 @@ In the rest of this document, we list

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189050649 ## File path: docs/api/python/gluon/contrib.md ## @@ -80,6 +80,20 @@ In the rest of this document, we list

[GitHub] haojin2 commented on a change in pull request #10780: [MXNET-375] Lp Pooling and Global Lp Pooling

2018-05-17 Thread GitBox
haojin2 commented on a change in pull request #10780: [MXNET-375] Lp Pooling and Global Lp Pooling URL: https://github.com/apache/incubator-mxnet/pull/10780#discussion_r189051853 ## File path: src/operator/nn/pooling.cc ## @@ -92,6 +92,9 @@ static bool PoolingShape(const n

[GitHub] ThomasDelteil commented on issue #10953: Flaky test: test_tutorials.test_gluon_gluon

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10953: Flaky test: test_tutorials.test_gluon_gluon URL: https://github.com/apache/incubator-mxnet/issues/10953#issuecomment-389958509 @eric-haibin-lin a fix has been put it him to add a delay between restarts of the jupyter kernel that should help with th

[GitHub] ThomasDelteil commented on issue #10947: Flaky test: test_tutorials.test_onnx_inference_on_onnx_model

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10947: Flaky test: test_tutorials.test_onnx_inference_on_onnx_model URL: https://github.com/apache/incubator-mxnet/issues/10947#issuecomment-389959040 @KellenSunderland just wanted to check what is the status of the retry logic on the mx.test_utils.downlo

[GitHub] ThomasDelteil commented on issue #10846: flaky tests in tutorial CI

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10846: flaky tests in tutorial CI URL: https://github.com/apache/incubator-mxnet/issues/10846#issuecomment-389959374 @zheng-da a fix has been put in to reduce the size of the models from 500MB to <50MB for the tutorials. That should prevent this bug from h

[GitHub] ThomasDelteil commented on issue #10947: Flaky test: test_tutorials.test_onnx_inference_on_onnx_model

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10947: Flaky test: test_tutorials.test_onnx_inference_on_onnx_model URL: https://github.com/apache/incubator-mxnet/issues/10947#issuecomment-389959040 @KellenSunderland just wanted to check what is the status of the retry logic on the mx.test_utils.downlo

[GitHub] szha closed issue #10953: Flaky test: test_tutorials.test_gluon_gluon

2018-05-17 Thread GitBox
szha closed issue #10953: Flaky test: test_tutorials.test_gluon_gluon URL: https://github.com/apache/incubator-mxnet/issues/10953 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] szha closed issue #10846: flaky tests in tutorial CI

2018-05-17 Thread GitBox
szha closed issue #10846: flaky tests in tutorial CI URL: https://github.com/apache/incubator-mxnet/issues/10846 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and us

[GitHub] szha commented on a change in pull request #10989: [WIP] add gluon model summary

2018-05-17 Thread GitBox
szha commented on a change in pull request #10989: [WIP] add gluon model summary URL: https://github.com/apache/incubator-mxnet/pull/10989#discussion_r189055069 ## File path: python/mxnet/gluon/block.py ## @@ -355,14 +357,68 @@ def load_params(self, filename, ctx=None, all

[GitHub] ThomasDelteil commented on issue #10953: Flaky test: test_tutorials.test_gluon_gluon

2018-05-17 Thread GitBox
ThomasDelteil commented on issue #10953: Flaky test: test_tutorials.test_gluon_gluon URL: https://github.com/apache/incubator-mxnet/issues/10953#issuecomment-389958509 @eric-haibin-lin a fix has been put it in to add a delay between restarts of the jupyter kernel that should help with tha

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189054787 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189054240 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189055795 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189056835 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189054371 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189051356 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189051417 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189050743 ## File path: docs/api/python/gluon/contrib.md ## @@ -80,6 +80,20 @@ In the rest of this document, we list

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189051148 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189056068 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189051703 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189054696 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189055932 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189053366 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Softwar

[GitHub] haojin2 commented on a change in pull request #10780: [MXNET-375] Lp Pooling and Global Lp Pooling

2018-05-17 Thread GitBox
haojin2 commented on a change in pull request #10780: [MXNET-375] Lp Pooling and Global Lp Pooling URL: https://github.com/apache/incubator-mxnet/pull/10780#discussion_r189058395 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -769,140 +769,161 @@ def test_poolin

[GitHub] zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189059049 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Sof

[GitHub] piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189062628 ## File path: src/operator/contrib/roi_align-inl.h ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software

[GitHub] piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189060029 ## File path: src/operator/contrib/roi_align.cc ## @@ -0,0 +1,593 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189060521 ## File path: src/operator/contrib/roi_align.cc ## @@ -0,0 +1,593 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189061899 ## File path: src/operator/contrib/roi_align.cu ## @@ -0,0 +1,485 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189062271 ## File path: src/operator/contrib/roi_align-inl.h ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software

[GitHub] piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189058175 ## File path: src/operator/contrib/adaptive_avg_pooling.cc ## @@ -26,8 +26,8 @@ // #include "elemwise_op_commo

[GitHub] piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
piiswrong commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189060442 ## File path: src/operator/contrib/roi_align.cc ## @@ -0,0 +1,593 @@ +/* + * Licensed to the Apache Software Fo

[incubator-mxnet] branch master updated: [MXNET-343] Avoid importing docker_cache if feature is not used. (#10975)

2018-05-17 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 3677b6f [MXNET-343] Avoid importin

[GitHub] marcoabreu closed pull request #10975: [MXNET-343] avoid importing docker_cache if feature is not used

2018-05-17 Thread GitBox
marcoabreu closed pull request #10975: [MXNET-343] avoid importing docker_cache if feature is not used URL: https://github.com/apache/incubator-mxnet/pull/10975 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] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189034379 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189041711 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189033996 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189034610 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189073842 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189070034 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189071450 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189079007 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial

2018-05-17 Thread GitBox
safrooze commented on a change in pull request #10959: [MXNET-423] Gluon Model Zoo Pre Trained Model tutorial URL: https://github.com/apache/incubator-mxnet/pull/10959#discussion_r189070370 ## File path: docs/tutorials/gluon/pretrained_models.md ## @@ -0,0 +1,373 @@ + +# U

[GitHub] marcoabreu commented on issue #10921: Test cases improvement for MKLDNN on Gluon

2018-05-17 Thread GitBox
marcoabreu commented on issue #10921: Test cases improvement for MKLDNN on Gluon URL: https://github.com/apache/incubator-mxnet/pull/10921#issuecomment-389990597 Thanks a lot for adding so many tests, it's very appreciated!!!

[GitHub] altosaar opened a new issue #10990: Gluon hybridize fails to detect an input

2018-05-17 Thread GitBox
altosaar opened a new issue #10990: Gluon hybridize fails to detect an input URL: https://github.com/apache/incubator-mxnet/issues/10990 Here is a minimal example of hybridize failing to detect an input: https://gist.github.com/altosaar/6c29d8ac505ae1cea03ca65f193e7832 Without hybrid

[GitHub] lanking520 opened a new pull request #10991: [MXNET-386][WIP] API Docs Generation

2018-05-17 Thread GitBox
lanking520 opened a new pull request #10991: [MXNET-386][WIP] API Docs Generation URL: https://github.com/apache/incubator-mxnet/pull/10991 ## Description ## API docs generation (Write file). Create a file (an abstract class) that can be inherited to the API classes. @nswamy @yzhliu

[GitHub] lanking520 closed pull request #10546: [MXNET-319] [WIP] Add Autocomplete Macros in Scala

2018-05-17 Thread GitBox
lanking520 closed pull request #10546: [MXNET-319] [WIP] Add Autocomplete Macros in Scala URL: https://github.com/apache/incubator-mxnet/pull/10546 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:

[GitHub] lanking520 commented on issue #10546: [MXNET-319] [WIP] Add Autocomplete Macros in Scala

2018-05-17 Thread GitBox
lanking520 commented on issue #10546: [MXNET-319] [WIP] Add Autocomplete Macros in Scala URL: https://github.com/apache/incubator-mxnet/pull/10546#issuecomment-389998569 Close this PR since it is outdated and duplicated with the new one: https://github.com/apache/incubator-mxnet/pull/10991

[GitHub] eric-haibin-lin closed pull request #10983: [MXNET-427] Fix trainer.load_state by removing param_dict from optimizer state pickle

2018-05-17 Thread GitBox
eric-haibin-lin closed pull request #10983: [MXNET-427] Fix trainer.load_state by removing param_dict from optimizer state pickle URL: https://github.com/apache/incubator-mxnet/pull/10983 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displ

[incubator-mxnet] branch master updated: Fix optimizer pickle (#10983)

2018-05-17 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 8937488 Fix optimizer pickle (#10983)

[GitHub] zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189101927 ## File path: docs/api/python/gluon/contrib.md ## @@ -80,6 +80,20 @@ In the rest of this document, we l

[GitHub] zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189102539 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Sof

[GitHub] zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-17 Thread GitBox
zhanghang1989 commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189102855 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache Sof

[GitHub] zhanghang1989 commented on a change in pull request #10852: [MXNET-411] Add ROI Align

2018-05-17 Thread GitBox
zhanghang1989 commented on a change in pull request #10852: [MXNET-411] Add ROI Align URL: https://github.com/apache/incubator-mxnet/pull/10852#discussion_r189103423 ## File path: src/operator/contrib/roi_align-inl.h ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Softw

  1   2   >