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

2019-01-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 dbd48b2 Bump the publish ti

[GitHub] wkcn commented on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-19 Thread GitBox
wkcn commented on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-455779305 @zhreshold @szha Hello! I have written a minimum reproducible example which doesn't need dataset. [Code](htt

[GitHub] wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-19 Thread GitBox
wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-455779305 @zhreshold @szha Hello! I have written a minimum reproducible example which doesn't need dataset. [Co

[GitHub] kirk86 commented on issue #4696: run errors

2019-01-19 Thread GitBox
kirk86 commented on issue #4696: run errors URL: https://github.com/apache/incubator-mxnet/issues/4696#issuecomment-455779992 I have versions 9.0 upto 10 installed in the system. This is an automated message from the Apache G

[GitHub] wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-19 Thread GitBox
wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-455779305 @zhreshold @szha Hello! I have written a minimum reproducible example which doesn't need dataset. [Co

[GitHub] wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-19 Thread GitBox
wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-455779305 @zhreshold @szha Hello! I have written a minimum reproducible example which doesn't need dataset. [Co

[GitHub] wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-19 Thread GitBox
wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-455779305 @zhreshold @szha Hello! I have written a minimum reproducible example which doesn't need dataset. [Co

[GitHub] wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-01-19 Thread GitBox
wkcn edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-455779305 @zhreshold @szha Hello! I have written a minimum reproducible example which doesn't need dataset. [Co

[GitHub] larroy commented on a change in pull request #13624: WIP: Nightly Tests For Clojure

2019-01-19 Thread GitBox
larroy commented on a change in pull request #13624: WIP: Nightly Tests For Clojure URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r249248300 ## File path: tests/nightly/JenkinsfileForBinaries ## @@ -106,6 +106,14 @@ core_logic: { utils.doc

[incubator-mxnet] branch ib/jl-docstring-render deleted (was aa2d8fd)

2019-01-19 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/jl-docstring-render in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was aa2d8fd Julia: fix filename quoting in docstring The revisions that were on this branch are

[incubator-mxnet] branch ib/ndarray-undef updated (cfdd63d -> 1c60330)

2019-01-19 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/ndarray-undef in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard cfdd63d Julia: deprecate `mx.empty`, replace it with `UndefInitializer` new 1c60330 Julia:

[GitHub] iblis17 opened a new pull request #13934: Julia: deprecate `mx.empty`, replace it with `UndefInitializer`

2019-01-19 Thread GitBox
iblis17 opened a new pull request #13934: Julia: deprecate `mx.empty`, replace it with `UndefInitializer` URL: https://github.com/apache/incubator-mxnet/pull/13934 In Julia 0.7+, constructing a uninitialized array is provided via the APIs: - `Array{T,N}(undef, dims...)` - `Array{T,

[GitHub] gigasquid opened a new pull request #13935: Update project.clj file to use the snapshots repo to be able to pull

2019-01-19 Thread GitBox
gigasquid opened a new pull request #13935: Update project.clj file to use the snapshots repo to be able to pull URL: https://github.com/apache/incubator-mxnet/pull/13935 ## Description ## Updated the Clojure's project file to include the snapshot repo to make it easier for people t

[GitHub] eric-haibin-lin commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function

2019-01-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function URL: https://github.com/apache/incubator-mxnet/pull/13811#discussion_r249252790 ## File path: src/operator/contrib/erfinv-inl.h ## @@ -0,0 +1,105 @@ +/*

[GitHub] eric-haibin-lin commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function

2019-01-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function URL: https://github.com/apache/incubator-mxnet/pull/13811#discussion_r249252884 ## File path: src/operator/contrib/erfinv-inl.h ## @@ -0,0 +1,105 @@ +/*

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

2019-01-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 03e5986 Bump the publish ti

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

2019-01-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 a308c53 Bump the publish ti

