[GitHub] ZhennanQin commented on issue #14123: Add int8 data loader

2019-02-19 Thread GitBox
ZhennanQin commented on issue #14123: Add int8 data loader URL: https://github.com/apache/incubator-mxnet/pull/14123#issuecomment-465461034 @anirudh2290 No need to apologies, you're one of the most active reviewers I've seen in MXNet project:) The patch letting quantize_v2 accept int8

[GitHub] perdasilva edited a comment on issue #14143: test_autograd.py freezing on shipped version of mxnet

2019-02-19 Thread GitBox
perdasilva edited a comment on issue #14143: test_autograd.py freezing on shipped version of mxnet URL: https://github.com/apache/incubator-mxnet/issues/14143#issuecomment-465458528 Wow. That's very strange. Seems to be working for me now as well. Same machine, same internet connection,

[GitHub] perdasilva commented on issue #14143: test_autograd.py freezing on shipped version of mxnet

2019-02-19 Thread GitBox
perdasilva commented on issue #14143: test_autograd.py freezing on shipped version of mxnet URL: https://github.com/apache/incubator-mxnet/issues/14143#issuecomment-465458528 Wow. That's very strange. Seems to be working for me now. Same machine, same internet connection, same docker

[GitHub] perdasilva closed issue #14143: test_autograd.py freezing on shipped version of mxnet

2019-02-19 Thread GitBox
perdasilva closed issue #14143: test_autograd.py freezing on shipped version of mxnet URL: https://github.com/apache/incubator-mxnet/issues/14143 This is an automated message from the Apache Git Service. To respond to the

[GitHub] perdasilva edited a comment on issue #14143: test_autograd.py freezing on shipped version of mxnet

2019-02-19 Thread GitBox
perdasilva edited a comment on issue #14143: test_autograd.py freezing on shipped version of mxnet URL: https://github.com/apache/incubator-mxnet/issues/14143#issuecomment-465458528 Wow. That's very strange. Seems to be working for me now as well. Same machine, same internet connection,

[GitHub] shshaoqqi commented on issue #3205: ImportError: No module named captcha.image

2019-02-19 Thread GitBox
shshaoqqi commented on issue #3205: ImportError: No module named captcha.image URL: https://github.com/apache/incubator-mxnet/issues/3205#issuecomment-465455974 haha I think they have made the same problem as you it's so awkward

[GitHub] LuckyPigeon commented on issue #12781: Fixed issue #12745

2019-02-19 Thread GitBox
LuckyPigeon commented on issue #12781: Fixed issue #12745 URL: https://github.com/apache/incubator-mxnet/pull/12781#issuecomment-465454078 @aaronmarkham I'm not sure what went wrong while building docs. I've tried built the code of this pull request on ubuntu 1804 and the `1` sign can be

[GitHub] LuckyPigeon edited a comment on issue #12781: Fixed issue #12745

2019-02-19 Thread GitBox
LuckyPigeon edited a comment on issue #12781: Fixed issue #12745 URL: https://github.com/apache/incubator-mxnet/pull/12781#issuecomment-465454078 @aaronmarkham I'm not sure what went wrong while building docs. I've tried built the code of this pull request on ubuntu 1804 and the `$` sign

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

2019-02-19 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 76d9c70 Bump the publish

[GitHub] anirudh2290 commented on issue #14123: Add int8 data loader

2019-02-19 Thread GitBox
anirudh2290 commented on issue #14123: Add int8 data loader URL: https://github.com/apache/incubator-mxnet/pull/14123#issuecomment-465447728 apologies for the delay, I made an attempt on my end to make quantize use inplace optimization when in dtype is also int8. I couldnt find a way to

[GitHub] stephenrawls commented on issue #14210: Slow Async GPU Copy

2019-02-19 Thread GitBox
stephenrawls commented on issue #14210: Slow Async GPU Copy URL: https://github.com/apache/incubator-mxnet/issues/14210#issuecomment-465442428 As a follow up, I decided to time how long a single call into the c api takes for a no-op style operation: ``` import time import

