[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15210: [WIP] Custom Operator Profiling Enhancement

2019-06-10 Thread GitBox
access2rohit commented on a change in pull request #15210: [WIP] Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r292287483 ## File path: src/operator/custom/custom-inl.h ## @@ -76,7 +77,8 @@ class CustomOperator

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #15163: Fix MKLDNNDataReorderAsync

2019-06-10 Thread GitBox
pengzhao-intel merged pull request #15163: Fix MKLDNNDataReorderAsync URL: https://github.com/apache/incubator-mxnet/pull/15163 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-mxnet] branch master updated: Fix MKLDNNDataReorderAsync (#15163)

2019-06-10 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao 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 8b2ae57 Fix

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15163: Fix MKLDNNDataReorderAsync

2019-06-10 Thread GitBox
pengzhao-intel commented on issue #15163: Fix MKLDNNDataReorderAsync URL: https://github.com/apache/incubator-mxnet/pull/15163#issuecomment-500697169 Thank you for the contribution. Merging now. This is an automated message

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15164: [C++] Improve inference script to support benchmark on Imagenet

2019-06-10 Thread GitBox
pengzhao-intel commented on issue #15164: [C++] Improve inference script to support benchmark on Imagenet URL: https://github.com/apache/incubator-mxnet/pull/15164#issuecomment-500694787 @wuxun-zhang could you rebase the code?

[GitHub] [incubator-mxnet] Zha0q1 opened a new pull request #15210: [WIP] Custom Operator Profiling Enhancement

2019-06-10 Thread GitBox
Zha0q1 opened a new pull request #15210: [WIP] Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #15209: Fix quantized act and concat

2019-06-10 Thread GitBox
xinyu-intel commented on a change in pull request #15209: Fix quantized act and concat URL: https://github.com/apache/incubator-mxnet/pull/15209#discussion_r292276718 ## File path: tests/python/mkl/test_subgraph.py ## @@ -659,9 +659,9 @@ def test_pos_single_conv():

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #15209: Fix quantized act and concat

2019-06-10 Thread GitBox
ZhennanQin commented on a change in pull request #15209: Fix quantized act and concat URL: https://github.com/apache/incubator-mxnet/pull/15209#discussion_r292271481 ## File path: tests/python/mkl/test_subgraph.py ## @@ -659,9 +659,9 @@ def test_pos_single_conv():

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #15209: Fix quantized act and concat

2019-06-10 Thread GitBox
ZhennanQin commented on a change in pull request #15209: Fix quantized act and concat URL: https://github.com/apache/incubator-mxnet/pull/15209#discussion_r292271140 ## File path: src/operator/quantization/quantized_concat.cc ## @@ -138,11 +138,20 @@ If any input holds

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #15007: Add matrix determinant operator in linalg

2019-06-10 Thread GitBox
arcadiaphy commented on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-500675467 @piyushghai Two paths forward for linalg: 1. Use low level operators to implement determinant in python, but it's not very

[GitHub] [incubator-mxnet] xinyu-intel opened a new pull request #15209: Fix quantized act and concat

2019-06-10 Thread GitBox
xinyu-intel opened a new pull request #15209: Fix quantized act and concat URL: https://github.com/apache/incubator-mxnet/pull/15209 ## Description ## exclude quantizing activation which act_type is not relu and concat which dim is less than 0. @pengzhao-intel @TaoLv @ZhennanQin

[GitHub] [incubator-mxnet] Umengying commented on issue #13454: Model loading became very slow after #11001

2019-06-10 Thread GitBox
Umengying commented on issue #13454: Model loading became very slow after #11001 URL: https://github.com/apache/incubator-mxnet/issues/13454#issuecomment-500664797 meet the same problem too. This is an automated message from

[GitHub] [incubator-mxnet] olegmikul commented on issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation

2019-06-10 Thread GitBox
olegmikul commented on issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation URL: https://github.com/apache/incubator-mxnet/issues/15208#issuecomment-500663649 Will try MXNET with gcc-7. Right now I have compiled and installed MKL-DNN with GCC

[GitHub] [incubator-mxnet] TaoLv commented on issue #15203: new performance benchmark numbers needed

2019-06-10 Thread GitBox
TaoLv commented on issue #15203: new performance benchmark numbers needed URL: https://github.com/apache/incubator-mxnet/issues/15203#issuecomment-500661580 Thank you @aaronmarkham. We're collecting new performance numbers on CPU side and will update to the page once 1.5.0 is released.

[GitHub] [incubator-mxnet] TaoLv commented on issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation

2019-06-10 Thread GitBox
TaoLv commented on issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation URL: https://github.com/apache/incubator-mxnet/issues/15208#issuecomment-500660871 @olegmikul Thank you for reporting the issue. Have you ever tried to build MXNet with a

[GitHub] [incubator-mxnet] olegmikul opened a new issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation

2019-06-10 Thread GitBox
olegmikul opened a new issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation URL: https://github.com/apache/incubator-mxnet/issues/15208 ## Description Errors due to string operations ## Environment info (Required) --Python

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15208: Errors when compiling from source on Linux: string_fortified.h: stringop-truncation URL: https://github.com/apache/incubator-mxnet/issues/15208#issuecomment-500658959 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I

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

2019-06-10 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 4fcb11b Bump the publish

[GitHub] [incubator-mxnet] zheshipinyinMc opened a new issue #15207: Mack-RCNN C++ Deployment Not Working in GPU Mode And CPU Mode

2019-06-10 Thread GitBox
zheshipinyinMc opened a new issue #15207: Mack-RCNN C++ Deployment Not Working in GPU Mode And CPU Mode URL: https://github.com/apache/incubator-mxnet/issues/15207 Thanks for the great work! I am pretty interested in C++ deployment so just tried for object detection, and then used

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15207: Mack-RCNN C++ Deployment Not Working in GPU Mode And CPU Mode

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15207: Mack-RCNN C++ Deployment Not Working in GPU Mode And CPU Mode URL: https://github.com/apache/incubator-mxnet/issues/15207#issuecomment-500648493 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest

[GitHub] [incubator-mxnet] bfgray3 commented on issue #14901: don't check for nullptr before deleting; closes #14580

2019-06-10 Thread GitBox
bfgray3 commented on issue #14901: don't check for nullptr before deleting; closes #14580 URL: https://github.com/apache/incubator-mxnet/pull/14901#issuecomment-500644730 In this PR I started with the three examples listed in #14580, but it looks like I missed some more. I'm sorry.

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15206: markdown to html link converter fails on links within tables

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15206: markdown to html link converter fails on links within tables URL: https://github.com/apache/incubator-mxnet/issues/15206#issuecomment-500641163 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #15206: markdown to html link converter fails on links within tables

2019-06-10 Thread GitBox
aaronmarkham opened a new issue #15206: markdown to html link converter fails on links within tables URL: https://github.com/apache/incubator-mxnet/issues/15206 ## Description The converter for markdown links to html links used in the website doesn't work for links in tables. This

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #12369: batchnorm from scratch with autograd gives very different gradient from mx.nd.BatchNorm

2019-06-10 Thread GitBox
anirudhacharya commented on issue #12369: batchnorm from scratch with autograd gives very different gradient from mx.nd.BatchNorm URL: https://github.com/apache/incubator-mxnet/issues/12369#issuecomment-500638622 might be related - https://github.com/apache/incubator-mxnet/issues/14710

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #15205: Broken link 061019

2019-06-10 Thread GitBox
aaronmarkham opened a new pull request #15205: Broken link 061019 URL: https://github.com/apache/incubator-mxnet/pull/15205 ## Description ## This PR fixes broken links on the website. This is an automated message from the

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #15204: java hello world demo is missing

2019-06-10 Thread GitBox
aaronmarkham opened a new issue #15204: java hello world demo is missing URL: https://github.com/apache/incubator-mxnet/issues/15204 ## Description The instructions for Java have a step where you use a hello world app. This app was deleted, but we still need something for users to try

[GitHub] [incubator-mxnet] zachgk commented on issue #15204: java hello world demo is missing

2019-06-10 Thread GitBox
zachgk commented on issue #15204: java hello world demo is missing URL: https://github.com/apache/incubator-mxnet/issues/15204#issuecomment-500636805 I will add it back This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15204: java hello world demo is missing

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15204: java hello world demo is missing URL: https://github.com/apache/incubator-mxnet/issues/15204#issuecomment-500636527 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15204: java hello world demo is missing

2019-06-10 Thread GitBox
aaronmarkham commented on issue #15204: java hello world demo is missing URL: https://github.com/apache/incubator-mxnet/issues/15204#issuecomment-500636589 @zachgk This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-06-10 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r292232286 ## File path: benchmark/opperf/nd_operations/README.md ## @@ -0,0 +1,107 @@ + + + + +

[GitHub] [incubator-mxnet] vandanavk edited a comment on issue #15195: Fixed a bug in Gluon DataLoader.

2019-06-10 Thread GitBox
vandanavk edited a comment on issue #15195: Fixed a bug in Gluon DataLoader. URL: https://github.com/apache/incubator-mxnet/pull/15195#issuecomment-500632572 @mxnet-label-bot add [Gluon, Data-loading, pr-awaiting-review] @chandana1332 Please add "Fixes

[GitHub] [incubator-mxnet] vandanavk commented on issue #15197: Updated Image Augmentation tutorial to use Gluon Transforms.

2019-06-10 Thread GitBox
vandanavk commented on issue #15197: Updated Image Augmentation tutorial to use Gluon Transforms. URL: https://github.com/apache/incubator-mxnet/pull/15197#issuecomment-500632682 @mxnet-label-bot add [Doc, pr-awaiting-review]

[GitHub] [incubator-mxnet] vandanavk commented on issue #15195: Fixed a bug in Gluon DataLoader.

2019-06-10 Thread GitBox
vandanavk commented on issue #15195: Fixed a bug in Gluon DataLoader. URL: https://github.com/apache/incubator-mxnet/pull/15195#issuecomment-500632572 @mxnet-label-bot add [Gluon, Data-loading] @chandana1332 Please add "Fixes https://github.com/apache/incubator-mxnet/issues/15025;

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15203: new performance benchmark numbers needed

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15203: new performance benchmark numbers needed URL: https://github.com/apache/incubator-mxnet/issues/15203#issuecomment-500631066 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #15203: new performance benchmark numbers needed

2019-06-10 Thread GitBox
aaronmarkham opened a new issue #15203: new performance benchmark numbers needed URL: https://github.com/apache/incubator-mxnet/issues/15203 ## Description https://mxnet.incubator.apache.org/versions/master/faq/perf.html This refers to a release candidate that is no longer available.

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15202: name and shape links on IO API are broken

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15202: name and shape links on IO API are broken URL: https://github.com/apache/incubator-mxnet/issues/15202#issuecomment-500629068 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #15202: name and shape links on IO API are broken

2019-06-10 Thread GitBox
aaronmarkham opened a new issue #15202: name and shape links on IO API are broken URL: https://github.com/apache/incubator-mxnet/issues/15202 ## Description Search for get_list and click the name or shape links. http://mxnet.incubator.apache.org/versions/master/api/python/io/io.html

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15201: Add tensorrt and quantization in the docs of the website

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15201: Add tensorrt and quantization in the docs of the website URL: https://github.com/apache/incubator-mxnet/issues/15201#issuecomment-500624303 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some

[GitHub] [incubator-mxnet] ThomasDelteil opened a new issue #15201: Add tensorrt and quantization in the docs of the website

2019-06-10 Thread GitBox
ThomasDelteil opened a new issue #15201: Add tensorrt and quantization in the docs of the website URL: https://github.com/apache/incubator-mxnet/issues/15201 We are referrencing tensorrt and quantization in a few tutorials / blog posts etc though they do not appear under the contrib

[GitHub] [incubator-mxnet] ThomasDelteil commented on issue #15200: Broken Sidebar on website API for master

2019-06-10 Thread GitBox
ThomasDelteil commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-500624017 @aaronmarkham This is an automated message from the

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15200: Broken Sidebar on website API for master

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-500623974 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] [incubator-mxnet] ThomasDelteil opened a new issue #15200: Broken Sidebar on website API for master

