[GitHub] adaaaaaa commented on issue #8671: Discussion and troubleshooting on PyPI (pip) installation

2018-01-29 Thread GitBox
adaa commented on issue #8671: Discussion and troubleshooting on PyPI (pip) installation URL: https://github.com/apache/incubator-mxnet/issues/8671#issuecomment-361505960 ?@? This is an automated message from

[GitHub] shuokay commented on issue #9600: How to implement an efficient DataIter for image segmentation in mxnet?

2018-01-29 Thread GitBox
shuokay commented on issue #9600: How to implement an efficient DataIter for image segmentation in mxnet? URL: https://github.com/apache/incubator-mxnet/issues/9600#issuecomment-361492059 You can try to preload all data into memory in advance.

[GitHub] marcoabreu commented on issue #9318: simplify import of citation metadata

2018-01-29 Thread GitBox
marcoabreu commented on issue #9318: simplify import of citation metadata URL: https://github.com/apache/incubator-mxnet/pull/9318#issuecomment-361491226 @mli This is an automated message from the Apache Git Service. To

[GitHub] marcoabreu commented on issue #9616: Removing a broken tutorial from the nightly tests

2018-01-29 Thread GitBox
marcoabreu commented on issue #9616: Removing a broken tutorial from the nightly tests URL: https://github.com/apache/incubator-mxnet/pull/9616#issuecomment-361490928 @eric-haibin-lin This is an automated message from the

[GitHub] marcoabreu commented on issue #9601: MXNET not working in R

2018-01-29 Thread GitBox
marcoabreu commented on issue #9601: MXNET not working in R URL: https://github.com/apache/incubator-mxnet/issues/9601#issuecomment-361489975 Duplicate of https://github.com/apache/incubator-mxnet/issues/9602 This is an

[GitHub] marcoabreu closed issue #9601: MXNET not working in R

2018-01-29 Thread GitBox
marcoabreu closed issue #9601: MXNET not working in R URL: https://github.com/apache/incubator-mxnet/issues/9601 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[incubator-mxnet] branch master updated: Fix skipping error in docstr and API docs (#9626)

2018-01-29 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 5e0a0b0 Fix skipping error in docstr

[GitHub] piiswrong closed pull request #9626: Fix skipping error in docstr and API docs

2018-01-29 Thread GitBox
piiswrong closed pull request #9626: Fix skipping error in docstr and API docs URL: https://github.com/apache/incubator-mxnet/pull/9626 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit()

2018-01-29 Thread GitBox
nehaljwani commented on issue #9271: Windows: Python prompt gets stuck on exit() URL: https://github.com/apache/incubator-mxnet/issues/9271#issuecomment-354642541 ***EDIT*** This doesn't work for all cases If I comment out ```python atexit.register(_notify_shutdown) ```

[GitHub] reminisce commented on a change in pull request #9552: [REQUEST FOR REVIEW | DO NOT MERGE] Model Quantization with Calibration

2018-01-29 Thread GitBox
reminisce commented on a change in pull request #9552: [REQUEST FOR REVIEW | DO NOT MERGE] Model Quantization with Calibration URL: https://github.com/apache/incubator-mxnet/pull/9552#discussion_r164638902 ## File path: python/mxnet/quantization.py ## @@ -0,0 +1,467 @@ +#

[GitHub] marcoabreu commented on issue #9560: Expand gpu-kernel-launch synchronous error checking.

2018-01-29 Thread GitBox
marcoabreu commented on issue #9560: Expand gpu-kernel-launch synchronous error checking. URL: https://github.com/apache/incubator-mxnet/pull/9560#issuecomment-361467952 Thanks, your approach seems the perfect way to go!

[GitHub] DickJC123 commented on issue #9560: Expand gpu-kernel-launch synchronous error checking.

2018-01-29 Thread GitBox
DickJC123 commented on issue #9560: Expand gpu-kernel-launch synchronous error checking. URL: https://github.com/apache/incubator-mxnet/pull/9560#issuecomment-361466348 The main python thread is protected by the try-catch created by the API_BEGIN() and API_END() macros in

[GitHub] anirudhacharya commented on issue #9623: A tutorial for Word embeddings using mxnet

2018-01-29 Thread GitBox
anirudhacharya commented on issue #9623: A tutorial for Word embeddings using mxnet URL: https://github.com/apache/incubator-mxnet/issues/9623#issuecomment-361464302 Is there already a PR in review? This is an automated

