[GitHub] eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c URL: https://github.com/apache/incubator-mxnet/pull/8632#discussion_r150975410 ## File path: example/sparse/matrix_factorization_model_parallel.py ##

[GitHub] eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c URL: https://github.com/apache/incubator-mxnet/pull/8632#discussion_r150974683 ## File path: example/sparse/matrix_fact_parallel_model.py ## @@ -0,0

[GitHub] eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c URL: https://github.com/apache/incubator-mxnet/pull/8632#discussion_r150974925 ## File path: example/sparse/matrix_factorization_model_parallel.py ##

[GitHub] eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c URL: https://github.com/apache/incubator-mxnet/pull/8632#discussion_r150976361 ## File path: tests/python/unittest/test_module.py ## @@ -71,31

[GitHub] eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c URL: https://github.com/apache/incubator-mxnet/pull/8632#discussion_r150974223 ## File path: example/sparse/matrix_fact_parallel_model.py ## @@ -0,0

[GitHub] eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c URL: https://github.com/apache/incubator-mxnet/pull/8632#discussion_r150976111 ## File path: example/sparse/readme.md ## @@ -19,3 +19,9 @@ The

[GitHub] eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8632: a user friendly way to use g2c in module and an example of g2c URL: https://github.com/apache/incubator-mxnet/pull/8632#discussion_r150975067 ## File path: example/sparse/matrix_factorization_model_parallel.py ##

[GitHub] eric-haibin-lin commented on a change in pull request #8647: sparse embedding operator, gpu implementation

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8647: sparse embedding operator, gpu implementation URL: https://github.com/apache/incubator-mxnet/pull/8647#discussion_r150982716 ## File path: src/operator/tensor/indexing_op.cu ## @@ -24,14 +24,170 @@ */

[GitHub] eric-haibin-lin commented on a change in pull request #8647: sparse embedding operator, gpu implementation

2017-11-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #8647: sparse embedding operator, gpu implementation URL: https://github.com/apache/incubator-mxnet/pull/8647#discussion_r150982447 ## File path: src/operator/tensor/indexing_op.cu ## @@ -24,14 +24,170 @@ */

[GitHub] szha commented on issue #8646: Bug in FullyConnected???

2017-11-14 Thread GitBox
szha commented on issue #8646: Bug in FullyConnected??? URL: https://github.com/apache/incubator-mxnet/issues/8646#issuecomment-344379760 Thanks for reporting this. Do you mind making the code snippet runnable to ease the efforts on reproducing it? (assuming you already have runnable

[GitHub] madjam opened a new pull request #8654: Adds security best practice doc.

2017-11-14 Thread GitBox
madjam opened a new pull request #8654: Adds security best practice doc. URL: https://github.com/apache/incubator-mxnet/pull/8654 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] szha commented on a change in pull request #8654: Adds security best practice doc.

2017-11-14 Thread GitBox
szha commented on a change in pull request #8654: Adds security best practice doc. URL: https://github.com/apache/incubator-mxnet/pull/8654#discussion_r150957340 ## File path: docs/faq/index.md ## @@ -62,3 +65,4 @@ We track bugs and new feature requests in the MXNet

[GitHub] nswamy closed pull request #33: fixed Apache MxNet tag line and typo

2017-11-14 Thread GitBox
nswamy closed pull request #33: fixed Apache MxNet tag line and typo URL: https://github.com/apache/incubator-mxnet-site/pull/33 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-site] branch asf-site updated: fix typo

2017-11-14 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy 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 3fea3f2 fix typo 3fea3f2 is

[GitHub] thinksanky opened a new pull request #33: fixed Apache MxNet tag line and typo

2017-11-14 Thread GitBox
thinksanky opened a new pull request #33: fixed Apache MxNet tag line and typo URL: https://github.com/apache/incubator-mxnet-site/pull/33 ## Description ## - Removed the long description in the mainpage. - Shortened the tag line. - Fixed typo exmaples to examples

[GitHub] 7oud commented on issue #8165: missing arguments in SSD example train.py

2017-11-14 Thread GitBox
7oud commented on issue #8165: missing arguments in SSD example train.py URL: https://github.com/apache/incubator-mxnet/issues/8165#issuecomment-344464421 Some basic questions about ImageDetRecordIter, expecting answers 1. When training, it loaded .rec file without .idx file, then why

[GitHub] yajiedesign opened a new pull request #8657: fix

2017-11-14 Thread GitBox
yajiedesign opened a new pull request #8657: fix URL: https://github.com/apache/incubator-mxnet/pull/8657 add brightness contrast saturation This is an automated message from the Apache Git Service. To respond to the

