[GitHub] SSE4 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan

2018-11-25 Thread GitBox
SSE4 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan URL: https://github.com/apache/incubator-mxnet/pull/13400#issuecomment-441545894 @KellenSunderland sure, I've subscribed to your mail list and moved discussion to the following mail

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

2018-11-25 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 64dd9d4 Bump the publish

[GitHub] andrewfayres commented on issue #13382: Java doc broken link fix and minor update

2018-11-25 Thread GitBox
andrewfayres commented on issue #13382: Java doc broken link fix and minor update URL: https://github.com/apache/incubator-mxnet/pull/13382#issuecomment-441533657 Since this was a minor fix I went ahead and included it in #13405

[GitHub] KellenSunderland opened a new pull request #13406: Fix repeated typo in mxnet_op.h

2018-11-25 Thread GitBox
KellenSunderland opened a new pull request #13406: Fix repeated typo in mxnet_op.h URL: https://github.com/apache/incubator-mxnet/pull/13406 ## Description ## Fix repeated typo in mxnet_op.h ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] DuCheng2018 edited a comment on issue #13373: How to release GPU memory by CPP interface?

2018-11-25 Thread GitBox
DuCheng2018 edited a comment on issue #13373: How to release GPU memory by CPP interface? URL: https://github.com/apache/incubator-mxnet/issues/13373#issuecomment-441530261 I find that GPUPooledStorageManager::Free() reuse the memory pool instead of releasing it. And

[GitHub] DuCheng2018 commented on issue #13373: How to release GPU memory by CPP interface?

2018-11-25 Thread GitBox
DuCheng2018 commented on issue #13373: How to release GPU memory by CPP interface? URL: https://github.com/apache/incubator-mxnet/issues/13373#issuecomment-441530261 I find that GPUPooledStorageManager::Free() reuse the memory pool instead of releasing it. And

[GitHub] KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310#discussion_r236131449 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -78,8

[GitHub] KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310#discussion_r236131269 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -248,8

[GitHub] KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310#discussion_r236131157 ## File path: ci/docker/Dockerfile.build.ubuntu_gpu_tensorrt ##

[GitHub] andrewfayres commented on issue #13405: Fixing doc links and minor edits for Java API

2018-11-25 Thread GitBox
andrewfayres commented on issue #13405: Fixing doc links and minor edits for Java API URL: https://github.com/apache/incubator-mxnet/pull/13405#issuecomment-441527966 Link fixes seem to be working. Relevant preview pages are here:

[GitHub] KellenSunderland commented on a change in pull request #12933: Update autoencoder example

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #12933: Update autoencoder example URL: https://github.com/apache/incubator-mxnet/pull/12933#discussion_r236129429 ## File path: example/autoencoder/convolutional_autoencoder.ipynb ## @@ -0,0 +1,587 @@ +{ + "cells": [

[GitHub] piyushghai commented on issue #13405: Fixing doc links and minor edits for Java API

2018-11-25 Thread GitBox
piyushghai commented on issue #13405: Fixing doc links and minor edits for Java API URL: https://github.com/apache/incubator-mxnet/pull/13405#issuecomment-441526734 @mxnet-label-bot Add [pr-awaiting-merge] This is an