[GitHub] astonzhang commented on issue #9623: A tutorial for Word embeddings using mxnet

2018-01-29 Thread GitBox
astonzhang commented on issue #9623: A tutorial for Word embeddings using mxnet URL: https://github.com/apache/incubator-mxnet/issues/9623#issuecomment-361462638 I think @zackchase is doing it. This is an automated message

[GitHub] astonzhang opened a new pull request #9626: Fix skipping error in docstr and API docs

2018-01-29 Thread GitBox
astonzhang opened a new pull request #9626: Fix skipping error in docstr and API docs URL: https://github.com/apache/incubator-mxnet/pull/9626 ## Description ## Fix skipping error in docstr and API docs ## Checklist ## ### Essentials ### - [x] Passed code style checking

[GitHub] ZiyueHuang commented on a change in pull request #9625: sparse regression operators

2018-01-29 Thread GitBox
ZiyueHuang commented on a change in pull request #9625: sparse regression operators URL: https://github.com/apache/incubator-mxnet/pull/9625#discussion_r164629738 ## File path: src/operator/regression_output-inl.h ## @@ -77,12 +78,41 @@ inline bool RegressionOpShape(const

[GitHub] ZiyueHuang opened a new pull request #9625: sparse regression operators

2018-01-29 Thread GitBox
ZiyueHuang opened a new pull request #9625: sparse regression operators URL: https://github.com/apache/incubator-mxnet/pull/9625 ## Description ## Add sparse support for regression operators. cc @eric-haibin-lin ## Checklist ## ### Essentials ### - [x] Passed code

[GitHub] marcoabreu commented on a change in pull request #9617: Remove uneeded gtest dependency, build with verbosely with CMake & ni?

2018-01-29 Thread GitBox
marcoabreu commented on a change in pull request #9617: Remove uneeded gtest dependency, build with verbosely with CMake & ni? URL: https://github.com/apache/incubator-mxnet/pull/9617#discussion_r164627598 ## File path: Jenkinsfile ## @@ -270,10 +270,8 @@ try {

[GitHub] marcoabreu commented on issue #9560: Expand gpu-kernel-launch synchronous error checking.

2018-01-29 Thread GitBox
marcoabreu commented on issue #9560: Expand gpu-kernel-launch synchronous error checking. URL: https://github.com/apache/incubator-mxnet/pull/9560#issuecomment-361458481 What's the problem if an exception is getting thrown in the current process? Would the process terminate without notice

[GitHub] Soonhwan-Kwon commented on issue #9156: float64 data backward error using gluon

2018-01-29 Thread GitBox
Soonhwan-Kwon commented on issue #9156: float64 data backward error using gluon URL: https://github.com/apache/incubator-mxnet/issues/9156#issuecomment-361166849 Same error occurs when I use float16 and I'm not using gluon. "mxnet.base.MXNetError: [05:42:23]

[GitHub] Soonhwan-Kwon commented on issue #9156: float64 data backward error using gluon

2018-01-29 Thread GitBox
Soonhwan-Kwon commented on issue #9156: float64 data backward error using gluon URL: https://github.com/apache/incubator-mxnet/issues/9156#issuecomment-361167158 ... File "/data/ecg_2018/train.py", line 93, in do_training module.forward_backward(data_batch) File

[GitHub] szha closed pull request #9514: Language Modeling Datasets and Sampler

2018-01-29 Thread GitBox
szha closed pull request #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[incubator-mxnet] branch master updated: Language Modeling Datasets and Sampler (#9514)

2018-01-29 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 8bdc806 Language Modeling Datasets

[GitHub] szha commented on issue #9514: Language Modeling Datasets and Sampler

2018-01-29 Thread GitBox
szha commented on issue #9514: Language Modeling Datasets and Sampler URL: https://github.com/apache/incubator-mxnet/pull/9514#issuecomment-361451791 Connected offline with @piiswrong that current design is OK to check in in contrib package.

[GitHub] yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2

2018-01-29 Thread GitBox
yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2 URL: https://github.com/apache/incubator-mxnet/issues/9612#issuecomment-361448597 @KellenSunderland @marcoabreu Thank you all. I reproduced my error with a newly flashed TX2

[GitHub] yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2

2018-01-29 Thread GitBox
yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2 URL: https://github.com/apache/incubator-mxnet/issues/9612#issuecomment-361448597 @KellenSunderland @marcoabreu Thank you all. I reproduced my error with a newly flashed TX2