2019-06-10 Thread GitBox
ThomasDelteil opened a new issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200 See https://mxnet.incubator.apache.org/versions/master/api/python/index.html ![Screen Shot 2019-06-10 at 3 56 20

[GitHub] [incubator-mxnet] thomelane commented on issue #15107: Update float16 tutorial

2019-06-10 Thread GitBox
thomelane commented on issue #15107: Update float16 tutorial URL: https://github.com/apache/incubator-mxnet/pull/15107#issuecomment-500623726 @Ishitori can you link to the other PR? Would be good to see comments here. This is

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292216181 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292219406 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218682 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218066 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292220741 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292221071 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218353 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292220657 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292215985 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292216110 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292221736 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292221924 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292220267 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218838 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218911 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292221805 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292215949 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218485 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292220935 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292220483 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292221462 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292219223 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218582 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292219695 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292221356 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292218991 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292220590 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292220376 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-10 Thread GitBox
thomelane commented on a change in pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158#discussion_r292221193 ## File path: docs/tutorials/gluon/multi_gpu.md ## @@ -0,0 +1,194 @@ + + + + + + + + + +

[GitHub] [incubator-mxnet] szha commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-06-10 Thread GitBox
szha commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r292220611 ## File path: benchmark/opperf/nd_operations/README.md ## @@ -0,0 +1,107 @@ + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model

