[incubator-mxnet] branch master updated: Update broadcast_reduce_op_value.cc (#9287)

2018-01-02 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new ef82fd2 Update

[GitHub] szha closed pull request #9287: fix a typo of file "broadcast_reduce_op_value.cc"

2018-01-02 Thread GitBox
szha closed pull request #9287: fix a typo of file "broadcast_reduce_op_value.cc" URL: https://github.com/apache/incubator-mxnet/pull/9287 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

[GitHub] NonvolatileMemory closed issue #9272: a typo in doc "nd.sum"

2018-01-02 Thread GitBox
NonvolatileMemory closed issue #9272: a typo in doc "nd.sum" URL: https://github.com/apache/incubator-mxnet/issues/9272 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] KeyKy opened a new issue #9289: How to get the symbol type?

2018-01-02 Thread GitBox
KeyKy opened a new issue #9289: How to get the symbol type? URL: https://github.com/apache/incubator-mxnet/issues/9289 How do i know the type of symbol? Convolution or Pooling or BN This is an automated message from the

[GitHub] feevos opened a new issue #9288: Get HybridBlock layer shape on runtime

2018-01-02 Thread GitBox
feevos opened a new issue #9288: Get HybridBlock layer shape on runtime URL: https://github.com/apache/incubator-mxnet/issues/9288 Dear all, I am trying to build a custom pooling layer (both for ndarray and Symbol) and I need to know the input shape at runtime. According to the

[GitHub] NonvolatileMemory commented on issue #9272: a typo in doc "nd.sum"

2018-01-02 Thread GitBox
NonvolatileMemory commented on issue #9272: a typo in doc "nd.sum" URL: https://github.com/apache/incubator-mxnet/issues/9272#issuecomment-354923282 @eric-haibin-lin https://github.com/apache/incubator-mxnet/pull/9287 This

[GitHub] NonvolatileMemory opened a new pull request #9287: fix a typo of file "broadcast_reduce_op_value.cc"

2018-01-02 Thread GitBox
NonvolatileMemory opened a new pull request #9287: fix a typo of file "broadcast_reduce_op_value.cc" URL: https://github.com/apache/incubator-mxnet/pull/9287 fix a typo on the line 80 ## Description ## there is a typo on this file,you can also see the description at the issue:

[GitHub] eric-haibin-lin commented on issue #9272: a typo in doc "nd.sum"

2018-01-02 Thread GitBox
eric-haibin-lin commented on issue #9272: a typo in doc "nd.sum" URL: https://github.com/apache/incubator-mxnet/issues/9272#issuecomment-354921296 Yes that's a typo. @NonvolatileMemory do you mind posting a pull request to fix this?

[GitHub] szha opened a new pull request #9286: update front-page model zoo to gluon model zoo

2018-01-02 Thread GitBox
szha opened a new pull request #9286: update front-page model zoo to gluon model zoo URL: https://github.com/apache/incubator-mxnet/pull/9286 ## Description ## Update model zoo link in front-page, and model zoo doc http://mxnet-doc.s3-accelerate.dualstack.amazonaws.com/index.html

[GitHub] adstraw opened a new issue #9285: SIGABRT when running mxnet_unit_tests

2018-01-02 Thread GitBox
adstraw opened a new issue #9285: SIGABRT when running mxnet_unit_tests URL: https://github.com/apache/incubator-mxnet/issues/9285 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

[GitHub] eric-haibin-lin commented on a change in pull request #9189: standard update for sparse sgd_mom_update

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9189: standard update for sparse sgd_mom_update URL: https://github.com/apache/incubator-mxnet/pull/9189#discussion_r159349124 ## File path: src/operator/optimizer_op-inl.h ## @@ -460,6 +461,95 @@ inline void

[GitHub] szha commented on issue #9272: a typo in doc "nd.sum"

2018-01-02 Thread GitBox
szha commented on issue #9272: a typo in doc "nd.sum" URL: https://github.com/apache/incubator-mxnet/issues/9272#issuecomment-354918104 @eric-haibin-lin This is an automated message from the Apache Git Service. To respond

[GitHub] NonvolatileMemory commented on issue #9272: a typo in doc "nd.sum"

2018-01-02 Thread GitBox
NonvolatileMemory commented on issue #9272: a typo in doc "nd.sum" URL: https://github.com/apache/incubator-mxnet/issues/9272#issuecomment-354917704 sorry, i mean it should be8 3 1 This is an automated message from the

[GitHub] Cosmo commented on issue #9217: Installing GPU support on Mac

2018-01-02 Thread GitBox
Cosmo commented on issue #9217: Installing GPU support on Mac URL: https://github.com/apache/incubator-mxnet/issues/9217#issuecomment-354910265 @helloniklas I have a similar setup (macOS 10.13.2, GeForce 1080, cuda 9.1 and cuDNN 7). would you mind to share the steps you took, to build

[GitHub] arshitgupta commented on issue #9042: Avoiding weight sharing among certain layers in BucketingModule?

2018-01-02 Thread GitBox
arshitgupta commented on issue #9042: Avoiding weight sharing among certain layers in BucketingModule? URL: https://github.com/apache/incubator-mxnet/issues/9042#issuecomment-354907832 This works. However, there is a small caveat (as mentioned by eric@ in offline discussion) - when you

[GitHub] arshitgupta closed issue #9042: Avoiding weight sharing among certain layers in BucketingModule?

2018-01-02 Thread GitBox
arshitgupta closed issue #9042: Avoiding weight sharing among certain layers in BucketingModule? URL: https://github.com/apache/incubator-mxnet/issues/9042 This is an automated message from the Apache Git Service. To

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159333550 ## File path: src/operator/optimizer_op.cc ## @@ -35,6 +35,74 @@ DMLC_REGISTER_PARAMETER(AdamParam);

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159335799 ## File path: python/mxnet/optimizer.py ## @@ -529,6 +534,69 @@ def update_multi_precision(self, index, weight,

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159332207 ## File path: src/operator/optimizer_op.cc ## @@ -35,6 +35,74 @@ DMLC_REGISTER_PARAMETER(AdamParam);

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159332504 ## File path: python/mxnet/optimizer.py ## @@ -57,6 +58,10 @@ class Optimizer(object): The weight decay (or

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159333641 ## File path: src/operator/optimizer_op.cc ## @@ -35,6 +35,74 @@ DMLC_REGISTER_PARAMETER(AdamParam);

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159334877 ## File path: python/mxnet/optimizer.py ## @@ -529,6 +534,69 @@ def update_multi_precision(self, index, weight,

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159333243 ## File path: src/operator/optimizer_op.cc ## @@ -35,6 +35,74 @@ DMLC_REGISTER_PARAMETER(AdamParam);

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159332148 ## File path: src/operator/optimizer_op.cu ## @@ -28,6 +28,14 @@ namespace mxnet { namespace op {

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159335235 ## File path: src/operator/optimizer_op-inl.h ## @@ -1088,6 +1090,146 @@ inline void FtrlUpdateEx(const

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159333022 ## File path: src/operator/optimizer_op.cc ## @@ -35,6 +35,74 @@ DMLC_REGISTER_PARAMETER(AdamParam);

[GitHub] eric-haibin-lin commented on a change in pull request #9220: Signum optimizer

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9220: Signum optimizer URL: https://github.com/apache/incubator-mxnet/pull/9220#discussion_r159333501 ## File path: src/operator/optimizer_op.cc ## @@ -35,6 +35,74 @@ DMLC_REGISTER_PARAMETER(AdamParam);

[GitHub] leo-gan opened a new issue #9284: error on the print(net.weight)

2018-01-02 Thread GitBox
leo-gan opened a new issue #9284: error on the print(net.weight) URL: https://github.com/apache/incubator-mxnet/issues/9284 Hi, I'm executing the http://localhost:/notebooks/mxnet/chapter02_supervised-learning/linear-regression-gluon.ipynb example. `print(net.weight)` - returns

[GitHub] szha closed issue #9255: nd.random_normal(0, **0**)

2018-01-02 Thread GitBox
szha closed issue #9255: nd.random_normal(0, **0**) URL: https://github.com/apache/incubator-mxnet/issues/9255 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] leo-gan commented on issue #9255: nd.random_normal(0, **0**)

2018-01-02 Thread GitBox
leo-gan commented on issue #9255: nd.random_normal(0, **0**) URL: https://github.com/apache/incubator-mxnet/issues/9255#issuecomment-354890169 Thanks! Regards, Leonid Ganeline Microsoft MVP (BizTalk Server & Microsoft Integration & Microsoft Azure)

[GitHub] eric-haibin-lin commented on a change in pull request #9189: standard update for sparse sgd_mom_update

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #9189: standard update for sparse sgd_mom_update URL: https://github.com/apache/incubator-mxnet/pull/9189#discussion_r159324776 ## File path: python/mxnet/optimizer.py ## @@ -433,7 +433,8 @@ def _get_wd(self, index):

[GitHub] javelinjs commented on issue #9255: nd.random_normal(0, **0**)

2018-01-02 Thread GitBox
javelinjs commented on issue #9255: nd.random_normal(0, **0**) URL: https://github.com/apache/incubator-mxnet/issues/9255#issuecomment-354884711 I think 1.0.0.post1 adopts the recent fix @szha This is an automated message

[GitHub] szha commented on issue #9279: should gluon use the sublinear memory

2018-01-02 Thread GitBox
szha commented on issue #9279: should gluon use the sublinear memory URL: https://github.com/apache/incubator-mxnet/issues/9279#issuecomment-354885063 Related: #6644 This is an automated message from the Apache Git Service.

[GitHub] javelinjs commented on issue #9255: nd.random_normal(0, **0**)

2018-01-02 Thread GitBox
javelinjs commented on issue #9255: nd.random_normal(0, **0**) URL: https://github.com/apache/incubator-mxnet/issues/9255#issuecomment-354884711 I think 1.0.0.rc1 adopts the recent fix @szha This is an automated message

[GitHub] piiswrong opened a new pull request #9283: Fix custom op multi-gpu scaling

2018-01-02 Thread GitBox
piiswrong opened a new pull request #9283: Fix custom op multi-gpu scaling URL: https://github.com/apache/incubator-mxnet/pull/9283 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make

[incubator-mxnet] branch master updated: Update module.md to include results of the code snippet (#9123)

2018-01-02 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new dc48eb5 Update module.md to include

[GitHub] szha closed pull request #9123: Update module.md to include results of the code snippet

2018-01-02 Thread GitBox
szha closed pull request #9123: Update module.md to include results of the code snippet URL: https://github.com/apache/incubator-mxnet/pull/9123 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

[GitHub] eric-haibin-lin commented on a change in pull request #8732: rsp push and rsp pull for comm device, used in kvstore('device')

2018-01-02 Thread GitBox
eric-haibin-lin commented on a change in pull request #8732: rsp push and rsp pull for comm device, used in kvstore('device') URL: https://github.com/apache/incubator-mxnet/pull/8732#discussion_r159322939 ## File path: src/kvstore/utils.cc ## @@ -0,0 +1,61 @@ +/* + *

[GitHub] yuruofeifei commented on issue #8964: Fix example/module folder and remove duplicate examples

2018-01-02 Thread GitBox
yuruofeifei commented on issue #8964: Fix example/module folder and remove duplicate examples URL: https://github.com/apache/incubator-mxnet/pull/8964#issuecomment-354882553 ping for review This is an automated message from

[GitHub] eric-haibin-lin commented on issue #9211: mx.io.NDArrayIter with scipy.sparse, last batch becomes dense and with no warning upfront

2018-01-02 Thread GitBox
eric-haibin-lin commented on issue #9211: mx.io.NDArrayIter with scipy.sparse, last batch becomes dense and with no warning upfront URL: https://github.com/apache/incubator-mxnet/issues/9211#issuecomment-354880292 Hi @dingran I just noticed that you're using gluon interface with

[GitHub] piiswrong commented on issue #9216: Loss of Precision in BatchNorm and output_var may be wrong

2018-01-02 Thread GitBox
piiswrong commented on issue #9216: Loss of Precision in BatchNorm and output_var may be wrong URL: https://github.com/apache/incubator-mxnet/issues/9216#issuecomment-354877790 the documentation should be fixed This is an

[GitHub] eric-haibin-lin commented on issue #9279: should gluon use the sublinear memory

2018-01-02 Thread GitBox
eric-haibin-lin commented on issue #9279: should gluon use the sublinear memory URL: https://github.com/apache/incubator-mxnet/issues/9279#issuecomment-354877440 It doesn't work in Gluon yet This is an automated message from

[GitHub] cjolivier01 commented on issue #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
cjolivier01 commented on issue #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#issuecomment-354859010 Haven't started those yet, fixed build problem when merging in latest

[GitHub] marcoabreu commented on issue #9269: Modify R package gitignores

2018-01-02 Thread GitBox
marcoabreu commented on issue #9269: Modify R package gitignores URL: https://github.com/apache/incubator-mxnet/pull/9269#issuecomment-354855969 I don't know that account This is an automated message from the Apache Git

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156563575 ## File path: include/mxnet/c_api.h ## @@ -227,10 +228,131 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156562734 ## File path: include/mxnet/c_api.h ## @@ -227,10 +228,131 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156564306 ## File path: python/mxnet/profiler.py ## @@ -56,3 +55,228 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156564128 ## File path: python/mxnet/profiler.py ## @@ -56,3 +55,228 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156562684 ## File path: include/mxnet/c_api.h ## @@ -211,13 +213,12 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156564463 ## File path: python/mxnet/profiler.py ## @@ -56,3 +55,228 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156564589 ## File path: python/mxnet/profiler.py ## @@ -56,3 +55,228 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156563911 ## File path: python/mxnet/profiler.py ## @@ -56,3 +55,228 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156564338 ## File path: python/mxnet/profiler.py ## @@ -56,3 +55,228 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156562698 ## File path: include/mxnet/c_api.h ## @@ -227,10 +228,131 @@

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156565366 ## File path: src/engine/naive_engine.cc ## @@ -130,22 +125,17

[GitHub] piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-01-02 Thread GitBox
piiswrong commented on a change in pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#discussion_r156564518 ## File path: python/mxnet/profiler.py ## @@ -56,3 +55,228 @@

[GitHub] piiswrong commented on issue #9200: Fix the gradient of gather_nd

2018-01-02 Thread GitBox
piiswrong commented on issue #9200: Fix the gradient of gather_nd URL: https://github.com/apache/incubator-mxnet/pull/9200#issuecomment-354848391 rename to _backward_gather_nd This is an automated message from the Apache Git

[incubator-mxnet] branch master updated: Add timeouts to windows tasks in Jenkinsfile (#9280)

2018-01-02 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 5ab629f Add timeouts to windows

[GitHub] szha closed pull request #9280: Add timeouts to windows tasks in Jenkinsfile

2018-01-02 Thread GitBox
szha closed pull request #9280: Add timeouts to windows tasks in Jenkinsfile URL: https://github.com/apache/incubator-mxnet/pull/9280 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

[GitHub] nehaljwani commented on issue #9273: Enhancements to the build mechanism

2018-01-02 Thread GitBox
nehaljwani commented on issue #9273: Enhancements to the build mechanism URL: https://github.com/apache/incubator-mxnet/pull/9273#issuecomment-354845606 Why would it break the build for people using mklml? I have just added an extra check to see if USE_MKLML is true or not.

[GitHub] piiswrong closed pull request #9184: 1 d conv with cudnn

2018-01-02 Thread GitBox
piiswrong closed pull request #9184: 1 d conv with cudnn URL: https://github.com/apache/incubator-mxnet/pull/9184 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 master updated: 1 d conv with cudnn (#9184)

2018-01-02 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 5b99b25 1 d conv with cudnn (#9184)

[GitHub] sxjscience commented on issue #9265: Add use_zero_one argument to LogisticLoss

2018-01-02 Thread GitBox
sxjscience commented on issue #9265: Add use_zero_one argument to LogisticLoss URL: https://github.com/apache/incubator-mxnet/pull/9265#issuecomment-354843395 or change it to `labal_from_zero_one` This is an automated message

[GitHub] sxjscience commented on issue #9265: Add use_zero_one argument to LogisticLoss

2018-01-02 Thread GitBox
sxjscience commented on issue #9265: Add use_zero_one argument to LogisticLoss URL: https://github.com/apache/incubator-mxnet/pull/9265#issuecomment-354841995 how about changing the name to `label_zero_one`? This is an

[GitHub] marcoabreu commented on issue #9280: Add timeouts to windows tasks in Jenkinsfile

2018-01-02 Thread GitBox
marcoabreu commented on issue #9280: Add timeouts to windows tasks in Jenkinsfile URL: https://github.com/apache/incubator-mxnet/pull/9280#issuecomment-354841644 @piiswrong Can you merge this one please? This is an automated

[GitHub] terrytangyuan closed pull request #9268: Update deadsnakes ppa name

2018-01-02 Thread GitBox
terrytangyuan closed pull request #9268: Update deadsnakes ppa name URL: https://github.com/apache/incubator-mxnet/pull/9268 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: Modify R package gitignores (#9269)

2018-01-02 Thread terrytangyuan
This is an automated email from the ASF dual-hosted git repository. terrytangyuan 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 57d1692 Modify R package

[GitHub] terrytangyuan closed pull request #9269: Modify R package gitignores

2018-01-02 Thread GitBox
terrytangyuan closed pull request #9269: Modify R package gitignores URL: https://github.com/apache/incubator-mxnet/pull/9269 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] piiswrong commented on issue #9265: Add use_zero_one argument to LogisticLoss

2018-01-02 Thread GitBox
piiswrong commented on issue #9265: Add use_zero_one argument to LogisticLoss URL: https://github.com/apache/incubator-mxnet/pull/9265#issuecomment-354839415 use_zero_one is a bad name. an alternative is to explain how to transform 0 1 label to -1 1 in comment

[GitHub] eric-haibin-lin opened a new pull request #9282: Add clarification in sparse api doc

2018-01-02 Thread GitBox
eric-haibin-lin opened a new pull request #9282: Add clarification in sparse api doc URL: https://github.com/apache/incubator-mxnet/pull/9282 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Add storage fallback msg to copyfromto (#9219)

2018-01-02 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 19f8e2b Add storage fallback msg to

[GitHub] piiswrong closed pull request #9219: Add storage fallback msg to copyfromto

2018-01-02 Thread GitBox
piiswrong closed pull request #9219: Add storage fallback msg to copyfromto URL: https://github.com/apache/incubator-mxnet/pull/9219 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

[GitHub] sxjscience commented on issue #9265: Add use_zero_one argument to LogisticLoss

2018-01-02 Thread GitBox
sxjscience commented on issue #9265: Add use_zero_one argument to LogisticLoss URL: https://github.com/apache/incubator-mxnet/pull/9265#issuecomment-354835984 There are other such kind of options in the our current loss APIs, e.g, `from_logits` in SoftmaxCrossEntropyLoss

[GitHub] piiswrong commented on issue #9273: Enhancements to the build mechanism

2018-01-02 Thread GitBox
piiswrong commented on issue #9273: Enhancements to the build mechanism URL: https://github.com/apache/incubator-mxnet/pull/9273#issuecomment-354830776 This would break the build for people using mklml. if you only want mkl and not mklml then set USE_BLAS to mkl

[incubator-mxnet] branch master updated: Add documentation generation to PRs (#9281)

2018-01-02 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 26e81d6 Add documentation generation to

[GitHub] terrytangyuan commented on issue #9269: Modify R package gitignores

2018-01-02 Thread GitBox
terrytangyuan commented on issue #9269: Modify R package gitignores URL: https://github.com/apache/incubator-mxnet/pull/9269#issuecomment-354813916 Cool. Thanks guys! @marcoabreu Is @mxnet-jenkins working? This is an

[GitHub] reminisce commented on a change in pull request #8763: Add mxnet.text APIs

2018-01-02 Thread GitBox
reminisce commented on a change in pull request #8763: Add mxnet.text APIs URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r159264699 ## File path: python/mxnet/text/embedding.py ## @@ -0,0 +1,722 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] cjolivier01 commented on issue #9269: Modify R package gitignores

2018-01-02 Thread GitBox
cjolivier01 commented on issue #9269: Modify R package gitignores URL: https://github.com/apache/incubator-mxnet/pull/9269#issuecomment-354810353 I am not in charge of CI -- they just used my ID because they needed a committer ID

[GitHub] marcoabreu commented on issue #9269: Modify R package gitignores

2018-01-02 Thread GitBox
marcoabreu commented on issue #9269: Modify R package gitignores URL: https://github.com/apache/incubator-mxnet/pull/9269#issuecomment-354802349 I have retriggered the build, seems like the windows slave had some issues This

[GitHub] marcoabreu opened a new pull request #9281: Add documentation generation to PRs

2018-01-02 Thread GitBox
marcoabreu opened a new pull request #9281: Add documentation generation to PRs URL: https://github.com/apache/incubator-mxnet/pull/9281 At the moment, the Deploy-stage does not generate the html documentation for PRs. It has been shown in cases like

[GitHub] marcoabreu opened a new pull request #9280: Add timeouts to windows tasks in Jenkinsfile

2018-01-02 Thread GitBox
marcoabreu opened a new pull request #9280: Add timeouts to windows tasks in Jenkinsfile URL: https://github.com/apache/incubator-mxnet/pull/9280 Add timeouts to windows tasks in Jenkinsfile This is an automated message from

[GitHub] alexalex1234 opened a new issue #9279: should gluon use the sublinear memory

2018-01-02 Thread GitBox
alexalex1234 opened a new issue #9279: should gluon use the sublinear memory URL: https://github.com/apache/incubator-mxnet/issues/9279 I set export MXNET_BACKWARD_DO_MIRROR=1 while use gluon Does this environment work in gluon? Thanks a lot

[GitHub] taylover-pei opened a new issue #9278: NasNet????

2018-01-02 Thread GitBox
taylover-pei opened a new issue #9278: NasNet URL: https://github.com/apache/incubator-mxnet/issues/9278 ?Gluon???NasNet? This is an automated message from the Apache Git Service. To respond to

[GitHub] astonzhang commented on a change in pull request #8763: Add mxnet.text APIs

2018-01-02 Thread GitBox
astonzhang commented on a change in pull request #8763: Add mxnet.text APIs URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r159187171 ## File path: python/mxnet/text/embedding.py ## @@ -0,0 +1,722 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] astonzhang commented on a change in pull request #8763: Add mxnet.text APIs

2018-01-02 Thread GitBox
astonzhang commented on a change in pull request #8763: Add mxnet.text APIs URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r159187176 ## File path: python/mxnet/text/embedding.py ## @@ -0,0 +1,722 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] astonzhang commented on a change in pull request #8763: Add mxnet.text APIs

2018-01-02 Thread GitBox
astonzhang commented on a change in pull request #8763: Add mxnet.text APIs URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r159181666 ## File path: python/mxnet/text/embedding.py ## @@ -0,0 +1,722 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] astonzhang commented on a change in pull request #8763: Add mxnet.text APIs

2018-01-02 Thread GitBox
astonzhang commented on a change in pull request #8763: Add mxnet.text APIs URL: https://github.com/apache/incubator-mxnet/pull/8763#discussion_r159181649 ## File path: python/mxnet/text/embedding.py ## @@ -0,0 +1,722 @@ +# Licensed to the Apache Software Foundation (ASF)