[GitHub] wkcn commented on issue #8640: CustomOp with more than one auxiliary state segfaults

2017-11-14 Thread GitBox
wkcn commented on issue #8640: CustomOp with more than one auxiliary state segfaults URL: https://github.com/apache/incubator-mxnet/issues/8640#issuecomment-344473189 In class BadAuxProp, Should it be `super(BadAuxProp, self).__init__(need_top_grad=False)` ? I run the code but

[GitHub] thinksanky commented on issue #33: fixed Apache MxNet tag line and typo

2017-11-14 Thread GitBox
thinksanky commented on issue #33: fixed Apache MxNet tag line and typo URL: https://github.com/apache/incubator-mxnet-site/pull/33#issuecomment-344403025 https://user-images.githubusercontent.com/31976455/32805630-dabc5bbc-c93e-11e7-90ae-65e24fa317a3.png;>

[GitHub] szha closed issue #7481: [v0.11.0] Amalgamation for Javascript JS has unresolved symbol: __cxa_thread_atexit

2017-11-14 Thread GitBox
szha closed issue #7481: [v0.11.0] Amalgamation for Javascript JS has unresolved symbol: __cxa_thread_atexit URL: https://github.com/apache/incubator-mxnet/issues/7481 This is an automated message from the Apache Git

[GitHub] szha commented on issue #7481: [v0.11.0] Amalgamation for Javascript JS has unresolved symbol: __cxa_thread_atexit

2017-11-14 Thread GitBox
szha commented on issue #7481: [v0.11.0] Amalgamation for Javascript JS has unresolved symbol: __cxa_thread_atexit URL: https://github.com/apache/incubator-mxnet/issues/7481#issuecomment-35870 This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to

[GitHub] wkcn commented on issue #8640: CustomOp with more than one auxiliary state segfaults

2017-11-14 Thread GitBox
wkcn commented on issue #8640: CustomOp with more than one auxiliary state segfaults URL: https://github.com/apache/incubator-mxnet/issues/8640#issuecomment-344473189 In class BadAuxProp, Should it be `super(BadAuxProp, self).__init__(need_top_grad=False)` ? I run the code but

[GitHub] kwanking opened a new issue #8655: How do I download the data file for the examples in incubator-mxnet/cpp-package/example/feature_extract/

2017-11-14 Thread GitBox
kwanking opened a new 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 I want to try the example incubator-mxnet/cpp-package/example/feature_extract/ but I

[GitHub] wzl12356 opened a new issue #8656: mxnet blocked when binding gpu device

2017-11-14 Thread GitBox
wzl12356 opened a new issue #8656: mxnet blocked when binding gpu device URL: https://github.com/apache/incubator-mxnet/issues/8656 mxnet:0.12.0 cuda:7.5 mxnet blocked python codes: train_exec = _bind_exec(sym, ctxi, data_shapes, self.param_names,

[GitHub] thinksanky opened a new pull request #34: fixed broken links

2017-11-14 Thread GitBox
thinksanky opened a new pull request #34: fixed broken links URL: https://github.com/apache/incubator-mxnet-site/pull/34 ## Description ## Fixed all the broken links as reported by

[GitHub] madjam commented on a change in pull request #8654: Adds security best practice doc.

2017-11-14 Thread GitBox
madjam commented on a change in pull request #8654: Adds security best practice doc. URL: https://github.com/apache/incubator-mxnet/pull/8654#discussion_r150971773 ## File path: docs/faq/index.md ## @@ -62,3 +65,4 @@ We track bugs and new feature requests in the MXNet

[GitHub] ptrendx commented on issue #8660: Incorrect autograd results for elemwise_add

2017-11-14 Thread GitBox
ptrendx commented on issue #8660: Incorrect autograd results for elemwise_add URL: https://github.com/apache/incubator-mxnet/issues/8660#issuecomment-344512153 Not sure. I don't really know how autograd in gluon works - is it doing nnvm gradient pass under the hood?

[GitHub] wonghang opened a new issue #8658: mxnet random seed does not work for mx.init.Xavier on both CPU and GPU

2017-11-14 Thread GitBox
wonghang opened a new issue #8658: mxnet random seed does not work for mx.init.Xavier on both CPU and GPU URL: https://github.com/apache/incubator-mxnet/issues/8658 ## Description mx.random.seed does not work for mx.init.Xavier on both CPU and GPU ## Environment info (Required)