[GitHub] cchung100m commented on issue #13848: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-02-19 Thread GitBox
cchung100m commented on issue #13848: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13848#issuecomment-465436395 Hi @sandeep-krishnamurthy Could you please help to review or merge, thanks :)

[GitHub] eric-haibin-lin closed issue #2302: General support for Float16 and other DTypes

2019-02-19 Thread GitBox
eric-haibin-lin closed issue #2302: General support for Float16 and other DTypes URL: https://github.com/apache/incubator-mxnet/issues/2302 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] eric-haibin-lin commented on issue #2302: General support for Float16 and other DTypes

2019-02-19 Thread GitBox
eric-haibin-lin commented on issue #2302: General support for Float16 and other DTypes URL: https://github.com/apache/incubator-mxnet/issues/2302#issuecomment-465435310 I do see that many ops are going to be deprecated. Closing it now. Please file separate github issue when an

[GitHub] eric-haibin-lin commented on a change in pull request #14153: Fix shape inference pass

2019-02-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #14153: Fix shape inference pass URL: https://github.com/apache/incubator-mxnet/pull/14153#discussion_r257115789 ## File path: src/executor/infer_graph_attr_pass.cc ## @@ -282,26 +285,28 @@ nnvm::Graph

[GitHub] szha commented on issue #14208: Add support for fast variable-length LSTM

2019-02-19 Thread GitBox
szha commented on issue #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208#issuecomment-465424858 @stephenrawls swapaxis is doing an actual transpose This is an

[GitHub] stephenrawls commented on issue #14208: Add support for fast variable-length LSTM

2019-02-19 Thread GitBox
stephenrawls commented on issue #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208#issuecomment-465408946 @szha maybe this deserves another PR but I also noticed that cuDNN supports both sequence-major and batch-major sequences:

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13604: onnx broadcast ops fixes

2019-02-19 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13604: onnx broadcast ops fixes URL: https://github.com/apache/incubator-mxnet/pull/13604#discussion_r258307500 ## File path: python/mxnet/contrib/onnx/onnx2mx/_translation_utils.py ## @@ -245,3 +245,17 @@ def

[GitHub] eric-haibin-lin commented on issue #14125: FP16 support for topK

2019-02-19 Thread GitBox
eric-haibin-lin commented on issue #14125: FP16 support for topK URL: https://github.com/apache/incubator-mxnet/issues/14125#issuecomment-465383109 related issues: https://github.com/apache/incubator-mxnet/issues/12705 https://github.com/apache/incubator-mxnet/issues/11156

[GitHub] pengzhao-intel commented on issue #14202: [Doc] Start the tutorials for MKL-DNN backend

2019-02-19 Thread GitBox
pengzhao-intel commented on issue #14202: [Doc] Start the tutorials for MKL-DNN backend URL: https://github.com/apache/incubator-mxnet/pull/14202#issuecomment-465383045 Because lot of outside pages reference the MKLDNN_README. Could we keep the original page (maybe only link) to avoid

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

2019-02-19 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 28c9b55 Bump the publish

[GitHub] stephenrawls commented on issue #14208: Add support for fast variable-length LSTM

2019-02-19 Thread GitBox
stephenrawls commented on issue #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208#issuecomment-465371806 Sorry will fix shortly. Was a snafu when trying to clean up my code before pushing to GitHub. Thanks for the catch!

[GitHub] ZhennanQin commented on a change in pull request #14123: Add int8 data loader

2019-02-19 Thread GitBox
ZhennanQin commented on a change in pull request #14123: Add int8 data loader URL: https://github.com/apache/incubator-mxnet/pull/14123#discussion_r258289436 ## File path: example/quantization/imagenet_inference.py ## @@ -192,24 +210,52 @@ def benchmark_score(symbol_file,

[GitHub] stephenrawls opened a new issue #14210: Slow Async GPU Copy