2019-06-10 Thread GitBox
anirudh2290 commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model URL: https://github.com/apache/incubator-mxnet/pull/15118#discussion_r292197733 ## File path: src/c_api/c_api_symbolic.cc ## @@ -810,6 +810,156 @@ int

[GitHub] [incubator-mxnet] piyushghai commented on issue #10393: ImageRecordIOParser2 Assertion failed

2019-06-10 Thread GitBox
piyushghai commented on issue #10393: ImageRecordIOParser2 Assertion failed URL: https://github.com/apache/incubator-mxnet/issues/10393#issuecomment-500600618 @mxnet-label-bot Update [Bug, Data-loading, pr-awaiting-response] @foamliu Can you share a minimal .rec file to reproduce

[GitHub] [incubator-mxnet] piyushghai commented on issue #15026: [MXNET-14421] Make global pooling backwards compatible

2019-06-10 Thread GitBox
piyushghai commented on issue #15026: [MXNET-14421] Make global pooling backwards compatible URL: https://github.com/apache/incubator-mxnet/pull/15026#issuecomment-500595176 @TaoLv Can you take a look at this PR from @jmerkow ?

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15199: [CI][Flaky test][nightly] flaky test in estimator nightly test

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15199: [CI][Flaky test][nightly] flaky test in estimator nightly test URL: https://github.com/apache/incubator-mxnet/issues/15199#issuecomment-500595031 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest

[GitHub] [incubator-mxnet] roywei opened a new issue #15199: [CI][Flaky test][nightly] flaky test in estimator nightly test

2019-06-10 Thread GitBox
roywei opened a new issue #15199: [CI][Flaky test][nightly] flaky test in estimator nightly test URL: https://github.com/apache/incubator-mxnet/issues/15199 This [test_sentiment_rnn.py](https://github.com/apache/incubator-mxnet/blob/master/tests/nightly/estimator/test_sentiment_rnn.py)

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

2019-06-10 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 1311dd0 Bump the publish

[GitHub] [incubator-mxnet] apeforest commented on issue #9476: libmxnet.so: undefined symbol: dorgqr_?????????????????

2019-06-10 Thread GitBox
apeforest commented on issue #9476: libmxnet.so: undefined symbol: dorgqr_? URL: https://github.com/apache/incubator-mxnet/issues/9476#issuecomment-500563674 Got the same error in MXNet 1.5 release `OSError: /tmp/incubator-mxnet/python/mxnet/../../lib/libmxnet.so:

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-10 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r292156104 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

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

2019-06-10 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 0909279 Bump the publish

[GitHub] [incubator-mxnet] zhangguotai opened a new issue #9476: libmxnet.so: undefined symbol: dorgqr_?????????????????

2019-06-10 Thread GitBox
zhangguotai opened a new issue #9476: libmxnet.so: undefined symbol: dorgqr_? URL: https://github.com/apache/incubator-mxnet/issues/9476 I have compiled mxnet successfully,why this fault happened? This is an

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15198: Need a debugging utility to dump out intermediate values of Tensor object

2019-06-10 Thread GitBox
anirudh2290 commented on issue #15198: Need a debugging utility to dump out intermediate values of Tensor object URL: https://github.com/apache/incubator-mxnet/issues/15198#issuecomment-500551462 Does set_monitor_callback in executor work for your use case ?

[GitHub] [incubator-mxnet] apeforest commented on issue #15120: [bug] fix higher grad log

2019-06-10 Thread GitBox
apeforest commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500550200 There is no available utility to print out value from NDArray. I used to write a for loop to iterate the `dptr` pointer and dump out values.

[GitHub] [incubator-mxnet] apeforest opened a new issue #15198: [Feature] Need a debugging utility to dump out intermediate values of Tensor object