[GitHub] wonghang commented on issue #8658: mxnet random seed does not work for mx.init.Xavier on both CPU and GPU

2017-11-14 Thread GitBox
wonghang commented on issue #8658: mxnet random seed does not work for mx.init.Xavier on both CPU and GPU URL: https://github.com/apache/incubator-mxnet/issues/8658#issuecomment-344501280 I understand why mxnet went wrong: I am using python3 and hash randomization is enabled: In

[GitHub] wonghang commented on issue #8658: mxnet random seed does not work for mx.init.Xavier on both CPU and GPU

2017-11-14 Thread GitBox
wonghang commented on issue #8658: mxnet random seed does not work for mx.init.Xavier on both CPU and GPU URL: https://github.com/apache/incubator-mxnet/issues/8658#issuecomment-344501280 I understand why mxnet went wrong: I am using python3 and hash randomization is enabled: In

[GitHub] eric-haibin-lin opened a new issue #8660: Incorrect autograd results for elemwise_add

2017-11-14 Thread GitBox
eric-haibin-lin opened a new issue #8660: Incorrect autograd results for elemwise_add URL: https://github.com/apache/incubator-mxnet/issues/8660 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for

[GitHub] piiswrong closed pull request #8657: [WIP][vision]fix

2017-11-14 Thread GitBox
piiswrong closed pull request #8657: [WIP][vision]fix URL: https://github.com/apache/incubator-mxnet/pull/8657 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