[incubator-mxnet] branch master updated: Improving multi-processing reliability for gluon DataLoader (#13318)

2018-11-25 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold 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 7b1e7a5 Improving multi-processing

[GitHub] zhreshold closed pull request #13318: Improving multi-processing reliability for gluon DataLoader

2018-11-25 Thread GitBox
zhreshold closed pull request #13318: Improving multi-processing reliability for gluon DataLoader URL: https://github.com/apache/incubator-mxnet/pull/13318 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] zhreshold commented on issue #13318: Improving multi-processing reliability for gluon DataLoader

2018-11-25 Thread GitBox
zhreshold commented on issue #13318: Improving multi-processing reliability for gluon DataLoader URL: https://github.com/apache/incubator-mxnet/pull/13318#issuecomment-441524865 This PR is good to merge. Before merging, I need to add a note that for statement (2), built-in structures are

[GitHub] KellenSunderland commented on issue #13398: Use dynamic omp schedule for sparse dot with large matrix

2018-11-25 Thread GitBox
KellenSunderland commented on issue #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#issuecomment-441524280 Cool change.TIL the difference between static + dynamic schedule in OMP.

[GitHub] KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#discussion_r236126238 ## File path: src/operator/tensor/dot-inl.h ## @@ -791,17 +791,31 @@

[GitHub] KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#discussion_r236125514 ## File path: src/operator/mxnet_op.h ## @@ -524,6 +524,37 @@ struct

[GitHub] KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#discussion_r236125514 ## File path: src/operator/mxnet_op.h ## @@ -524,6 +524,37 @@ struct

[GitHub] KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#discussion_r236125514 ## File path: src/operator/mxnet_op.h ## @@ -524,6 +524,37 @@ struct

[GitHub] KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#discussion_r236125488 ## File path: src/operator/mxnet_op.h ## @@ -524,6 +524,37 @@ struct

[GitHub] KellenSunderland commented on a change in pull request #12933: Update autoencoder example

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #12933: Update autoencoder example URL: https://github.com/apache/incubator-mxnet/pull/12933#discussion_r236123369 ## File path: example/autoencoder/convolutional_autoencoder.ipynb ## @@ -0,0 +1,587 @@ +{ + "cells": [

[GitHub] KellenSunderland commented on issue #12922: Support Quantized Fully Connected by INT8 GEMM

2018-11-25 Thread GitBox
KellenSunderland commented on issue #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#issuecomment-441517731 @reminisce @zheng-da Look ok to one of you? This is

[GitHub] KellenSunderland commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#discussion_r236119445 ## File path: src/operator/quantization/quantized_fully_connected.cc ## @@ -79,6

[GitHub] KellenSunderland commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM

2018-11-25 Thread GitBox
KellenSunderland commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#discussion_r236119445 ## File path: src/operator/quantization/quantized_fully_connected.cc ## @@ -79,6

[incubator-mxnet] branch master updated: Correct shapes of images in cifar10 and cifar100 (#13348)

2018-11-25 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new afa4c3a Correct shapes of images in

[GitHub] KellenSunderland closed pull request #13348: Correct shapes of images in cifar10 and cifar100

2018-11-25 Thread GitBox
KellenSunderland closed pull request #13348: Correct shapes of images in cifar10 and cifar100 URL: https://github.com/apache/incubator-mxnet/pull/13348 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] andrewfayres opened a new pull request #13405: Fixing doc links and minor edits for Java API

2018-11-25 Thread GitBox
andrewfayres opened a new pull request #13405: Fixing doc links and minor edits for Java API URL: https://github.com/apache/incubator-mxnet/pull/13405 ## Description ## There were a few 404s in some tutorial docs that this should fix and did minor changes to the wording of the intellij

[GitHub] safrooze commented on a change in pull request #13390: Onnx multi output

2018-11-25 Thread GitBox
safrooze commented on a change in pull request #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#discussion_r236115131 ## File path: python/mxnet/contrib/onnx/mx2onnx/export_onnx.py ## @@ -242,6 +242,14 @@ def create_onnx_graph_proto(self,

[GitHub] safrooze commented on a change in pull request #13390: Onnx multi output

2018-11-25 Thread GitBox
safrooze commented on a change in pull request #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#discussion_r236115146 ## File path: python/mxnet/contrib/onnx/mx2onnx/export_onnx.py ## @@ -294,7 +302,7 @@ def create_onnx_graph_proto(self,

[GitHub] safrooze commented on a change in pull request #13390: Onnx multi output

2018-11-25 Thread GitBox
safrooze commented on a change in pull request #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#discussion_r236115099 ## File path: tests/python/unittest/test_onnx.py ## @@ -0,0 +1,95 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] safrooze commented on issue #13390: Onnx multi output

2018-11-25 Thread GitBox
safrooze commented on issue #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#issuecomment-441510909 @mxnet-label-bot remove [pr-awaiting-response] This is an automated message from the

[GitHub] safrooze commented on a change in pull request #13390: Onnx multi output

2018-11-25 Thread GitBox
safrooze commented on a change in pull request #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#discussion_r236114975 ## File path: tests/python-pytest/onnx/export/mxnet_export_test.py ## @@ -238,6 +241,79 @@ def test_square():

[GitHub] anirudhacharya commented on a change in pull request #13390: Onnx multi output

2018-11-25 Thread GitBox
anirudhacharya commented on a change in pull request #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#discussion_r236110685 ## File path: python/mxnet/contrib/onnx/mx2onnx/export_onnx.py ## @@ -95,60 +91,6 @@ def convert_layer(node,

[GitHub] anirudhacharya commented on a change in pull request #13390: Onnx multi output

2018-11-25 Thread GitBox
anirudhacharya commented on a change in pull request #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#discussion_r236111441 ## File path: tests/python-pytest/onnx/export/mxnet_export_test.py ## @@ -238,6 +241,79 @@ def test_square():

[GitHub] aaronmarkham opened a new pull request #13404: Java adding to install page

2018-11-25 Thread GitBox
aaronmarkham opened a new pull request #13404: Java adding to install page URL: https://github.com/apache/incubator-mxnet/pull/13404 ## Description ## This PR adds Java to the install page: ## Preview [Linux

[GitHub] pengzhao-intel commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-25 Thread GitBox
pengzhao-intel commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-441504866 @srochel I am working with MKL-DNN team to fix the issue and will back the ETA to you.

[GitHub] ZhennanQin commented on issue #11658: Optimize cached op static memory allocation

2018-11-25 Thread GitBox
ZhennanQin commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-441504704 @pengzhao-intel I just reviewed this. It has nothing changed with cpu backend, but an optimization for GPU memory pool. So I

[GitHub] KellenSunderland commented on issue #11658: Optimize cached op static memory allocation

2018-11-25 Thread GitBox
KellenSunderland commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-441501814 @piiswrong When you have a second I believe this may need a rebase. Has some refs to a non-existing TVM commit,

[GitHub] BigDeviltjj commented on issue #13401: [MXNET-1227] Adding CornerPooling operator

2018-11-25 Thread GitBox
BigDeviltjj commented on issue #13401: [MXNET-1227] Adding CornerPooling operator URL: https://github.com/apache/incubator-mxnet/pull/13401#issuecomment-441501182 It seems that the errors of checks was due to docker building, all builds on arm embedded platform were failed. However, I

[GitHub] leezu commented on a change in pull request #13209: Allow dataloader iterator to be reused

2018-11-25 Thread GitBox
leezu commented on a change in pull request #13209: Allow dataloader iterator to be reused URL: https://github.com/apache/incubator-mxnet/pull/13209#discussion_r236107523 ## File path: python/mxnet/gluon/data/dataloader.py ## @@ -363,13 +449,8 @@ def __init__(self,

[GitHub] KellenSunderland commented on issue #13358: Java demo file-path fix

2018-11-25 Thread GitBox
KellenSunderland commented on issue #13358: Java demo file-path fix URL: https://github.com/apache/incubator-mxnet/pull/13358#issuecomment-441500665 Hey @lupesko, feel your comments were addressed? This is an automated

[GitHub] pengzhao-intel commented on issue #13000: fix quantize_graph pass error when there're multiple outputs from a single node

2018-11-25 Thread GitBox
pengzhao-intel commented on issue #13000: fix quantize_graph pass error when there're multiple outputs from a single node URL: https://github.com/apache/incubator-mxnet/pull/13000#issuecomment-441500181 ping @anirudh2290

[GitHub] safrooze commented on issue #13390: Onnx multi output

2018-11-25 Thread GitBox
safrooze commented on issue #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#issuecomment-441498614 @anirudhacharya all issues addressed. Please review asap. I'd like this to be part of tonight's nightly if possible.

[incubator-mxnet] branch master updated: Replace mxnetci dockcross with public dockcross due to missing image (#13402)

2018-11-25 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new b7b0d3f Replace mxnetci dockcross

[GitHub] KellenSunderland closed pull request #13402: Replace mxnetci dockcross with public dockcross due to missing image

2018-11-25 Thread GitBox
KellenSunderland closed pull request #13402: Replace mxnetci dockcross with public dockcross due to missing image URL: https://github.com/apache/incubator-mxnet/pull/13402 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] KellenSunderland commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan

2018-11-25 Thread GitBox
KellenSunderland commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan URL: https://github.com/apache/incubator-mxnet/pull/13400#issuecomment-441492139 Hey @SSE4 Thanks for the work here. I'm a big fan of Conan.io. I strongly support using one of the modern

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

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

[GitHub] srochel commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-25 Thread GitBox
srochel commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-441485545 @pengzhao-intel - added this issue to tracker of open issues for release 1.4.0. Appreciate resolution before code freeze on November

[GitHub] zhreshold commented on issue #13209: Allow dataloader iterator to be reused

2018-11-25 Thread GitBox
zhreshold commented on issue #13209: Allow dataloader iterator to be reused URL: https://github.com/apache/incubator-mxnet/pull/13209#issuecomment-441484485 @leezu I currently do have an option to utilize process pools, and it should work elegantly without caching iterators explicitly.

[GitHub] gaurav-gireesh commented on issue #12750: [MXNET -1030] Cosine Embedding Loss

2018-11-25 Thread GitBox
gaurav-gireesh commented on issue #12750: [MXNET -1030] Cosine Embedding Loss URL: https://github.com/apache/incubator-mxnet/pull/12750#issuecomment-441483042 @mxnet-label-bot remove [pr-awaiting-review] This is an automated

[GitHub] stu1130 commented on issue #13402: Replace mxnetci dockcross with public dockcross due to missing image

2018-11-25 Thread GitBox
stu1130 commented on issue #13402: Replace mxnetci dockcross with public dockcross due to missing image URL: https://github.com/apache/incubator-mxnet/pull/13402#issuecomment-441479916 @mxnet-label-bot add [pr-awaiting-review] Thanks for your contribution @marcoabreu

[GitHub] stu1130 commented on issue #13401: [MXNET-1227] Adding CornerPooling operator

2018-11-25 Thread GitBox
stu1130 commented on issue #13401: [MXNET-1227] Adding CornerPooling operator URL: https://github.com/apache/incubator-mxnet/pull/13401#issuecomment-441479845 @mxnet-label-bot add [pr-awaiting-review] Thanks for doing this @BigDeviltjj

[GitHub] stu1130 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan

2018-11-25 Thread GitBox
stu1130 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan URL: https://github.com/apache/incubator-mxnet/pull/13400#issuecomment-441479778 @mxnet-label-bot add [pr-awaiting-review] Thanks for your contribution @SSE4

[GitHub] stu1130 commented on issue #13398: Use dynamic omp schedule for sparse dot with large matrix

2018-11-25 Thread GitBox
stu1130 commented on issue #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#issuecomment-441479725 @mxnet-label-bot add [pr-awaiting-merge] Great work! @eric-haibin-lin

[GitHub] stu1130 commented on issue #13396: add adjacency operator.

2018-11-25 Thread GitBox
stu1130 commented on issue #13396: add adjacency operator. URL: https://github.com/apache/incubator-mxnet/pull/13396#issuecomment-441479648 @mxnet-label-bot add [pr-awaiting-review] Thanks! @BullDemonKing This is an

[GitHub] stu1130 commented on issue #13392: add csr sample op

2018-11-25 Thread GitBox
stu1130 commented on issue #13392: add csr sample op URL: https://github.com/apache/incubator-mxnet/pull/13392#issuecomment-441479573 @mxnet-label-bot add [pr-awaiting-review] Thanks for your contribution @aksnzhy This is

[GitHub] stu1130 commented on issue #13390: Onnx multi output

2018-11-25 Thread GitBox
stu1130 commented on issue #13390: Onnx multi output URL: https://github.com/apache/incubator-mxnet/pull/13390#issuecomment-441479418 @mxnet-label-bot add [pr-awaiting-response] Thanks for your contribution @safrooze This

[GitHub] lanking520 commented on a change in pull request #13382: Java doc broken link fix and minor update

2018-11-25 Thread GitBox
lanking520 commented on a change in pull request #13382: Java doc broken link fix and minor update URL: https://github.com/apache/incubator-mxnet/pull/13382#discussion_r236092468 ## File path: docs/tutorials/java/mxnet_java_on_intellij.md ## @@ -167,5 +166,5 @@ java -cp

[GitHub] lanking520 commented on issue #13403: Allow Scala to have mixed Symbol/Constant

2018-11-25 Thread GitBox
lanking520 commented on issue #13403: Allow Scala to have mixed Symbol/Constant URL: https://github.com/apache/incubator-mxnet/issues/13403#issuecomment-441477977 Hi Sam, about the line you have pointed: ``` z = mu + mx.symbol.broadcast_mul(mx.symbol.exp(0.5*logvar),

[GitHub] lanking520 edited a comment on issue #13403: Allow Scala to have mixed Symbol/Constant

2018-11-25 Thread GitBox
lanking520 edited a comment on issue #13403: Allow Scala to have mixed Symbol/Constant URL: https://github.com/apache/incubator-mxnet/issues/13403#issuecomment-441475530 @mxnet-label-bot add [Scala, Question] This is an

[GitHub] lanking520 commented on issue #13403: Allow Scala to have mixed Symbol/Constant

2018-11-25 Thread GitBox
lanking520 commented on issue #13403: Allow Scala to have mixed Symbol/Constant URL: https://github.com/apache/incubator-mxnet/issues/13403#issuecomment-441475530 @mxnet-label-bot please add [Scala, Question] This is an

[GitHub] lanking520 opened a new issue #13403: Allow Scala to have mixed Symbol/Constant

2018-11-25 Thread GitBox
lanking520 opened a new issue #13403: Allow Scala to have mixed Symbol/Constant URL: https://github.com/apache/incubator-mxnet/issues/13403 [Quote from Email] I'm trying to figure out how to do something like this https://github.com/ufoym/mxnet/blob/master/example/vae/VAE.py#L83,

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

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

[GitHub] gigasquid commented on issue #13384: [Clojure] - Port Scala Inference to Clojure Package

2018-11-25 Thread GitBox
gigasquid commented on issue #13384: [Clojure] - Port Scala Inference to Clojure Package URL: https://github.com/apache/incubator-mxnet/issues/13384#issuecomment-441466441 @kedarbellare Awesome! No rush. Feel free to ping me here or on slack 

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

2018-11-25 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 9b846e3 Bump the publish

[GitHub] eric-haibin-lin commented on issue #13391: Gluon: Per-layer learning rate for fine tuning a pretrained network

2018-11-25 Thread GitBox
eric-haibin-lin commented on issue #13391: Gluon: Per-layer learning rate for fine tuning a pretrained network URL: https://github.com/apache/incubator-mxnet/issues/13391#issuecomment-441461560 You can set the lr_mult attribute: ``` net.xx_layer.collect_params().setattr('lr_mult',

[GitHub] kedarbellare commented on issue #13384: [Clojure] - Port Scala Inference to Clojure Package

2018-11-25 Thread GitBox
kedarbellare commented on issue #13384: [Clojure] - Port Scala Inference to Clojure Package URL: https://github.com/apache/incubator-mxnet/issues/13384#issuecomment-441461048 @gigasquid : Happy to take this up! I'll try to work on this over the holidays so I may not be able to submit a

[incubator-mxnet] branch master updated: Initial website documentation for Java API (#13289)

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

[GitHub] lanking520 closed pull request #13289: Initial website documentation for Java API

2018-11-25 Thread GitBox
lanking520 closed pull request #13289: Initial website documentation for Java API URL: https://github.com/apache/incubator-mxnet/pull/13289 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] vdantu commented on issue #13399: One question about batch norm code when setting use_global_stats True.

2018-11-25 Thread GitBox
vdantu commented on issue #13399: One question about batch norm code when setting use_global_stats True. URL: https://github.com/apache/incubator-mxnet/issues/13399#issuecomment-441457776 @mxnet-label-bot add [Question]

[GitHub] vdantu commented on issue #13397: Gluon: name issue about example"Actor Critic"

2018-11-25 Thread GitBox
vdantu commented on issue #13397: Gluon: name issue about example"Actor Critic" URL: https://github.com/apache/incubator-mxnet/issues/13397#issuecomment-441457689 @mxnet-label-bot add [Question, Example] This is an automated

[GitHub] marcoabreu opened a new pull request #13402: Replace mxnetci dockcross with public dockcross due to missing image

2018-11-25 Thread GitBox
marcoabreu opened a new pull request #13402: Replace mxnetci dockcross with public dockcross due to missing image URL: https://github.com/apache/incubator-mxnet/pull/13402 Replace mxnetci dockcross with public dockcross due to missing image

[GitHub] Bumblebee1964 commented on issue #11628: Linker Error while compiling Mxnet

2018-11-25 Thread GitBox
Bumblebee1964 commented on issue #11628: Linker Error while compiling Mxnet URL: https://github.com/apache/incubator-mxnet/issues/11628#issuecomment-441444347 It seems a bug indeed in the build configuration. Also the guide on the website for CPP_PACKAGE for Windows is incorrect as the

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

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

[GitHub] BigDeviltjj opened a new pull request #13401: [MXNET-1227] Adding CornerPooling operator

2018-11-25 Thread GitBox
BigDeviltjj opened a new pull request #13401: [MXNET-1227] Adding CornerPooling operator URL: https://github.com/apache/incubator-mxnet/pull/13401 ## Description ## Add operator: 1. BilinearResize2D 2. AdaptiveAvgPooling2d link to [JIRA issue

[GitHub] SSE4 opened a new pull request #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan

2018-11-25 Thread GitBox
SSE4 opened a new pull request #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan URL: https://github.com/apache/incubator-mxnet/pull/13400 ## Description ## [conan](https://conan.io) is an open-source package manager for C++ projects. it allows to manage project

[GitHub] qingqing01 opened a new issue #13399: One question about batch norm code when setting use_global_stats True.

2018-11-25 Thread GitBox
qingqing01 opened a new issue #13399: One question about batch norm code when setting use_global_stats True. URL: https://github.com/apache/incubator-mxnet/issues/13399 In the cuDNN impl of batch norm, the code in `src/operator/nn/cudnn/cudnn_batch_norm-inl.h ` is: ```