[GitHub] solin319 opened a new issue #9624: problem when set fix_gamma=True in batchnorm

2018-01-29 Thread GitBox
solin319 opened a new issue #9624: problem when set fix_gamma=True in batchnorm URL: https://github.com/apache/incubator-mxnet/issues/9624 If fix_gamma is true, then set gamma to 1 and its gradient to 0. But the value of gamma will be changed during parameters update. So the gamma saved

[GitHub] yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2

2018-01-29 Thread GitBox
yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2 URL: https://github.com/apache/incubator-mxnet/issues/9612#issuecomment-361446751 @KellenSunderland @marcoabreu Thank you all.

[GitHub] yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2

2018-01-29 Thread GitBox
yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2 URL: https://github.com/apache/incubator-mxnet/issues/9612#issuecomment-361446751 @KellenSunderland @marcoabreu Thank you all.

[GitHub] mbaijal commented on issue #9616: Removing a broken tutorial from the nightly tests

2018-01-29 Thread GitBox
mbaijal commented on issue #9616: Removing a broken tutorial from the nightly tests URL: https://github.com/apache/incubator-mxnet/pull/9616#issuecomment-361446276 @aaronmarkham I will be migrating all the nightly tests to the new CI setup soon and as a part of the process I want to

[GitHub] szha commented on issue #9623: A tutorial for Word embeddings using mxnet

2018-01-29 Thread GitBox
szha commented on issue #9623: A tutorial for Word embeddings using mxnet URL: https://github.com/apache/incubator-mxnet/issues/9623#issuecomment-361439985 @astonzhang This is an automated message from the Apache Git

[GitHub] anirudhacharya opened a new issue #9623: A tutorial for Word embeddings using mxnet

2018-01-29 Thread GitBox
anirudhacharya opened a new issue #9623: A tutorial for Word embeddings using mxnet URL: https://github.com/apache/incubator-mxnet/issues/9623 I was trying to get familiar with mxnet framework and was browsing the tutorial section - https://mxnet.apache.org/tutorials/index.html. I

[GitHub] Laurawly commented on issue #8915: NVLink communication pattern updated

2018-01-29 Thread GitBox
Laurawly commented on issue #8915: NVLink communication pattern updated URL: https://github.com/apache/incubator-mxnet/pull/8915#issuecomment-361364347 @rahul003 should be solved by commit https://github.com/apache/incubator-mxnet/pull/8915/commits/683653e869f2b22afde50c66bd3212fcad93775d

[GitHub] ajayvohra2005 opened a new issue #9622: Unable to reproduce the published mAP for example/ssd with VGGNET model VOC0712 data

2018-01-29 Thread GitBox
ajayvohra2005 opened a new issue #9622: Unable to reproduce the published mAP for example/ssd with VGGNET model VOC0712 data URL: https://github.com/apache/incubator-mxnet/issues/9622 I was not able to reproduce the published mAP with SSD VGG16_reduced model with VOC0712

[GitHub] shankarrajus commented on issue #9217: Installing GPU support on Mac

2018-01-29 Thread GitBox
shankarrajus commented on issue #9217: Installing GPU support on Mac URL: https://github.com/apache/incubator-mxnet/issues/9217#issuecomment-361427979 Hi @helloniklas, Thank you so much for the detailed instruction. I think it worked. It took me around 4 minutes to complete 19 epochs,

[GitHub] piiswrong commented on a change in pull request #9552: [REQUEST FOR REVIEW | DO NOT MERGE] Model Quantization with Calibration

2018-01-29 Thread GitBox
piiswrong commented on a change in pull request #9552: [REQUEST FOR REVIEW | DO NOT MERGE] Model Quantization with Calibration URL: https://github.com/apache/incubator-mxnet/pull/9552#discussion_r164594359 ## File path: python/mxnet/quantization.py ## @@ -0,0 +1,467 @@ +#

[GitHub] piiswrong closed pull request #9618: fixed links that were missng ndarray folder path

2018-01-29 Thread GitBox
piiswrong closed pull request #9618: fixed links that were missng ndarray folder path URL: https://github.com/apache/incubator-mxnet/pull/9618 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[incubator-mxnet] branch master updated: proper flatten in acc (#9619)