[GitHub] tahavarol opened a new issue #13936: Unable to library the package "MXNet" in R 3.5.2 on Mac running OS X Mojave

2019-01-19 Thread GitBox
tahavarol opened a new issue #13936: Unable to library the package "MXNet" in R 3.5.2 on Mac running OS X Mojave URL: https://github.com/apache/incubator-mxnet/issues/13936 Hello, I have tried every way to install and load the MXNet package. However, I have the following issues: lib

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

2019-01-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 b399371 Bump the publish ti

[GitHub] iblis17 opened a new pull request #13937: WIP: Julia: add windows-cpu build

2019-01-19 Thread GitBox
iblis17 opened a new pull request #13937: WIP: Julia: add windows-cpu build URL: https://github.com/apache/incubator-mxnet/pull/13937 - [ ] Julia v0.7 (WIP) - [ ] Julia v1.0 This is an automated message from the Apache Git

[incubator-mxnet] branch ib/ci-jl-win updated (d538e91 -> 7c9b8d7)

2019-01-19 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/ci-jl-win in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard d538e91 Julia: add windows-cpu build new 7c9b8d7 Julia: add windows-cpu build This update added

[GitHub] cchung100m opened a new pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
cchung100m opened a new pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938 ## Description ## this is the part 3 of the changes to solve pylint errors in examples with issue #12205 ## Che

[GitHub] szha commented on issue #4696: run errors

2019-01-19 Thread GitBox
szha commented on issue #4696: run errors URL: https://github.com/apache/incubator-mxnet/issues/4696#issuecomment-455838064 Given that you have multiple versions of CUDA (and assuming NV drivers too), it might be caused by a mix-up of libraries from different versions being loaded.

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

2019-01-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 1cc0366 Bump the publish ti

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267347 ## File path: example/capsnet/capsulenet.py ## @@ -14,24 +14,31 @@ #

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267780 ## File path: example/gluon/dc_gan/dcgan.py ## @@ -128,9 +145,20 @@ de

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267232 ## File path: example/bayesian-methods/bdk_demo.py ## @@ -58,6 +62,9 @

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267383 ## File path: example/capsnet/capsulenet.py ## @@ -184,6 +198,9 @@ def

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267677 ## File path: example/cnn_chinese_text_classification/data_helpers.py #

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267414 ## File path: example/capsnet/capsulenet.py ## @@ -255,30 +273,53 @@ d

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267298 ## File path: example/caffe/caffe_net.py ## @@ -14,29 +14,37 @@ # KIN

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267332 ## File path: example/caffe/train_model.py ## @@ -14,12 +14,18 @@ # K

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267252 ## File path: example/bayesian-methods/bdk_demo.py ## @@ -103,6 +110,9

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267690 ## File path: example/cnn_chinese_text_classification/data_helpers.py #

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267757 ## File path: example/ctc/multiproc_data.py ## @@ -15,6 +15,8 @@ # sp

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267831 ## File path: example/gluon/lstm_crf/lstm_crf.py ## @@ -15,44 +15,53 @

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267715 ## File path: example/cnn_text_classification/data_helpers.py ## @@ -1

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267723 ## File path: example/cnn_text_classification/data_helpers.py ## @@ -1

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267242 ## File path: example/bayesian-methods/bdk_demo.py ## @@ -58,6 +62,9 @

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267329 ## File path: example/caffe/train_model.py ## @@ -14,12 +14,18 @@ # K

[GitHub] ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-19 Thread GitBox
ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267671 ## File path: example/cnn_chinese_text_classification/data_helpers.py #

[GitHub] tashanji opened a new pull request #13939: test

2019-01-19 Thread GitBox
tashanji opened a new pull request #13939: test URL: https://github.com/apache/incubator-mxnet/pull/13939 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The

[GitHub] tashanji closed pull request #13939: test

2019-01-19 Thread GitBox
tashanji closed pull request #13939: test URL: https://github.com/apache/incubator-mxnet/pull/13939 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL abo