2019-02-19 Thread GitBox
stephenrawls opened a new issue #14210: Slow Async GPU Copy URL: https://github.com/apache/incubator-mxnet/issues/14210 Some of our NLP models need to use multiple data arrays, sometimes up to 6 different data ndarrays as input. This is a big problem for multi-gpu training because the CPU

[GitHub] mxnet-label-bot commented on issue #14210: Slow Async GPU Copy

2019-02-19 Thread GitBox
mxnet-label-bot commented on issue #14210: Slow Async GPU Copy URL: https://github.com/apache/incubator-mxnet/issues/14210#issuecomment-465366972 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet

[incubator-mxnet] branch master updated: Fix req=null in SliceLikeBackward (#14209)

2019-02-19 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new f9c436b Fix req=null in

[GitHub] eric-haibin-lin merged pull request #14209: Fix SliceLikeBackward

2019-02-19 Thread GitBox
eric-haibin-lin merged pull request #14209: Fix SliceLikeBackward URL: https://github.com/apache/incubator-mxnet/pull/14209 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch master updated: Multi-precision AdamW update op (#14171)

2019-02-19 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 349803c Multi-precision AdamW update

[GitHub] eric-haibin-lin merged pull request #14171: Multi-precision AdamW update op

2019-02-19 Thread GitBox
eric-haibin-lin merged pull request #14171: Multi-precision AdamW update op URL: https://github.com/apache/incubator-mxnet/pull/14171 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] gigasquid commented on issue #14195: [WIP][Clojure] Add methods based on NDArrayAPI/SymbolAPI

2019-02-19 Thread GitBox
gigasquid commented on issue #14195: [WIP][Clojure] Add methods based on NDArrayAPI/SymbolAPI URL: https://github.com/apache/incubator-mxnet/pull/14195#issuecomment-465361734 Thanks for looking into this. It will be interesting to see how it comes out. The new API might be more difficult

[GitHub] ptrendx commented on issue #14200: Bulked op segments to allow Variable nodes

2019-02-19 Thread GitBox
ptrendx commented on issue #14200: Bulked op segments to allow Variable nodes URL: https://github.com/apache/incubator-mxnet/pull/14200#issuecomment-465358474 Just to clarify: this is bulking support for symbolic execution. Bulking in Gluon was handled in (already merged) PR #13890

[GitHub] ptrendx commented on issue #14208: Add support for fast variable-length LSTM

2019-02-19 Thread GitBox
ptrendx commented on issue #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208#issuecomment-465356255 ``` 3\. optimizer.py had a bunch of imports that were failing for me (e.g. `multi_sgd_update`). Are they not failing for everyone

[GitHub] ptrendx opened a new pull request #14209: Fix SliceLikeBackward

2019-02-19 Thread GitBox
ptrendx opened a new pull request #14209: Fix SliceLikeBackward URL: https://github.com/apache/incubator-mxnet/pull/14209 ## Description ## This PR fixes a bug in `slice_like` operator, where, if the first input is constant, the backward pass of this operator would not fill the

[GitHub] stephenrawls opened a new pull request #14208: Add support for fast variable-length LSTM

2019-02-19 Thread GitBox
stephenrawls opened a new pull request #14208: Add support for fast variable-length LSTM URL: https://github.com/apache/incubator-mxnet/pull/14208 ## Description ## This is very much a work in progress (WIP). I am trying to add support for variable length LSTMs in MxNet, and need

[GitHub] szha commented on issue #14171: Multi-precision AdamW update op

2019-02-19 Thread GitBox
szha commented on issue #14171: Multi-precision AdamW update op URL: https://github.com/apache/incubator-mxnet/pull/14171#issuecomment-465321834 @eric-haibin-lin what I hear is that when jenkins tries to update the status back to github, the DNS resolution may fail which causes the message

[incubator-mxnet] branch master updated: Fix READMEs for examples (#14179)

2019-02-19 Thread thomasdelteil
This is an automated email from the ASF dual-hosted git repository. thomasdelteil 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 b396a63 Fix READMEs for

[GitHub] ThomasDelteil merged pull request #14179: Fix READMEs for examples

2019-02-19 Thread GitBox
ThomasDelteil merged pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ThomasDelteil commented on issue #14115: multivariate time series example

2019-02-19 Thread GitBox
ThomasDelteil commented on issue #14115: multivariate time series example URL: https://github.com/apache/incubator-mxnet/issues/14115#issuecomment-465311638 @mahmoodn, Please re-open if you are still working on the issue. Thanks!

[GitHub] ThomasDelteil closed issue #14115: multivariate time series example

2019-02-19 Thread GitBox
ThomasDelteil closed issue #14115: multivariate time series example URL: https://github.com/apache/incubator-mxnet/issues/14115 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] ThomasDelteil commented on issue #14143: test_autograd.py freezing on shipped version of mxnet

2019-02-19 Thread GitBox
ThomasDelteil commented on issue #14143: test_autograd.py freezing on shipped version of mxnet URL: https://github.com/apache/incubator-mxnet/issues/14143#issuecomment-465311376 @perdasilva I couldn't reproduce: ``` python test_autograd.py DEBUG:urllib3.connectionpool:Starting

[GitHub] NRauschmayr commented on a change in pull request #14179: Fix READMEs for examples

2019-02-19 Thread GitBox
NRauschmayr commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r258230444 ## File path: example/gluon/audio/README.md ## @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + +# Urban

[GitHub] ThomasDelteil commented on issue #14106: Question on ResNet C++ example with Cifar10 dataset

2019-02-19 Thread GitBox
ThomasDelteil commented on issue #14106: Question on ResNet C++ example with Cifar10 dataset URL: https://github.com/apache/incubator-mxnet/issues/14106#issuecomment-465309764 @xiaolin-cheng, what learning rate are you using? It can be that you are using a learning rate that is too high

[GitHub] eric-haibin-lin commented on issue #14171: Multi-precision AdamW update op

2019-02-19 Thread GitBox
eric-haibin-lin commented on issue #14171: Multi-precision AdamW update op URL: https://github.com/apache/incubator-mxnet/pull/14171#issuecomment-465304708 @larroy @marcoabreu any idea why the test status is always pending?

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

2019-02-19 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 2dfeb3a Bump the publish

[GitHub] lanking520 commented on issue #14206: mxnet-cu92 and cuda 10 problem

2019-02-19 Thread GitBox
lanking520 commented on issue #14206: mxnet-cu92 and cuda 10 problem URL: https://github.com/apache/incubator-mxnet/issues/14206#issuecomment-465301282 Hi @mahmoodn do you have CUDA 9.2 installed on your machine? It looks like the nvcc path is not properly configed. Note:

[GitHub] lanking520 commented on issue #14207: I can't load mxnet package in R (macOS)

2019-02-19 Thread GitBox
lanking520 commented on issue #14207: I can't load mxnet package in R (macOS) URL: https://github.com/apache/incubator-mxnet/issues/14207#issuecomment-465300453 @anirudhacharya could you please take a look This is an

[GitHub] lanking520 commented on issue #13996: Make error

2019-02-19 Thread GitBox
lanking520 commented on issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996#issuecomment-465300182 @yuyijie1995 Close this issue for now. Please feel free to reopen if problem persist. This

[GitHub] lanking520 closed issue #13996: Make error

2019-02-19 Thread GitBox
lanking520 closed issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[incubator-mxnet] branch master updated: Scala interpreter instructions (#14169)

2019-02-19 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 c45e534 Scala interpreter

[GitHub] lanking520 merged pull request #14169: [MXNET-1305] Scala interpreter instructions

2019-02-19 Thread GitBox
lanking520 merged pull request #14169: [MXNET-1305] Scala interpreter instructions URL: https://github.com/apache/incubator-mxnet/pull/14169 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Add tutorial on how to use build from source jar (#14197)

2019-02-19 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 49c311c Add tutorial on how to use

[GitHub] lanking520 merged pull request #14197: Add tutorial on how to use build from source jar

2019-02-19 Thread GitBox
lanking520 merged pull request #14197: Add tutorial on how to use build from source jar URL: https://github.com/apache/incubator-mxnet/pull/14197 This is an automated message from the Apache Git Service. To respond to the

[GitHub] lanking520 commented on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR

2019-02-19 Thread GitBox
lanking520 commented on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR URL: https://github.com/apache/incubator-mxnet/pull/14000#issuecomment-465283670 Please take a look at the website crash, there seemed to be some problem with it

[GitHub] DickJC123 commented on issue #14006: Dual stream cudnn Convolution backward() with MXNET_GPU_WORKER_NSTREAMS=2.

2019-02-19 Thread GitBox
DickJC123 commented on issue #14006: Dual stream cudnn Convolution backward() with MXNET_GPU_WORKER_NSTREAMS=2. URL: https://github.com/apache/incubator-mxnet/pull/14006#issuecomment-465283374 After the rework of this PR to make it far simpler to use within operators, I went back and

[GitHub] ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision)

2019-02-19 Thread GitBox
ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision) URL: https://github.com/apache/incubator-mxnet/pull/14173#discussion_r258197558 ## File path: python/mxnet/amp/amp.py ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software

[GitHub] ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision)