[incubator-mxnet] branch vision updated: [WIP][vision]fix (#8657)

2017-11-14 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 59b7f12 [WIP][vision]fix (#8657)

[incubator-mxnet] branch master updated: check_format of sparse ndrray (#8259)

2017-11-14 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 710bf4e check_format of sparse ndrray

[GitHub] piiswrong closed pull request #8259: check_format of sparse ndrray

2017-11-14 Thread GitBox
piiswrong closed pull request #8259: check_format of sparse ndrray URL: https://github.com/apache/incubator-mxnet/pull/8259 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] BiranLi opened a new issue #8659: Some problems about support for Volta GPU architecture(V100 and CUDA9/CUDNNV7).

2017-11-14 Thread GitBox
BiranLi opened a new issue #8659: Some problems about support for Volta GPU architecture(V100 and CUDA9/CUDNNV7). URL: https://github.com/apache/incubator-mxnet/issues/8659 ### 1 Not support all features in Volta GPU. I found Mxnet used SgemmEX API when the I/O is FP16 type. The

[GitHub] szha commented on issue #7474: Training error when using cifar100.

2017-11-14 Thread GitBox
szha commented on issue #7474: Training error when using cifar100. URL: https://github.com/apache/incubator-mxnet/issues/7474#issuecomment-344243808 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!

[GitHub] szha commented on issue #7427: how to set dataiter with multi data?

2017-11-14 Thread GitBox
szha commented on issue #7427: how to set dataiter with multi data? URL: https://github.com/apache/incubator-mxnet/issues/7427#issuecomment-344243803 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!

[incubator-mxnet] branch vision updated: [WIP]]Vision (#8649)

2017-11-14 Thread yajiedesign
This is an automated email from the ASF dual-hosted git repository. yajiedesign 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 5c2f859 [WIP]]Vision (#8649)

[GitHub] yajiedesign closed pull request #8649: [WIP]]Vision

2017-11-14 Thread GitBox
yajiedesign closed pull request #8649: [WIP]]Vision URL: https://github.com/apache/incubator-mxnet/pull/8649 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

[GitHub] yajiedesign closed pull request #8650: add stub

2017-11-14 Thread GitBox
yajiedesign closed pull request #8650: add stub URL: https://github.com/apache/incubator-mxnet/pull/8650 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

[incubator-mxnet] branch vision updated: add stub (#8650)

2017-11-14 Thread yajiedesign
This is an automated email from the ASF dual-hosted git repository. yajiedesign 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 f7faf9b add stub (#8650) f7faf9b

[GitHub] yajiedesign opened a new pull request #8649: [WIP]]Vision

2017-11-14 Thread GitBox
yajiedesign opened a new pull request #8649: [WIP]]Vision URL: https://github.com/apache/incubator-mxnet/pull/8649 remove oepncv use This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] szha commented on issue #7457: Minimal C example fails to register operators

2017-11-14 Thread GitBox
szha commented on issue #7457: Minimal C example fails to register operators URL: https://github.com/apache/incubator-mxnet/issues/7457#issuecomment-344243805 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.

[GitHub] szha closed issue #7427: how to set dataiter with multi data?

2017-11-14 Thread GitBox
szha closed issue #7427: how to set dataiter with multi data? URL: https://github.com/apache/incubator-mxnet/issues/7427 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] szha closed issue #7474: Training error when using cifar100.

2017-11-14 Thread GitBox
szha closed issue #7474: Training error when using cifar100. URL: https://github.com/apache/incubator-mxnet/issues/7474 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] szha closed issue #7457: Minimal C example fails to register operators

2017-11-14 Thread GitBox
szha closed issue #7457: Minimal C example fails to register operators URL: https://github.com/apache/incubator-mxnet/issues/7457 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] yajiedesign opened a new pull request #8650: add stub

2017-11-14 Thread GitBox
yajiedesign opened a new pull request #8650: add stub URL: https://github.com/apache/incubator-mxnet/pull/8650 add stub This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] zhreshold commented on issue #8644: fix bug in TryCrop()

2017-11-14 Thread GitBox
zhreshold commented on issue #8644: fix bug in TryCrop() URL: https://github.com/apache/incubator-mxnet/pull/8644#issuecomment-344182151 Make sense. LGTM. This is an automated message from the Apache Git Service. To respond

[GitHub] cypw commented on issue #8644: fix bug in TryCrop()

2017-11-14 Thread GitBox
cypw commented on issue #8644: fix bug in TryCrop() URL: https://github.com/apache/incubator-mxnet/pull/8644#issuecomment-344188799 Thank you. btw, please note that the settings of `rand_crop_samplers` in [example/ssd/config/config.py

[GitHub] zhreshold commented on issue #8635: How to make my own customized transformers

2017-11-14 Thread GitBox
zhreshold commented on issue #8635: How to make my own customized transformers URL: https://github.com/apache/incubator-mxnet/issues/8635#issuecomment-344197954 Are you using gluon or symbol? You can use gluon.data.DataLoader or mx.image augmenters, respectively.

[GitHub] ZiyueHuang opened a new pull request #8647: sparse embedding operator, gpu implementation

2017-11-14 Thread GitBox
ZiyueHuang opened a new pull request #8647: sparse embedding operator, gpu implementation URL: https://github.com/apache/incubator-mxnet/pull/8647 ## Description ## Benchmark is running on the machine of 20 cpu cores and 8G 1080 GPU, while others are using the GPU at the same time for

[GitHub] anjishnu commented on issue #8625: Attempting to write a relation network in Gluon

2017-11-14 Thread GitBox
anjishnu commented on issue #8625: Attempting to write a relation network in Gluon URL: https://github.com/apache/incubator-mxnet/issues/8625#issuecomment-343760917 I guess I essentially need to do the equivalent of the code below, but with the all_relations array being a memory view

[GitHub] ptrendx opened a new pull request #8652: Add note about deprecation of v1 versions of ImageRecordIter

2017-11-14 Thread GitBox
ptrendx opened a new pull request #8652: Add note about deprecation of v1 versions of ImageRecordIter URL: https://github.com/apache/incubator-mxnet/pull/8652 ## Description ## #8636 ## Checklist ## ### Essentials ### - [x] Passed code style checking (`make lint`) - [x]

[GitHub] ptrendx commented on a change in pull request #8294: NCCL integration

2017-11-14 Thread GitBox
ptrendx commented on a change in pull request #8294: NCCL integration URL: https://github.com/apache/incubator-mxnet/pull/8294#discussion_r150994901 ## File path: python/mxnet/model.py ## @@ -104,15 +105,18 @@ def _initialize_kvstore(kvstore, param_arrays, arg_params,

[GitHub] piiswrong commented on issue #8644: fix bug in TryCrop()

2017-11-14 Thread GitBox
piiswrong commented on issue #8644: fix bug in TryCrop() URL: https://github.com/apache/incubator-mxnet/pull/8644#issuecomment-344354943 The logic in this entire if section looks weird. @zhreshold Could you verify its working as intended?

[GitHub] doctaweeks opened a new issue #8653: error: identifier "__float128" is undefined

2017-11-14 Thread GitBox
doctaweeks opened a new issue #8653: error: identifier "__float128" is undefined URL: https://github.com/apache/incubator-mxnet/issues/8653 This seems to be a common problem with nvcc. Using gcc-5.4.0 and cuda 8. This is an

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

2017-11-14 Thread GitBox
tdomhan commented on issue #8334: Bugfix: Python 3 compatiblity during optimizer serialization. URL: https://github.com/apache/incubator-mxnet/pull/8334#issuecomment-344363066 done This is an automated message from the