2018-01-29 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 ed823b2 proper flatten in acc (#9619)

[GitHub] piiswrong closed pull request #9619: proper flatten in acc

2018-01-29 Thread GitBox
piiswrong closed pull request #9619: proper flatten in acc URL: https://github.com/apache/incubator-mxnet/pull/9619 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[incubator-mxnet] branch master updated: fixed links that were missng ndarray folder path (#9618)

2018-01-29 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 5a5cd64 fixed links that were missng

[GitHub] piiswrong closed pull request #9620: host test dataset for libsvmiter

2018-01-29 Thread GitBox
piiswrong closed pull request #9620: host test dataset for libsvmiter URL: https://github.com/apache/incubator-mxnet/pull/9620 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[incubator-mxnet] branch master updated: host test dataset for libsvmiter (#9620)

2018-01-29 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 16d995a host test dataset for

[GitHub] piiswrong closed issue #9604: test_io.test_LibSVMIter fails intermittently

2018-01-29 Thread GitBox
piiswrong closed issue #9604: test_io.test_LibSVMIter fails intermittently URL: https://github.com/apache/incubator-mxnet/issues/9604 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] Ishitori opened a new issue #9621: Documentation error: eval_metric vs eval.metric in R mx.mlp

2018-01-29 Thread GitBox
Ishitori opened a new issue #9621: Documentation error: eval_metric vs eval.metric in R mx.mlp URL: https://github.com/apache/incubator-mxnet/issues/9621 ## Description R client's documentation of mx.mlp has a wrong name for the parameter. It is named "eval_metric" while it actually

[GitHub] anirudh2290 commented on a change in pull request #9552: [REQUEST FOR REVIEW | DO NOT MERGE] Model Quantization with Calibration

2018-01-29 Thread GitBox
anirudh2290 commented on a change in pull request #9552: [REQUEST FOR REVIEW | DO NOT MERGE] Model Quantization with Calibration URL: https://github.com/apache/incubator-mxnet/pull/9552#discussion_r164566272 ## File path: python/mxnet/quantization.py ## @@ -0,0 +1,467 @@

[GitHub] zhreshold commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
zhreshold commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164556307 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@

[GitHub] zhreshold commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
zhreshold commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164555827 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@

[GitHub] zhreshold commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
zhreshold commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164555449 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@

[GitHub] ashokei commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
ashokei commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164551550 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@ def

[GitHub] szha commented on issue #9620: host test dataset for libsvmiter

2018-01-29 Thread GitBox
szha commented on issue #9620: host test dataset for libsvmiter URL: https://github.com/apache/incubator-mxnet/pull/9620#issuecomment-361370963 I didn't find any restriction on redistributing the data, and it's already redistributed by many institutes.

[GitHub] szha opened a new pull request #9620: host test dataset for libsvmiter

2018-01-29 Thread GitBox
szha opened a new pull request #9620: host test dataset for libsvmiter URL: https://github.com/apache/incubator-mxnet/pull/9620 ## Description ## Fixes #9604 ## Checklist ## ### Essentials ### - [x] Passed code style checking (`make lint`) - [x] Changes are complete

[GitHub] Laurawly commented on issue #8915: NVLink communication pattern updated

2018-01-29 Thread GitBox
Laurawly commented on issue #8915: NVLink communication pattern updated URL: https://github.com/apache/incubator-mxnet/pull/8915#issuecomment-361364347 @rahul003 should be solved by commit https://github.com/apache/incubator-mxnet/pull/8915/commits/d3aeed51b9e26a25c7bfe2b09c57e1fff0ead2a0

[GitHub] sxjscience commented on issue #9613: Transition matrix is not updated during the train in the lstm_crf example

2018-01-29 Thread GitBox
sxjscience commented on issue #9613: Transition matrix is not updated during the train in the lstm_crf example URL: https://github.com/apache/incubator-mxnet/issues/9613#issuecomment-361363684 OK. Feel free to provide more details.

[GitHub] sxjscience commented on issue #9605: SGLD Optimizer in python cannot work due to wrong argument position

2018-01-29 Thread GitBox
sxjscience commented on issue #9605: SGLD Optimizer in python cannot work due to wrong argument position URL: https://github.com/apache/incubator-mxnet/issues/9605#issuecomment-361362788 Thanks for reporting this! Would you like to submit a pull request to fix the problem? We can change

[GitHub] thinksanky commented on issue #9548: updated release version to 1.1.0 on the mainpage and re-arranged news?

2018-01-29 Thread GitBox
thinksanky commented on issue #9548: updated release version to 1.1.0 on the mainpage and re-arranged news? URL: https://github.com/apache/incubator-mxnet/pull/9548#issuecomment-361357782 Note that the version numbering has changed from 1.0.1 to 1.1.0 for the release

[GitHub] piiswrong commented on issue #9583: use nd for accuracy calculation

2018-01-29 Thread GitBox
piiswrong commented on issue #9583: use nd for accuracy calculation URL: https://github.com/apache/incubator-mxnet/pull/9583#issuecomment-361357076 Since this is a performance improvement, please verify that it indeed improve performance, at least for common cases. Please verify

[GitHub] piiswrong commented on issue #9583: use nd for accuracy calculation

2018-01-29 Thread GitBox
piiswrong commented on issue #9583: use nd for accuracy calculation URL: https://github.com/apache/incubator-mxnet/pull/9583#issuecomment-361357076 Since this is a performance improvement, please verify that it indeed improve performance, at least for common cases. Please verify

[GitHub] szha opened a new pull request #9619: proper flatten in acc

2018-01-29 Thread GitBox
szha opened a new pull request #9619: proper flatten in acc URL: https://github.com/apache/incubator-mxnet/pull/9619 ## Description ## use reshape instead of flatten for flattening in acc metric. ## Checklist ## ### Essentials ### - [x] Passed code style checking (`make

[GitHub] szha commented on issue #9583: use nd for accuracy calculation

2018-01-29 Thread GitBox
szha commented on issue #9583: use nd for accuracy calculation URL: https://github.com/apache/incubator-mxnet/pull/9583#issuecomment-361354908 Thanks for the comment. I will switch to use reshape. Regarding performance, that change was made before the CPU kernel optimization work.

[GitHub] thinksanky opened a new pull request #9618: fixed links that were missng ndarray folder path

2018-01-29 Thread GitBox
thinksanky opened a new pull request #9618: fixed links that were missng ndarray folder path URL: https://github.com/apache/incubator-mxnet/pull/9618 ## Description ## Fixed the contribute.md file. There were 3 links in this file that were broken earlier missing the ndarray folder in

[GitHub] Garglesoap commented on issue #9399: error: unable to load shared object /mxnet/libs/libmxnet.so

2018-01-29 Thread GitBox
Garglesoap commented on issue #9399: error: unable to load shared object /mxnet/libs/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/9399#issuecomment-361353405 I think so. The missing files do exist on the system. It might also be a difference between the directory

[GitHub] piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164532080 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@

[GitHub] piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164532005 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@

[GitHub] rahul003 commented on issue #9152: tutorial for distributed training

2018-01-29 Thread GitBox
rahul003 commented on issue #9152: tutorial for distributed training URL: https://github.com/apache/incubator-mxnet/pull/9152#issuecomment-361351974 Fixed This is an automated message from the Apache Git Service. To respond

[GitHub] piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164531304 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@

[GitHub] piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
piiswrong commented on a change in pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918#discussion_r164531156 ## File path: python/mxnet/optimizer.py ## @@ -645,6 +645,195 @@

[GitHub] piiswrong commented on issue #9583: use nd for accuracy calculation

2018-01-29 Thread GitBox
piiswrong commented on issue #9583: use nd for accuracy calculation URL: https://github.com/apache/incubator-mxnet/pull/9583#issuecomment-361349438 This is not as simple as changing numpy array to ndarray. See https://github.com/apache/incubator-mxnet/pull/7995 There are some cases

[GitHub] larroy opened a new pull request #9617: Remove uneeded gtest dependency, build with verbosely with CMake & ni?

2018-01-29 Thread GitBox
larroy opened a new pull request #9617: Remove uneeded gtest dependency, build with verbosely with CMake & ni? URL: https://github.com/apache/incubator-mxnet/pull/9617 ?nja. This is an automated message from the Apache

[GitHub] marcoabreu commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
marcoabreu commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164503291 ## File path: Jenkinsfile ## @@ -500,7 +500,7 @@ try { init_git() unpack_lib('cpu')

[GitHub] larroy commented on issue #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
larroy commented on issue #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#issuecomment-361320603 LGTM This is an automated message from the Apache Git Service. To respond to the

[GitHub] larroy commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
larroy commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164502475 ## File path: Jenkinsfile ## @@ -500,7 +500,7 @@ try { init_git() unpack_lib('cpu')

[GitHub] KellenSunderland commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
KellenSunderland commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164502166 ## File path: Jenkinsfile ## @@ -511,7 +511,18 @@ try { init_git()

[GitHub] marcoabreu commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
marcoabreu commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164500256 ## File path: Jenkinsfile ## @@ -500,7 +500,7 @@ try { init_git() unpack_lib('cpu')

[GitHub] KellenSunderland commented on issue #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
KellenSunderland commented on issue #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#issuecomment-361317714 This I agree with. If we're going to be strict about this then it should be well documented in a the contribution guide along with

[GitHub] larroy commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
larroy commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164499878 ## File path: tests/ci_build/Dockerfile.gpu_mklml ## @@ -15,4 +15,4 @@ RUN /install/ubuntu_install_scala.sh RUN

[GitHub] KellenSunderland commented on issue #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
KellenSunderland commented on issue #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#issuecomment-361317714 This I agree with. If we're going to be strict about this, then it should be well documented in a the contribution guide along with

[GitHub] larroy commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
larroy commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164497741 ## File path: tests/ci_build/Dockerfile.gpu_mklml ## @@ -15,4 +15,4 @@ RUN /install/ubuntu_install_scala.sh RUN

[GitHub] larroy commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
larroy commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164498531 ## File path: Jenkinsfile ## @@ -511,7 +511,18 @@ try { init_git() unpack_lib('gpu')

[incubator-mxnet] branch master updated: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add… (#8918)

2018-01-29 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 785690c Added in Large-Batch SGD

[GitHub] larroy commented on issue #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
larroy commented on issue #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#issuecomment-361317419 I think in this case is ok, if you bury the whole commit with WS change then it would not be hygienic at all.

[GitHub] zhreshold closed pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add?

2018-01-29 Thread GitBox
zhreshold closed pull request #8918: Added in Large-Batch SGD with a warmup, and a LARS startegy. Also add? URL: https://github.com/apache/incubator-mxnet/pull/8918 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] KellenSunderland commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
KellenSunderland commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164498809 ## File path: Jenkinsfile ## @@ -500,7 +500,7 @@ try { init_git()

[GitHub] marcoabreu commented on a change in pull request #9609: Enable CPP unit tests in CI

2018-01-29 Thread GitBox
marcoabreu commented on a change in pull request #9609: Enable CPP unit tests in CI URL: https://github.com/apache/incubator-mxnet/pull/9609#discussion_r164497953 ## File path: Jenkinsfile ## @@ -500,7 +500,7 @@ try { init_git() unpack_lib('cpu')

[GitHub] aaronmarkham opened a new pull request #9616: Removing a broken tutorial from the nightly tests

2018-01-29 Thread GitBox
aaronmarkham opened a new pull request #9616: Removing a broken tutorial from the nightly tests URL: https://github.com/apache/incubator-mxnet/pull/9616 ## Description ## The predict image tutorial is broken: https://github.com/apache/incubator-mxnet/issues/9532 It is causing the

[GitHub] larroy opened a new pull request #9615: [CMake] Fix OSX double compilation and add static library

2018-01-29 Thread GitBox
larroy opened a new pull request #9615: [CMake] Fix OSX double compilation and add static library URL: https://github.com/apache/incubator-mxnet/pull/9615 Fixes #9494 Simplifies OSX (incorrect) building logic This is

[GitHub] byronyi commented on issue #5826: Does MXNet support RDMA over Converged Ethernet (ROCE)

2018-01-29 Thread GitBox
byronyi commented on issue #5826: Does MXNet support RDMA over Converged Ethernet (ROCE) URL: https://github.com/apache/incubator-mxnet/issues/5826#issuecomment-349533758 @weijianwen We are primarily targeting on RoCEv2 deployment, but in principle it should require no modification to

[GitHub] byronyi commented on issue #4766: How to use native Infiniband instead of IPoIB

2018-01-29 Thread GitBox
byronyi commented on issue #4766: How to use native Infiniband instead of IPoIB URL: https://github.com/apache/incubator-mxnet/issues/4766#issuecomment-361303151 Hi all, please see https://github.com/dmlc/ps-lite/pull/124 for our PR. Many thanks to my colleagues @crazyboycjr and @snowzjx

[GitHub] byronyi commented on issue #5826: Does MXNet support RDMA over Converged Ethernet (ROCE)

2018-01-29 Thread GitBox
byronyi commented on issue #5826: Does MXNet support RDMA over Converged Ethernet (ROCE) URL: https://github.com/apache/incubator-mxnet/issues/5826#issuecomment-361303170 Hi all, please see https://github.com/dmlc/ps-lite/pull/124 for our PR. Many thanks to my colleagues @crazyboycjr and

[GitHub] aaronmarkham commented on issue #8339: data iterators tutorial errors

2018-01-29 Thread GitBox
aaronmarkham commented on issue #8339: data iterators tutorial errors URL: https://github.com/apache/incubator-mxnet/issues/8339#issuecomment-361296088 Looks like this is fixed! This is an automated message from the Apache

[GitHub] aaronmarkham closed issue #8339: data iterators tutorial errors

2018-01-29 Thread GitBox
aaronmarkham closed issue #8339: data iterators tutorial errors URL: https://github.com/apache/incubator-mxnet/issues/8339 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] dwSun opened a new pull request #9614: MobileNetV2

2018-01-29 Thread GitBox
dwSun opened a new pull request #9614: MobileNetV2 URL: https://github.com/apache/incubator-mxnet/pull/9614 ## Description ## MobileNetV2 model from the `"Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation"

[GitHub] kitstar commented on issue #8421: model_converter.py fails to convert GoogLeNet caffe model

2018-01-29 Thread GitBox
kitstar commented on issue #8421: model_converter.py fails to convert GoogLeNet caffe model URL: https://github.com/apache/incubator-mxnet/issues/8421#issuecomment-361259684 Hi @badstones you can try [MMdnn](https://www.github.com/Microsoft/MMdnn) to convert the google pre-trained caffe

[GitHub] KellenSunderland closed pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds.

2018-01-29 Thread GitBox
KellenSunderland closed pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds. URL: https://github.com/apache/incubator-mxnet/pull/9542 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed

[GitHub] KellenSunderland commented on issue #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds.

2018-01-29 Thread GitBox
KellenSunderland commented on issue #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds. URL: https://github.com/apache/incubator-mxnet/pull/9542#issuecomment-361235723 Iterating on this one in a private CI for a while. Will reopen when stable.

[GitHub] calendarbase commented on issue #9399: error: unable to load shared object /mxnet/libs/libmxnet.so

2018-01-29 Thread GitBox
calendarbase commented on issue #9399: error: unable to load shared object /mxnet/libs/libmxnet.so URL: https://github.com/apache/incubator-mxnet/issues/9399#issuecomment-361232562 Ok, so this could be a path issue? This

[GitHub] szha commented on issue #8471: Saved checkpoint "fcn_xs"

2018-01-29 Thread GitBox
szha commented on issue #8471: Saved checkpoint "fcn_xs" URL: https://github.com/apache/incubator-mxnet/issues/8471#issuecomment-361230264 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to" questions,

[GitHub] szha commented on issue #8038: why I use MXPredCreate(), it shows " mxnet_predict-all.cc:23570: Check failed: op != nullptr Operator RegressionOutput is not registered"?

2018-01-29 Thread GitBox
szha commented on issue #8038: why I use MXPredCreate(), it shows " mxnet_predict-all.cc:23570: Check failed: op != nullptr Operator RegressionOutput is not registered"? URL: https://github.com/apache/incubator-mxnet/issues/8038#issuecomment-361230268 @apache/mxnet-committers: This

[GitHub] alexmosc commented on issue #9358: Why does running 1 round of an MXNET model training produce Train-mse=NaN?

2018-01-29 Thread GitBox
alexmosc commented on issue #9358: Why does running 1 round of an MXNET model training produce Train-mse=NaN? URL: https://github.com/apache/incubator-mxnet/issues/9358#issuecomment-361199965 Any updates on this question?

[GitHub] KellenSunderland commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2

2018-01-29 Thread GitBox
KellenSunderland commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2 URL: https://github.com/apache/incubator-mxnet/issues/9612#issuecomment-361192731 Thanks for the report @yanhn and the flag @marcoabreu. We're running SSD on

[GitHub] zhangchen-qinyinghua opened a new issue #9613: Transition matrix is not updated during the train in the lstm_crf example

2018-01-29 Thread GitBox
zhangchen-qinyinghua opened a new issue #9613: Transition matrix is not updated during the train in the lstm_crf example URL: https://github.com/apache/incubator-mxnet/issues/9613 I think there is a bug in the lstm_crf example. Please see my reviews there.

  1   2   >