2019-02-19 Thread GitBox
ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision) URL: https://github.com/apache/incubator-mxnet/pull/14173#discussion_r258197326 ## File path: python/mxnet/amp/amp.py ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software

[GitHub] zhreshold commented on a change in pull request #14123: Add int8 data loader

2019-02-19 Thread GitBox
zhreshold commented on a change in pull request #14123: Add int8 data loader URL: https://github.com/apache/incubator-mxnet/pull/14123#discussion_r258193211 ## File path: example/quantization/imagenet_inference.py ## @@ -192,24 +210,52 @@ def benchmark_score(symbol_file,

[GitHub] ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision)

2019-02-19 Thread GitBox
ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision) URL: https://github.com/apache/incubator-mxnet/pull/14173#discussion_r258196929 ## File path: python/mxnet/amp/amp.py ## @@ -0,0 +1,248 @@ +# Licensed to the Apache Software

[GitHub] szha commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision)

2019-02-19 Thread GitBox
szha commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision) URL: https://github.com/apache/incubator-mxnet/pull/14173#discussion_r258194412 ## File path: .gitmodules ## @@ -25,7 +25,7 @@ url = https://github.com/dmlc/cub

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

2019-02-19 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 337687e Bump the publish

[GitHub] ifeherva commented on issue #13953: Perhaps a bug in mx.symbol.UpSampling

