[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14614: add quantized sum

2019-04-03 Thread GitBox
pengzhao-intel commented on issue #14614: add quantized sum URL: https://github.com/apache/incubator-mxnet/pull/14614#issuecomment-479759810 @anirudh2290 @ZhennanQin @TaoLv @ciyongch to review :) This is an automated message

[GitHub] [incubator-mxnet] rongzha1 opened a new pull request #14614: add quantized sum

2019-04-03 Thread GitBox
rongzha1 opened a new pull request #14614: add quantized sum URL: https://github.com/apache/incubator-mxnet/pull/14614 ## Description ## add quantized sum impl for mkldnn, support int8& ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-04-03 Thread GitBox
apeforest commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#discussion_r272024151 ## File path: src/imperative/imperative.cc ## @@ -347,8 +347,9 @@

[incubator-mxnet] branch numpy updated: [Numpy] fix test_operator_gpu.test_upsampling_bilinear_with_type (#14557)

2019-04-03 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new 29281cd [Numpy] fix

[GitHub] [incubator-mxnet] reminisce merged pull request #14557: [Numpy] fix test_operator_gpu.test_upsampling_bilinear_with_type

2019-04-03 Thread GitBox
reminisce merged pull request #14557: [Numpy] fix test_operator_gpu.test_upsampling_bilinear_with_type URL: https://github.com/apache/incubator-mxnet/pull/14557 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch numpy updated: [Numpy] Misc fix (#14612)

2019-04-03 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new cc078c2 [Numpy] Misc fix (#14612)

[incubator-mxnet] branch numpy updated: Fix pooling_v1 and deformable_convolution param initialization (#14577)

2019-04-03 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new 5ac0b4a Fix pooling_v1 and

[GitHub] [incubator-mxnet] reminisce merged pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
reminisce merged pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] reminisce merged pull request #14577: Fix pooling_v1 and deformable_convolution param initialization

2019-04-03 Thread GitBox
reminisce merged pull request #14577: Fix pooling_v1 and deformable_convolution param initialization URL: https://github.com/apache/incubator-mxnet/pull/14577 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated: fix quantize graph pass (#14605)

2019-04-03 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 7983ef1 fix quantize graph pass

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14605: [Quantization] Fix quantize graph pass

2019-04-03 Thread GitBox
pengzhao-intel commented on issue #14605: [Quantization] Fix quantize graph pass URL: https://github.com/apache/incubator-mxnet/pull/14605#issuecomment-479731017 Thanks for your contribution. Merging now. This is an

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #14605: [Quantization] Fix quantize graph pass

2019-04-03 Thread GitBox
pengzhao-intel merged pull request #14605: [Quantization] Fix quantize graph pass URL: https://github.com/apache/incubator-mxnet/pull/14605 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] roadcode commented on issue #14471: undefined symbol: _Z9rleDecodePK3RLEPhm

2019-04-03 Thread GitBox
roadcode commented on issue #14471: undefined symbol: _Z9rleDecodePK3RLEPhm URL: https://github.com/apache/incubator-mxnet/issues/14471#issuecomment-479729258 @Baby47 i just copy the libmxnet.so file from SimpleDet docker images to solve this problem

[GitHub] [incubator-mxnet] huangzhiyuan commented on a change in pull request #14604: [MKLDNN]Add quantized relu

2019-04-03 Thread GitBox
huangzhiyuan commented on a change in pull request #14604: [MKLDNN]Add quantized relu URL: https://github.com/apache/incubator-mxnet/pull/14604#discussion_r271997896 ## File path: src/operator/nn/mkldnn/mkldnn_act-inl.h ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14604: [MKLDNN]Add quantized relu

2019-04-03 Thread GitBox
pengzhao-intel commented on issue #14604: [MKLDNN]Add quantized relu URL: https://github.com/apache/incubator-mxnet/pull/14604#issuecomment-479724486 cc @anirudh2290 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] pengzhao-intel commented on a change in pull request #14604: [MKLDNN]Add quantized relu

2019-04-03 Thread GitBox
pengzhao-intel commented on a change in pull request #14604: [MKLDNN]Add quantized relu URL: https://github.com/apache/incubator-mxnet/pull/14604#discussion_r271993867 ## File path: src/operator/quantization/mkldnn/mkldnn_quantized_act.cc ## @@ -0,0 +1,54 @@ +/* + *

[GitHub] [incubator-mxnet] pengzhao-intel commented on a change in pull request #14604: [MKLDNN]Add quantized relu

2019-04-03 Thread GitBox
pengzhao-intel commented on a change in pull request #14604: [MKLDNN]Add quantized relu URL: https://github.com/apache/incubator-mxnet/pull/14604#discussion_r271582871 ## File path: src/operator/nn/mkldnn/mkldnn_act-inl.h ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] pengzhao-intel commented on a change in pull request #14604: [MKLDNN]Add quantized relu

2019-04-03 Thread GitBox
pengzhao-intel commented on a change in pull request #14604: [MKLDNN]Add quantized relu URL: https://github.com/apache/incubator-mxnet/pull/14604#discussion_r271993498 ## File path: src/operator/nn/mkldnn/mkldnn_act-inl.h ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] wkcn commented on issue #14596: use_global_stats

2019-04-03 Thread GitBox
wkcn commented on issue #14596: use_global_stats URL: https://github.com/apache/incubator-mxnet/pull/14596#issuecomment-479717627 Close it because the issue has been addressed. Thank you for the discussion! Feel free to reopen it.

[GitHub] [incubator-mxnet] wkcn closed pull request #14596: use_global_stats

2019-04-03 Thread GitBox
wkcn closed pull request #14596: use_global_stats URL: https://github.com/apache/incubator-mxnet/pull/14596 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #14605: [Quantization] Fix quantize graph pass

2019-04-03 Thread GitBox
ZhennanQin commented on issue #14605: [Quantization] Fix quantize graph pass URL: https://github.com/apache/incubator-mxnet/pull/14605#issuecomment-479713682 LGTM. Thanks for fixing this. This is an automated message from the

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

2019-04-03 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 c56d560 Bump the publish

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
junrushao1994 commented on issue #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#issuecomment-479707518 I tried nosetests a litte bit, and everything seems to be fine This is an automated

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-04-03 Thread GitBox
larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#discussion_r271983113 ## File path: src/imperative/imperative.cc ## @@ -347,8 +347,9 @@

[GitHub] [incubator-mxnet] junrushao1994 commented on a change in pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
junrushao1994 commented on a change in pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#discussion_r271977997 ## File path: src/ndarray/ndarray.cc ## @@ -1711,7 +1711,10 @@ bool NDArray::Load(dmlc::Stream *strm) { // load

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
reminisce commented on a change in pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#discussion_r271977333 ## File path: src/ndarray/ndarray.cc ## @@ -1711,7 +1711,10 @@ bool NDArray::Load(dmlc::Stream *strm) { // load shape

[GitHub] [incubator-mxnet] apeforest commented on issue #10002: General support of OPs for second-order gradient

2019-04-03 Thread GitBox
apeforest commented on issue #10002: General support of OPs for second-order gradient URL: https://github.com/apache/incubator-mxnet/issues/10002#issuecomment-479700684 @lonelykid PR is out for review https://github.com/apache/incubator-mxnet/pull/14613 Your comments are appreciated.

[GitHub] [incubator-mxnet] apeforest opened a new pull request #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-04-03 Thread GitBox
apeforest opened a new pull request #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613 ## Description ## This PR is to support higher order gradient in some basic unary operators. Thanks to @sxjscience,

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
junrushao1994 commented on issue #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#issuecomment-479695993 Updated accordingly! Could you review again? Thanks @reminisce This is an automated

[incubator-mxnet] branch master updated: Add Gluon Transformer Crop (#14259)

2019-04-03 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 5241c1b Add Gluon Transformer Crop

[GitHub] [incubator-mxnet] sandeep-krishnamurthy merged pull request #14259: Add Gluon Transformer Crop

2019-04-03 Thread GitBox
sandeep-krishnamurthy merged pull request #14259: Add Gluon Transformer Crop URL: https://github.com/apache/incubator-mxnet/pull/14259 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #13995: [MXNET-1287] Scala compiler warnings

2019-04-03 Thread GitBox
lanking520 commented on a change in pull request #13995: [MXNET-1287] Scala compiler warnings URL: https://github.com/apache/incubator-mxnet/pull/13995#discussion_r271964579 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/module/Module.scala ## @@

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #13995: [MXNET-1287] Scala compiler warnings

2019-04-03 Thread GitBox
lanking520 commented on a change in pull request #13995: [MXNET-1287] Scala compiler warnings URL: https://github.com/apache/incubator-mxnet/pull/13995#discussion_r271965154 ## File path: scala-package/core/src/test/scala/org/apache/mxnet/ImageSuite.scala ## @@ -57,22

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API

2019-04-03 Thread GitBox
abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271964229 ## File path:

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #13995: [MXNET-1287] Scala compiler warnings

2019-04-03 Thread GitBox
lanking520 commented on a change in pull request #13995: [MXNET-1287] Scala compiler warnings URL: https://github.com/apache/incubator-mxnet/pull/13995#discussion_r271965861 ## File path: scala-package/examples/src/test/scala/org/apache/mxnetexamples/rnn/ExampleRNNSuite.scala

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API

2019-04-03 Thread GitBox
abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271964229 ## File path:

[GitHub] [incubator-mxnet] junrushao1994 commented on a change in pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
junrushao1994 commented on a change in pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#discussion_r271964227 ## File path: src/kvstore/gradient_compression.cc ## @@ -100,9 +100,9 @@ int64_t

[GitHub] [incubator-mxnet] zachgk commented on issue #13995: [MXNET-1287] Scala compiler warnings

2019-04-03 Thread GitBox
zachgk commented on issue #13995: [MXNET-1287] Scala compiler warnings URL: https://github.com/apache/incubator-mxnet/pull/13995#issuecomment-479687248 This should be fixed now. Please review. It may be easier to review by looking at the individual commits since they are mostly separated

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API

2019-04-03 Thread GitBox
abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271962651 ## File path:

[GitHub] [incubator-mxnet] anirudhacharya edited a comment on issue #14503: API to create RecordIO files

2019-04-03 Thread GitBox
anirudhacharya edited a comment on issue #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#issuecomment-479677325 update from an offline conversation - - remove generation of part file, that is something that needs to be done at the list

[GitHub] [incubator-mxnet] karan6181 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API

2019-04-03 Thread GitBox
karan6181 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271957858 ## File path:

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
reminisce commented on a change in pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#discussion_r271953512 ## File path: src/ndarray/ndarray.cc ## @@ -1711,7 +1711,7 @@ bool NDArray::Load(dmlc::Stream *strm) { // load shape

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
reminisce commented on a change in pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#discussion_r271955022 ## File path: src/kvstore/gradient_compression.cc ## @@ -100,9 +100,9 @@ int64_t

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
reminisce commented on a change in pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#discussion_r271953042 ## File path: src/ndarray/ndarray.cc ## @@ -1663,7 +1663,7 @@ bool NDArray::LegacyLoad(dmlc::Stream *strm, const

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14503: API to create RecordIO files

2019-04-03 Thread GitBox
anirudhacharya commented on issue #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#issuecomment-479678564 > Please add UnitTests and some IntegrationTests for this feature. yes, adding them.

[GitHub] [incubator-mxnet] nswamy commented on issue #14503: API to create RecordIO files

2019-04-03 Thread GitBox
nswamy commented on issue #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#issuecomment-479678210 Please add UnitTests and some IntegrationTests for this feature. This is an

[incubator-mxnet] branch fit-api updated: [MXNet-1343][Fit API]Add CNN integration test for fit() API (#14405)

2019-04-03 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy pushed a commit to branch fit-api in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/fit-api by this push: new b1ef99a [MXNet-1343][Fit API]Add

[GitHub] [incubator-mxnet] nswamy merged pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
nswamy merged pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14503: API to create RecordIO files

2019-04-03 Thread GitBox
anirudhacharya commented on issue #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#issuecomment-479677325 update from an offline conversation - - remove generation of part file, that is something that needs to be done at the list file

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r271951520 ## File path: python/mxnet/io/_im2rec.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r271951482 ## File path: python/mxnet/io/_im2rec.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r271949725 ## File path: python/mxnet/io/_im2rec.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r271950830 ## File path: python/mxnet/io/_im2rec.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r271950559 ## File path: python/mxnet/io/_im2rec.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14503: API to create RecordIO files

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r271950428 ## File path: python/mxnet/io/_im2rec.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API

2019-04-03 Thread GitBox
abhinavs95 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271951055 ## File path:

[GitHub] [incubator-mxnet] haojin2 commented on issue #14449: GELU Operator

2019-04-03 Thread GitBox
haojin2 commented on issue #14449: GELU Operator URL: https://github.com/apache/incubator-mxnet/pull/14449#issuecomment-479673501 @szha Build finally passed, good for merge? This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] piyushghai commented on issue #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
piyushghai commented on issue #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#issuecomment-479673385 Thanks for your contributions @junrushao1994. Can you look into the CI failures ? @mxnet-label-bot Add [Numpy, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271943855 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271945679 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271940829 ## File path:

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14587: [MXNET-1344, 1346][FIT API] Retrieve Batch size and Logging verbose support for Gluon fit() API URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r271943320 ## File path:

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
abhinavs95 commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271943855 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0

[GitHub] [incubator-mxnet] KellenSunderland commented on issue #14591: Reference engine from chunk via weak pointer

2019-04-03 Thread GitBox
KellenSunderland commented on issue #14591: Reference engine from chunk via weak pointer URL: https://github.com/apache/incubator-mxnet/pull/14591#issuecomment-479666131 @anirudhacharya @eric-haibin-lin Could one of you guys do a quick review (it's a pretty small change).

[GitHub] [incubator-mxnet] nswamy merged pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API

2019-04-03 Thread GitBox
nswamy merged pull request #14547: [MXNet-1375][Fit API]Added RNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14547 This is an automated message from the Apache Git Service. To respond

[incubator-mxnet] branch fit-api updated: [MXNet-1375][Fit API]Added RNN integration test for fit() API (#14547)

2019-04-03 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy pushed a commit to branch fit-api in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/fit-api by this push: new 81ec379 [MXNet-1375][Fit API]Added

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271939821 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0 +1,156

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271934563 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0 +1,156

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271939744 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0 +1,156

[incubator-mxnet] branch fit-api updated: [MXNet-1340][Fit API]Update train stats (#14494)

2019-04-03 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy pushed a commit to branch fit-api in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/fit-api by this push: new ed7f6e5 [MXNet-1340][Fit API]Update

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271934563 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0 +1,156

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-04-03 Thread GitBox
nswamy commented on a change in pull request #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#discussion_r271933794 ## File path: tests/nightly/estimator/test_estimator_cnn.py ## @@ -0,0 +1,156

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #14259: Add Gluon Transformer Crop

2019-04-03 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #14259: Add Gluon Transformer Crop URL: https://github.com/apache/incubator-mxnet/pull/14259#discussion_r271933381 ## File path: python/mxnet/gluon/data/vision/transforms.py ## @@ -228,6 +228,66 @@ def

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
lanking520 commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271932039 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

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

2019-04-03 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 9507255 Bump the publish

[GitHub] [incubator-mxnet] lanking520 commented on issue #14609: The speed of `MXPredCreate` is very slow for `mxnetv1.0.0/V100/cuda8.0/cudnn5.0/driver410`

2019-04-03 Thread GitBox
lanking520 commented on issue #14609: The speed of `MXPredCreate` is very slow for `mxnetv1.0.0/V100/cuda8.0/cudnn5.0/driver410` URL: https://github.com/apache/incubator-mxnet/issues/14609#issuecomment-479651197 @IvyGongoogle Based on my understanding, the first call for inference would

[incubator-mxnet] branch numpy updated: Fix cpp package build after using new shape definition (#14554)

2019-04-03 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new 2b1599f Fix cpp package build after

[GitHub] [incubator-mxnet] reminisce merged pull request #14554: [numpy] Fix cpp-package build after using new shape definition

2019-04-03 Thread GitBox
reminisce merged pull request #14554: [numpy] Fix cpp-package build after using new shape definition URL: https://github.com/apache/incubator-mxnet/pull/14554 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14534: [DOC] Update ubuntu install instructions from source

2019-04-03 Thread GitBox
larroy commented on a change in pull request #14534: [DOC] Update ubuntu install instructions from source URL: https://github.com/apache/incubator-mxnet/pull/14534#discussion_r271896451 ## File path: docs/install/ubuntu_setup.md ## @@ -140,9 +140,30 @@ On Ubuntu versions

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14534: [DOC] Update ubuntu install instructions from source

2019-04-03 Thread GitBox
larroy commented on a change in pull request #14534: [DOC] Update ubuntu install instructions from source URL: https://github.com/apache/incubator-mxnet/pull/14534#discussion_r271896376 ## File path: docs/install/ubuntu_setup.md ## @@ -140,9 +140,30 @@ On Ubuntu versions

[GitHub] [incubator-mxnet] junrushao1994 commented on a change in pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
junrushao1994 commented on a change in pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612#discussion_r271895256 ## File path: src/ndarray/ndarray.cc ## @@ -1663,7 +1663,7 @@ bool NDArray::LegacyLoad(dmlc::Stream *strm, const

[GitHub] [incubator-mxnet] junrushao1994 closed issue #14342: Ensure all usage of `ndim` to be 0-d tensor compatible

2019-04-03 Thread GitBox
junrushao1994 closed issue #14342: Ensure all usage of `ndim` to be 0-d tensor compatible URL: https://github.com/apache/incubator-mxnet/issues/14342 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14342: Ensure all usage of `ndim` to be 0-d tensor compatible

2019-04-03 Thread GitBox
junrushao1994 commented on issue #14342: Ensure all usage of `ndim` to be 0-d tensor compatible URL: https://github.com/apache/incubator-mxnet/issues/14342#issuecomment-479624283 #14612 This is an automated message from

[GitHub] [incubator-mxnet] junrushao1994 opened a new pull request #14612: [Numpy] Misc fix

2019-04-03 Thread GitBox
junrushao1994 opened a new pull request #14612: [Numpy] Misc fix URL: https://github.com/apache/incubator-mxnet/pull/14612 Should fix #14342 This is an automated message from the Apache Git Service. To respond to the

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

2019-04-03 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 20d19da Bump the publish

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271879002 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271879763 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271877819 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271880242 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271875700 ## File path:

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271876540 ## File path:

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271878736 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271876944 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/BertQA.java

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271875597 ## File path:

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271876126 ## File path:

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271876017 ## File path:

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271879514 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271880386 ## File path:

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271877673 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example

2019-04-03 Thread GitBox
aaronmarkham commented on a change in pull request #14592: Add BERT QA Scala/Java example URL: https://github.com/apache/incubator-mxnet/pull/14592#discussion_r271878149 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/bert/README.md

  1   2   >