2019-06-10 Thread GitBox
apeforest opened a new issue #15198: [Feature] Need a debugging utility to dump out intermediate values of Tensor object URL: https://github.com/apache/incubator-mxnet/issues/15198 Currently, when debugging a MXNet operator, there is no existing utility function to dump out intermediate

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15198: [Feature] Need a debugging utility to dump out intermediate values of Tensor object

2019-06-10 Thread GitBox
mxnet-label-bot commented on issue #15198: [Feature] Need a debugging utility to dump out intermediate values of Tensor object URL: https://github.com/apache/incubator-mxnet/issues/15198#issuecomment-500549936 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I

[GitHub] [incubator-mxnet] larroy commented on issue #15120: [bug] fix higher grad log

2019-06-10 Thread GitBox
larroy commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500544643 Right now is very difficult to print the value of the NDArray. I will work on a utility to dump the graph this week, first the graph itself, and if

[GitHub] [incubator-mxnet] thomelane opened a new pull request #15197: Updated Image Augmentation tutorial to use Gluon Transforms.

2019-06-10 Thread GitBox
thomelane opened a new pull request #15197: Updated Image Augmentation tutorial to use Gluon Transforms. URL: https://github.com/apache/incubator-mxnet/pull/15197 ## Description ## Data Augmentation tutorial used Augmenters rather than Gluon Transforms. Updates have to been made to the

[GitHub] [incubator-mxnet] piyushghai commented on issue #14967: R installation is broken

2019-06-10 Thread GitBox
piyushghai commented on issue #14967: R installation is broken URL: https://github.com/apache/incubator-mxnet/issues/14967#issuecomment-500535628 @aashudwivedi Were you able to try it out ? This is an automated message from

[GitHub] [incubator-mxnet] leleamol commented on issue #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2019-06-10 Thread GitBox
leleamol commented on issue #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#issuecomment-500527807 @mxnet-label-bot remove [pr-awaiting-merge]

[GitHub] [incubator-mxnet] leleamol commented on issue #15179: [MXNET-1416] Fix inception inference example for potential index out of range error.

2019-06-10 Thread GitBox
leleamol commented on issue #15179: [MXNET-1416] Fix inception inference example for potential index out of range error. URL: https://github.com/apache/incubator-mxnet/pull/15179#issuecomment-500527438 @mxnet-label-bot remove [pr-awaiting-review]

[incubator-mxnet] branch master updated: [MXNET-978] Second order gradient support for some unary operators (#14613)

2019-06-10 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest 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 3c82ce2 [MXNET-978] Second order

[GitHub] [incubator-mxnet] leleamol commented on issue #13680: [MXNET-1121] Example to demonstrate the inference workflow using RNN

2019-06-10 Thread GitBox
leleamol commented on issue #13680: [MXNET-1121] Example to demonstrate the inference workflow using RNN URL: https://github.com/apache/incubator-mxnet/pull/13680#issuecomment-500527168 @mxnet-label-bot remove [pr-awaiting-review]

[GitHub] [incubator-mxnet] apeforest merged pull request #14613: [MXNET-978] Second order gradient support for some unary operators

2019-06-10 Thread GitBox
apeforest merged pull request #14613: [MXNET-978] Second order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #14977: Add an utility for operator benchmarks

2019-06-10 Thread GitBox
sandeep-krishnamurthy commented on issue #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#issuecomment-500519292 Updates: 1. Cover automated tests for reduction operators [~10]. 2. Benchmarks for operators - pooling, conv,

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-10 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500517870 Oops, sorry for the confusion. I meant the value of a NDArray. `auto gx = nnvm::NodeEntry{n};`, can I get/print the value of the

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15120: [bug] fix higher grad log

2019-06-10 Thread GitBox
kshitij12345 commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500517870 Oops, sorry for confusion. I meant the value of a NDArray. `auto gx = nnvm::NodeEntry{n};`, can I get/print the value of the NDArray

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-10 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500517870 Oops, sorry for the confusion. I meant the value of a NDArray corresponding to a computation. `auto gx = nnvm::NodeEntry{n};`, can I

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #14613: [MXNET-978] Second order gradient support for some unary operators

2019-06-10 Thread GitBox
kshitij12345 commented on issue #14613: [MXNET-978] Second order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#issuecomment-500515926 LGTM This is an automated message

  1   2   >