2019-02-19 Thread GitBox
ifeherva commented on issue #13953: Perhaps a bug in mx.symbol.UpSampling URL: https://github.com/apache/incubator-mxnet/issues/13953#issuecomment-465267670 The UpSampling function expects multiple inputs as _data_ however one has to provide how many inputs are to be expected using the

[GitHub] szha closed issue #13675: OP request: GPU version of mxnet.ndarray.contrib.boolean_mask

2019-02-19 Thread GitBox
szha closed issue #13675: OP request: GPU version of mxnet.ndarray.contrib.boolean_mask URL: https://github.com/apache/incubator-mxnet/issues/13675 This is an automated message from the Apache Git Service. To respond to the

[GitHub] szha commented on issue #13675: OP request: GPU version of mxnet.ndarray.contrib.boolean_mask

2019-02-19 Thread GitBox
szha commented on issue #13675: OP request: GPU version of mxnet.ndarray.contrib.boolean_mask URL: https://github.com/apache/incubator-mxnet/issues/13675#issuecomment-465265938 https://github.com/apache/incubator-mxnet/pull/14090

[GitHub] anirudh2290 commented on a change in pull request #14094: Enhance gpu quantization

2019-02-19 Thread GitBox
anirudh2290 commented on a change in pull request #14094: Enhance gpu quantization URL: https://github.com/apache/incubator-mxnet/pull/14094#discussion_r258178318 ## File path: python/mxnet/contrib/quantization.py ## @@ -499,6 +499,9 @@ def quantize_model(sym, arg_params,

[GitHub] access2rohit commented on issue #13846: Unit tests are broken on OSX

2019-02-19 Thread GitBox
access2rohit commented on issue #13846: Unit tests are broken on OSX URL: https://github.com/apache/incubator-mxnet/issues/13846#issuecomment-465250534 HI @stsukrov Can you try running the unit test using latest pull from master branch and git stash all your changes. This way we can

[GitHub] stu1130 opened a new pull request #13679: add crop gluon transform

2019-02-19 Thread GitBox
stu1130 opened a new pull request #13679: add crop gluon transform URL: https://github.com/apache/incubator-mxnet/pull/13679 ## Description ## 1. Add crop operator and gluon transformer front 2. support batch input 3. optimize with openmp * the code change depend on #13611

[GitHub] mxnet-label-bot commented on issue #14207: I can't load mxnet package in R (macOS)

2019-02-19 Thread GitBox
mxnet-label-bot commented on issue #14207: I can't load mxnet package in R (macOS) URL: https://github.com/apache/incubator-mxnet/issues/14207#issuecomment-465239619 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] perax opened a new issue #14207: I can't load mxnet package in R (macOS)

2019-02-19 Thread GitBox
perax opened a new issue #14207: I can't load mxnet package in R (macOS) URL: https://github.com/apache/incubator-mxnet/issues/14207 ## Description I have installed mxnet following the steps on the web: https://mxnet.apache.org/versions/master/install/index.html?platform=MacOS=R=CPU

[GitHub] frankfliu commented on issue #14206: mxnet-cu92 and cuda 10 problem

2019-02-19 Thread GitBox
frankfliu commented on issue #14206: mxnet-cu92 and cuda 10 problem URL: https://github.com/apache/incubator-mxnet/issues/14206#issuecomment-465223586 @mxnet-label-bot add [Installation, cuda] This is an automated message

[GitHub] frankfliu commented on issue #14205: Quick installation finished but unable to run examples

2019-02-19 Thread GitBox
frankfliu commented on issue #14205: Quick installation finished but unable to run examples URL: https://github.com/apache/incubator-mxnet/issues/14205#issuecomment-465222852 @mxnet-label-bot add [build, CI, Installation]

[GitHub] frankfliu commented on issue #14201: Convert symbol tool Can't convert Softmaxwithloss from caffe to mxnet?

2019-02-19 Thread GitBox
frankfliu commented on issue #14201: Convert symbol tool Can't convert Softmaxwithloss from caffe to mxnet? URL: https://github.com/apache/incubator-mxnet/issues/14201#issuecomment-465221735 @mxnet-label-bot add [Caffe integration]

[GitHub] frankfliu commented on issue #14199: example/image-classification/common/util.py get_gpus() exception

2019-02-19 Thread GitBox
frankfliu commented on issue #14199: example/image-classification/common/util.py get_gpus() exception URL: https://github.com/apache/incubator-mxnet/issues/14199#issuecomment-465220955 @mxnet-label-bot add [Bug, python]

[GitHub] frankfliu commented on issue #14204: can't create rec file im2rec in python

2019-02-19 Thread GitBox
frankfliu commented on issue #14204: can't create rec file im2rec in python URL: https://github.com/apache/incubator-mxnet/issues/14204#issuecomment-465220340 @mxnet-label-bot add [question, python] This is an automated

[GitHub] vandanavk commented on a change in pull request #14035: [WIP] Fix documentation for bilinear upsampling and add unit test

2019-02-19 Thread GitBox
vandanavk commented on a change in pull request #14035: [WIP] Fix documentation for bilinear upsampling and add unit test URL: https://github.com/apache/incubator-mxnet/pull/14035#discussion_r258125213 ## File path: tests/python/unittest/test_operator.py ## @@ -1491,17

[GitHub] mahmoodn opened a new issue #14206: mxnet-cu92 and cuda 10 problem

2019-02-19 Thread GitBox
mahmoodn opened a new issue #14206: mxnet-cu92 and cuda 10 problem URL: https://github.com/apache/incubator-mxnet/issues/14206 I had no problem with mxnet and cuda 10 before, but now I can not make it run. Although I have installed `mxnet-cu92` and `mxnet`, I get the following error

[GitHub] mxnet-label-bot commented on issue #14206: mxnet-cu92 and cuda 10 problem

2019-02-19 Thread GitBox
mxnet-label-bot commented on issue #14206: mxnet-cu92 and cuda 10 problem URL: https://github.com/apache/incubator-mxnet/issues/14206#issuecomment-465205523 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] mxnet-label-bot commented on issue #14205: Quick installation finished but unable to run examples

2019-02-19 Thread GitBox
mxnet-label-bot commented on issue #14205: Quick installation finished but unable to run examples URL: https://github.com/apache/incubator-mxnet/issues/14205#issuecomment-465184614 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some

[GitHub] mahmoodn opened a new issue #14205: Quick installation finished but unable to run examples

2019-02-19 Thread GitBox
mahmoodn opened a new issue #14205: Quick installation finished but unable to run examples URL: https://github.com/apache/incubator-mxnet/issues/14205 The quick installation script for ubuntu seems to finished without problem. ``` $ ./install_mxnet_ubuntu_python.sh + sudo

[GitHub] edisongustavo commented on issue #14028: Cmake blas

2019-02-19 Thread GitBox
edisongustavo commented on issue #14028: Cmake blas URL: https://github.com/apache/incubator-mxnet/pull/14028#issuecomment-465170834 Good points @aaronmarkham! I will take a look at the docs to see what can be updated. This

[GitHub] marcoabreu merged pull request #14172: update raspberry pi install instructions

2019-02-19 Thread GitBox
marcoabreu merged pull request #14172: update raspberry pi install instructions URL: https://github.com/apache/incubator-mxnet/pull/14172 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-mxnet] branch master updated: update raspberry pi install instructions (#14172)

2019-02-19 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new af9e3b3 update raspberry pi

[GitHub] arcadiaphy edited a comment on issue #14176: uncomment memory pool free

2019-02-19 Thread GitBox
arcadiaphy edited a comment on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-465102234 @marcoabreu @KellenSunderland I have played with ASAN test of mlp_cpu example, there are roughly two kinds of memory leaks: 1.

[GitHub] arcadiaphy edited a comment on issue #14176: uncomment memory pool free

2019-02-19 Thread GitBox
arcadiaphy edited a comment on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-465102234 @marcoabreu @KellenSunderland I have played with ASAN test of mlp_cpu example, there are roughly two kinds of memory leaks: 1.

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-02-19 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r258045222 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,60 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-02-19 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r258045222 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,60 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] larroy commented on issue #14130: Refine runtime feature discovery python API and add documentation to …

2019-02-19 Thread GitBox
larroy commented on issue #14130: Refine runtime feature discovery python API and add documentation to … URL: https://github.com/apache/incubator-mxnet/pull/14130#issuecomment-465131461 Thanks for the merge and the review.

[GitHub] perdasilva commented on issue #12791: [MXNET-1093] Add python3 Docker images for each MXNet release

2019-02-19 Thread GitBox
perdasilva commented on issue #12791: [MXNET-1093] Add python3 Docker images for each MXNet release URL: https://github.com/apache/incubator-mxnet/pull/12791#issuecomment-465124769 @mbaijal @sandeep-krishnamurthy @srochel please merge this - thank you

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

2019-02-19 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 6c434a9 Bump the publish

[GitHub] gordon1992 commented on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR

2019-02-19 Thread GitBox
gordon1992 commented on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR URL: https://github.com/apache/incubator-mxnet/pull/14000#issuecomment-465119208 @mxnet-label-bot update [Maven, Scala, pr-awaiting-review]

[GitHub] jasperDD opened a new issue #14204: can't create rec file im2rec in python

2019-02-19 Thread GitBox
jasperDD opened a new issue #14204: can't create rec file im2rec in python URL: https://github.com/apache/incubator-mxnet/issues/14204 i do as shown here https://github.com/apache/incubator-mxnet/issues/14164 import mxnet test='C:/Users/Admin/Desktop/test.lst' # folder where must be

[GitHub] gordon1992 opened a new pull request #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR

2019-02-19 Thread GitBox
gordon1992 opened a new pull request #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR URL: https://github.com/apache/incubator-mxnet/pull/14000 Consumers of MXNet are exposed to the commons-codec and commons-io library versions MXNet uses internally. This change

[GitHub] suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution

2019-02-19 Thread GitBox
suyz526 commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-465117446 /work/mxnet/python/mxnet/gluon/contrib/nn/__init__.py:docstring of

[GitHub] gordon1992 closed pull request #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR

2019-02-19 Thread GitBox
gordon1992 closed pull request #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR URL: https://github.com/apache/incubator-mxnet/pull/14000 This is an automated message from the Apache Git Service.

[GitHub] gordon1992 removed a comment on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR

2019-02-19 Thread GitBox
gordon1992 removed a comment on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR URL: https://github.com/apache/incubator-mxnet/pull/14000#issuecomment-462293735 I see the mxnet-validation/website has failed due to ```

[GitHub] wkcn commented on a change in pull request #14196: Group Normalization

2019-02-19 Thread GitBox
wkcn commented on a change in pull request #14196: Group Normalization URL: https://github.com/apache/incubator-mxnet/pull/14196#discussion_r258010391 ## File path: python/mxnet/gluon/nn/basic_layers.py ## @@ -704,3 +706,82 @@ def hybrid_forward(self, F, x, *args):

[GitHub] arcadiaphy edited a comment on issue #14176: uncomment memory pool free

2019-02-19 Thread GitBox
arcadiaphy edited a comment on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-465102234 @marcoabreu @KellenSunderland I have played with ASAN test of mlp_cpu example, there are roughly two kinds of memory leaks: 1.

[GitHub] arcadiaphy commented on issue #14176: uncomment memory pool free

2019-02-19 Thread GitBox
arcadiaphy commented on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-465102234 @marcoabreu @KellenSunderland I have played with ASAN test of mlp_cpu example, there are roughly two kinds of memory leaks: 1. When using

[GitHub] arcadiaphy edited a comment on issue #14176: uncomment memory pool free

2019-02-19 Thread GitBox
arcadiaphy edited a comment on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-465102234 @marcoabreu @KellenSunderland I have played with ASAN test of mlp_cpu example, there are roughly two kinds of memory leaks: 1.

[GitHub] pengzhao-intel commented on issue #14202: [Doc] Start the tutorials for MKL-DNN backend

2019-02-19 Thread GitBox
pengzhao-intel commented on issue #14202: [Doc] Start the tutorials for MKL-DNN backend URL: https://github.com/apache/incubator-mxnet/pull/14202#issuecomment-465102579 Thanks @TaoLv it will be very convenient for the end-user :) @ZhennanQin please create INT8 doc in this folder

[GitHub] arcadiaphy edited a comment on issue #14176: uncomment memory pool free

2019-02-19 Thread GitBox
arcadiaphy edited a comment on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-465102234 @marcoabreu @KellenSunderland I have played with ASAN test of mlp_cpu example, there are roughly two kinds of memory leaks: 1.

  1   2   >