[GitHub] ipa-srd-rd commented on issue #1161: ImpportError: No module named skimage when running Neural-style example

2018-06-14 Thread GitBox
ipa-srd-rd commented on issue #1161: ImpportError: No module named skimage when running Neural-style example URL: https://github.com/apache/incubator-mxnet/issues/1161#issuecomment-397224034 Any updates on this? Anyone got a solution? I got the very same error. I installed scikit-image,

[GitHub] lebeg commented on issue #11257: Docker cache is not being used

2018-06-14 Thread GitBox
lebeg commented on issue #11257: Docker cache is not being used URL: https://github.com/apache/incubator-mxnet/issues/11257#issuecomment-397225965 @ThomasDelteil it is indeed related to ccache, but is a different error This

[GitHub] zjjott opened a new issue #11277: No matching distribution found for mxnet when install mxnet everywhere

2018-06-14 Thread GitBox
zjjott opened a new issue #11277: No matching distribution found for mxnet when install mxnet everywhere URL: https://github.com/apache/incubator-mxnet/issues/11277 ## Description (Brief description of the problem in no more than 2 sentences.) I use `pip install mxnet -v` but

[GitHub] wyz2016 commented on issue #2577: mxnet-git building error UBUNTU 16.04

2018-06-14 Thread GitBox
wyz2016 commented on issue #2577: mxnet-git building error UBUNTU 16.04 URL: https://github.com/apache/incubator-mxnet/issues/2577#issuecomment-397224933 I re-git mxnet.git and used --recursive , but it doesn't works. Then, I find an answer: link:

[GitHub] xmfbit opened a new issue #11278: global name 'multiply' is not defined when using LBSGD

2018-06-14 Thread GitBox
xmfbit opened a new issue #11278: global name 'multiply' is not defined when using LBSGD URL: https://github.com/apache/incubator-mxnet/issues/11278 When I use LBSGD, the error occurs that reminds me ``` File "/home/me/anaconda/lib/python2.7/site-packages/mxnet/optimizer.py",

[GitHub] I3orn2FLY opened a new issue #11280: Pre-built amalgamation for android 64bit

2018-06-14 Thread GitBox
I3orn2FLY opened a new issue #11280: Pre-built amalgamation for android 64bit URL: https://github.com/apache/incubator-mxnet/issues/11280 Is there anyway to get already pre-build libmxnet_predict.so of mxnet v1.0.0 or higher of for Android armv8/aarch64? I had too much troubles building

[GitHub] KellenSunderland commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result

2018-06-14 Thread GitBox
KellenSunderland commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result URL: https://github.com/apache/incubator-mxnet/issues/10567#issuecomment-397293844 Just want to +1. I've talked to quite a few MXNet users who could really use this

[GitHub] absalama commented on issue #11200: Training Imagenet on AlexNet failed with corrupted JPEG format images

2018-06-14 Thread GitBox
absalama commented on issue #11200: Training Imagenet on AlexNet failed with corrupted JPEG format images URL: https://github.com/apache/incubator-mxnet/issues/11200#issuecomment-397249547 @zhreshold It is a bit confusing :) How this parameter should be used In order to avoid

[GitHub] zjjott commented on issue #11277: No matching distribution found for mxnet when install mxnet everywhere

2018-06-14 Thread GitBox
zjjott commented on issue #11277: No matching distribution found for mxnet when install mxnet everywhere URL: https://github.com/apache/incubator-mxnet/issues/11277#issuecomment-397255273 I got an error when build from source: ERROR: macOS version 10.13 NOT supported. why not

[GitHub] lebeg commented on issue #11257: Docker cache is not being used

2018-06-14 Thread GitBox
lebeg commented on issue #11257: Docker cache is not being used URL: https://github.com/apache/incubator-mxnet/issues/11257#issuecomment-397231159 thanks @ThomasDelteil for the link! This is an automated message from the

[GitHub] C2H5OHlife opened a new issue #11279: 2d fft operation with mxnet

2018-06-14 Thread GitBox
C2H5OHlife opened a new issue #11279: 2d fft operation with mxnet URL: https://github.com/apache/incubator-mxnet/issues/11279 Hi, I'm using 2-d fft in my current work. Since mxnet only provides 1-d fft API now, I use numpy to define a operator according to this

[GitHub] spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-14 Thread GitBox
spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r195505069 ## File path: tests/python-pytest/onnx/export/backend.py ## @@ -0,0 +1,98 @@ +# Licensed to the Apache

[GitHub] ThomasDelteil commented on issue #11282: Surprisngly low Traning performance on V100

2018-06-14 Thread GitBox
ThomasDelteil commented on issue #11282: Surprisngly low Traning performance on V100 URL: https://github.com/apache/incubator-mxnet/issues/11282#issuecomment-397379038 Please ask your question on https://discuss.mxnet.io , thanks!

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195511375 ## File path: example/subgraph_op/imagenet_inference.py ## @@ -0,0 +1,166 @@ +# Licensed to the

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195511405 ## File path: include/mxnet/op_attr_types.h ## @@ -98,7 +98,12 @@ enum class ExecType { *

[GitHub] zhreshold commented on issue #11200: Training Imagenet on AlexNet failed with corrupted JPEG format images

2018-06-14 Thread GitBox
zhreshold commented on issue #11200: Training Imagenet on AlexNet failed with corrupted JPEG format images URL: https://github.com/apache/incubator-mxnet/issues/11200#issuecomment-397381038 @absalama No, my intent wasn't about using pass-through. I mean if you don't go with

[GitHub] anirudh2290 closed pull request #11054: [MXNET-244] Fixed armv7 wheel (1.2.0 release)

2018-06-14 Thread GitBox
anirudh2290 closed pull request #11054: [MXNET-244] Fixed armv7 wheel (1.2.0 release) URL: https://github.com/apache/incubator-mxnet/pull/11054 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

[GitHub] spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-14 Thread GitBox
spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r195502414 ## File path: python/mxnet/contrib/onnx/_export/export_onnx.py ## @@ -0,0 +1,270 @@ +# Licensed to the

[GitHub] piiswrong commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler

2018-06-14 Thread GitBox
piiswrong commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler URL: https://github.com/apache/incubator-mxnet/pull/11274#discussion_r195504220 ## File path: docs/tutorials/python/profiler.md ## @@ -0,0 +1,196 @@ +#

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195511470 ## File path: src/engine/naive_engine.cc ## @@ -71,8 +81,11 @@ class NaiveEngine final : public

[GitHub] zheng-da commented on a change in pull request #11129: [MXNET-497]Test kAddTo request for mkldnn operators

2018-06-14 Thread GitBox
zheng-da commented on a change in pull request #11129: [MXNET-497]Test kAddTo request for mkldnn operators URL: https://github.com/apache/incubator-mxnet/pull/11129#discussion_r195511194 ## File path: src/common/exec_utils.h ## @@ -98,10 +98,13 @@ inline bool

[GitHub] ThomasDelteil commented on issue #11280: Pre-built amalgamation for android 64bit

2018-06-14 Thread GitBox
ThomasDelteil commented on issue #11280: Pre-built amalgamation for android 64bit URL: https://github.com/apache/incubator-mxnet/issues/11280#issuecomment-397382127 Please use the forum https://discuss.mxnet.io to ask question and limit github issues to bug report, thanks! We test

[incubator-mxnet] branch v1.2.0 updated (864c750 -> 93ccd9e)

2018-06-14 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 pushed a change to branch v1.2.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 864c750 Scala inference memory leak fix #11204 (#11216) add 93ccd9e [MXNET-244] Fixed armv7

[GitHub] lanking520 commented on issue #11249: Flaky Scala test: IllegalArgumentException: requirement failed: Failed to start ps scheduler

2018-06-14 Thread GitBox
lanking520 commented on issue #11249: Flaky Scala test: IllegalArgumentException: requirement failed: Failed to start ps scheduler URL: https://github.com/apache/incubator-mxnet/issues/11249#issuecomment-397388721 As the PR merged yesterday, let's keep focus if there are more CI died

[GitHub] indhub commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler

2018-06-14 Thread GitBox
indhub commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler URL: https://github.com/apache/incubator-mxnet/pull/11274#discussion_r195522894 ## File path: docs/tutorials/python/profiler.md ## @@ -0,0 +1,196 @@ +#

[GitHub] indhub commented on issue #11273: disable testcase test_gru_bidirectional temporarily

2018-06-14 Thread GitBox
indhub commented on issue #11273: disable testcase test_gru_bidirectional temporarily URL: https://github.com/apache/incubator-mxnet/pull/11273#issuecomment-397393846 The efs-ccache issue is fixed. I've restarted the build for this PR.

[GitHub] ThomasDelteil commented on issue #11280: Pre-built amalgamation for android 64bit

2018-06-14 Thread GitBox
ThomasDelteil commented on issue #11280: Pre-built amalgamation for android 64bit URL: https://github.com/apache/incubator-mxnet/issues/11280#issuecomment-397382127 Please use the forum https://discuss.mxnet.io to ask question and limit github issues to bug report, thanks! We test

[incubator-mxnet] branch v1.2.0 updated: Scala inference memory leak fix #11204 (#11216)

2018-06-14 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 pushed a commit to branch v1.2.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.2.0 by this push: new 864c750 Scala inference memory

[GitHub] anirudh2290 closed pull request #11216: Scala inference memory leak fix #11204

2018-06-14 Thread GitBox
anirudh2290 closed pull request #11216: Scala inference memory leak fix #11204 URL: https://github.com/apache/incubator-mxnet/pull/11216 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

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195459554 ## File path: example/subgraph_op/imagenet_inference.py ## @@ -0,0 +1,166 @@ +# Licensed to the

[GitHub] ZaidQureshi opened a new issue #11284: Issues with Gluon example/gluon/image_classification.py example

2018-06-14 Thread GitBox
ZaidQureshi opened a new issue #11284: Issues with Gluon example/gluon/image_classification.py example URL: https://github.com/apache/incubator-mxnet/issues/11284 ## Description When trying to train a network (Alexnet and Resnet50) using --dtype float16 I get an error at some point

[GitHub] msharmavikram opened a new issue #11285: Crash while running gluon image-classification.py example with float16

2018-06-14 Thread GitBox
msharmavikram opened a new issue #11285: Crash while running gluon image-classification.py example with float16 URL: https://github.com/apache/incubator-mxnet/issues/11285 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195511066 ## File path: example/subgraph_op/imagenet_inference.py ## @@ -0,0 +1,166 @@ +# Licensed to the

[GitHub] reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
reminisce commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195511066 ## File path: example/subgraph_op/imagenet_inference.py ## @@ -0,0 +1,166 @@ +# Licensed to the

[GitHub] lanking520 commented on issue #11263: Memory corruption issue with Scala test

2018-06-14 Thread GitBox
lanking520 commented on issue #11263: Memory corruption issue with Scala test URL: https://github.com/apache/incubator-mxnet/issues/11263#issuecomment-397388224 https://github.com/apache/incubator-mxnet/pull/11264, @nswamy please close this issue. Reopen if we still see the same one

[GitHub] anirudh2290 commented on issue #11267: [WIP] Add NEWS and README

2018-06-14 Thread GitBox
anirudh2290 commented on issue #11267: [WIP] Add NEWS and README URL: https://github.com/apache/incubator-mxnet/pull/11267#issuecomment-397389902 @ThomasDelteil Thanks! I have fixed it. This is an automated message from the

[GitHub] spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-14 Thread GitBox
spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r195501638 ## File path: python/mxnet/contrib/onnx/_export/export_model.py ## @@ -0,0 +1,89 @@ +# Licensed to the

[GitHub] spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-14 Thread GitBox
spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r195501798 ## File path: python/mxnet/contrib/onnx/_export/export_onnx.py ## @@ -0,0 +1,270 @@ +# Licensed to the

[GitHub] spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-14 Thread GitBox
spidyDev commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r195501399 ## File path: python/mxnet/contrib/onnx/_export/export_model.py ## @@ -0,0 +1,89 @@ +# Licensed to the

[incubator-mxnet] branch master updated: [MXNET-546] Add unit test for MKLDNNSum (#11272)

2018-06-14 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 a40055e [MXNET-546] Add unit test for

[GitHub] piiswrong closed pull request #11272: [MXNET-546] Add unit test for MKLDNNSum

2018-06-14 Thread GitBox
piiswrong closed pull request #11272: [MXNET-546] Add unit test for MKLDNNSum URL: https://github.com/apache/incubator-mxnet/pull/11272 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] ThomasDelteil commented on issue #11275: Crash when trying to add two ndarrays on different GPUs

2018-06-14 Thread GitBox
ThomasDelteil commented on issue #11275: Crash when trying to add two ndarrays on different GPUs URL: https://github.com/apache/incubator-mxnet/issues/11275#issuecomment-397197664 Shouldn't it return the same error than when trying to add from CPU ? Note that sometimes I get `Illegal

[GitHub] ZaidQureshi opened a new issue #11282: Surprisngly low Traninging performance on V100

2018-06-14 Thread GitBox
ZaidQureshi opened a new issue #11282: Surprisngly low Traninging performance on V100 URL: https://github.com/apache/incubator-mxnet/issues/11282 ## Description I am getting surprisingly low performance when running the examples/image-classification/train_imagenet.py example on

[GitHub] msharmavikram opened a new issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py

2018-06-14 Thread GitBox
msharmavikram opened a new issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py URL: https://github.com/apache/incubator-mxnet/issues/11286 Note: Providing complete information in the most concise form is the best way to

[GitHub] smorrel1 opened a new issue #11283: Group Norm

2018-06-14 Thread GitBox
smorrel1 opened a new issue #11283: Group Norm URL: https://github.com/apache/incubator-mxnet/issues/11283 Group norm is more accurate than Batch norm for small batches, useful for many vision tasks. See [Group Normalization](https://arxiv.org/abs/1803.08494)

[GitHub] marcoabreu commented on issue #10951: [MXNET-545] Fix broken cython build

2018-06-14 Thread GitBox
marcoabreu commented on issue #10951: [MXNET-545] Fix broken cython build URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-397312713 Hmmm so far we don't use setup.py but just set the Python path. But I'd welcome to see that. Feel free to change that for some tests.

[GitHub] smorrel1 commented on issue #5663: Difference between CXX_PROPOSAL and custom proposal in example/rcnn?

2018-06-14 Thread GitBox
smorrel1 commented on issue #5663: Difference between CXX_PROPOSAL and custom proposal in example/rcnn? URL: https://github.com/apache/incubator-mxnet/issues/5663#issuecomment-397295713 Answered here: [Difference between CXX_PROPOSAL and custom proposal?

[GitHub] matteosal opened a new issue #11281: LRN operator doesn't comply with ONNX specification

2018-06-14 Thread GitBox
matteosal opened a new issue #11281: LRN operator doesn't comply with ONNX specification URL: https://github.com/apache/incubator-mxnet/issues/11281 ONNX accepts any channel window size for LRN and specifies that the window should extend more in the positive channel direction in case of

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195460262 ## File path: example/subgraph_op/imagenet_inference.py ## @@ -0,0 +1,166 @@ +# Licensed to the

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195468081 ## File path: include/mxnet/op_attr_types.h ## @@ -98,7 +98,12 @@ enum class ExecType { * In

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195469785 ## File path: src/engine/naive_engine.cc ## @@ -28,10 +28,20 @@ #include "./engine_impl.h"

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195470107 ## File path: src/engine/naive_engine.cc ## @@ -71,8 +81,11 @@ class NaiveEngine final : public

[GitHub] TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op

2018-06-14 Thread GitBox
TaoLv commented on a change in pull request #11251: [WIP] Graph partitioner and subgraph op URL: https://github.com/apache/incubator-mxnet/pull/11251#discussion_r195469135 ## File path: src/engine/engine_impl.h ## @@ -33,8 +33,12 @@ namespace mxnet { namespace engine {

[GitHub] msharmavikram closed issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py

2018-06-14 Thread GitBox
msharmavikram closed issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py URL: https://github.com/apache/incubator-mxnet/issues/11286 This is an automated

[GitHub] msharmavikram closed issue #11285: Crash while running gluon image-classification.py example with float16

2018-06-14 Thread GitBox
msharmavikram closed issue #11285: Crash while running gluon image-classification.py example with float16 URL: https://github.com/apache/incubator-mxnet/issues/11285 This is an automated message from the Apache Git Service.

[GitHub] msharmavikram commented on issue #11285: Crash while running gluon image-classification.py example with float16

2018-06-14 Thread GitBox
msharmavikram commented on issue #11285: Crash while running gluon image-classification.py example with float16 URL: https://github.com/apache/incubator-mxnet/issues/11285#issuecomment-397354870 Same issue https://github.com/apache/incubator-mxnet/issues/11284

[GitHub] msharmavikram commented on issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py

2018-06-14 Thread GitBox
msharmavikram commented on issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py URL: https://github.com/apache/incubator-mxnet/issues/11286#issuecomment-397355092 https://github.com/apache/incubator-mxnet/issues/11282

[GitHub] msharmavikram commented on issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py

2018-06-14 Thread GitBox
msharmavikram commented on issue #11286: Similar performance between AlexNet and ResNet-50 for training during benchmarking with train_imagenet.py URL: https://github.com/apache/incubator-mxnet/issues/11286#issuecomment-397355092 Same issue

[GitHub] mbaijal opened a new issue #11289: [Nightly Tests] Enable KVStore Single Node Test

2018-06-14 Thread GitBox
mbaijal opened a new issue #11289: [Nightly Tests] Enable KVStore Single Node Test URL: https://github.com/apache/incubator-mxnet/issues/11289 This test is currently disabled since the test requires an instance with 4 GPUs which is not available in the MXNet CI at the moment. Adding a

[GitHub] nswamy commented on issue #11263: Memory corruption issue with Scala test

2018-06-14 Thread GitBox
nswamy commented on issue #11263: Memory corruption issue with Scala test URL: https://github.com/apache/incubator-mxnet/issues/11263#issuecomment-397434243 This was related to the Spark tests that were added, closing this now since the tests are disabled and we'll create a new issue if

[GitHub] nswamy closed issue #11263: Memory corruption issue with Scala test

2018-06-14 Thread GitBox
nswamy closed issue #11263: Memory corruption issue with Scala test URL: https://github.com/apache/incubator-mxnet/issues/11263 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] wenyangchu commented on issue #11247: Add seed_aug parameter for ImageRecordItr to fix random seed for default augmentation

2018-06-14 Thread GitBox
wenyangchu commented on issue #11247: Add seed_aug parameter for ImageRecordItr to fix random seed for default augmentation URL: https://github.com/apache/incubator-mxnet/pull/11247#issuecomment-397445042 Hi @marcoabreu or others, the c++ tests for iterators in mxnet are not there and

[GitHub] marcoabreu commented on a change in pull request #11293: Update cached_op.cc

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #11293: Update cached_op.cc URL: https://github.com/apache/incubator-mxnet/pull/11293#discussion_r195582140 ## File path: src/imperative/cached_op.cc ## @@ -674,7 +674,7 @@ OpStatePtr CachedOp::StaticForward(

[GitHub] ThomasDelteil commented on issue #11293: Update cached_op.cc

2018-06-14 Thread GitBox
ThomasDelteil commented on issue #11293: Update cached_op.cc URL: https://github.com/apache/incubator-mxnet/pull/11293#issuecomment-397449059 Thanks @piiswrong for updating the code this is related to this PR https://github.com/apache/incubator-mxnet/pull/10817 Using the

[GitHub] kalyc commented on issue #11253: CUDNN implementation of LSTMP layer

2018-06-14 Thread GitBox
kalyc commented on issue #11253: CUDNN implementation of LSTMP layer URL: https://github.com/apache/incubator-mxnet/issues/11253#issuecomment-397449497 Thanks for submitting this issue @yunzhe-tao The MXNet community will pick this up as per the current backlog. In the meanwhile you

[incubator-mxnet] branch master updated: Improve data transform for gluon data loader (#11183)

2018-06-14 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 b819fd9 Improve data transform for

[GitHub] piiswrong closed pull request #11183: Improve data transform for gluon data loader

2018-06-14 Thread GitBox
piiswrong closed pull request #11183: Improve data transform for gluon data loader URL: https://github.com/apache/incubator-mxnet/pull/11183 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

[GitHub] ThomasDelteil commented on issue #11293: Update cached_op.cc

2018-06-14 Thread GitBox
ThomasDelteil commented on issue #11293: Update cached_op.cc URL: https://github.com/apache/incubator-mxnet/pull/11293#issuecomment-397449059 Thanks @piiswrong for updating the code this is related to this PR https://github.com/apache/incubator-mxnet/pull/10817 Using the

[GitHub] kalyc commented on issue #11222: Bug in gluon.block.Block.LoadParams

2018-06-14 Thread GitBox
kalyc commented on issue #11222: Bug in gluon.block.Block.LoadParams URL: https://github.com/apache/incubator-mxnet/issues/11222#issuecomment-397451290 @rocketbear could you verify the above and close this issue if it has been solved?

[GitHub] piiswrong commented on a change in pull request #11027: Add standard ResNet data augmentation for ImageRecordIter

2018-06-14 Thread GitBox
piiswrong commented on a change in pull request #11027: Add standard ResNet data augmentation for ImageRecordIter URL: https://github.com/apache/incubator-mxnet/pull/11027#discussion_r195583935 ## File path: src/io/image_aug_default.cc ## @@ -218,10 +265,93 @@ class

[GitHub] apeforest commented on issue #11222: Bug in gluon.block.Block.LoadParams

2018-06-14 Thread GitBox
apeforest commented on issue #11222: Bug in gluon.block.Block.LoadParams URL: https://github.com/apache/incubator-mxnet/issues/11222#issuecomment-397451097 It seems this issue has been fixed by PR: https://github.com/apache/incubator-mxnet/pull/11235

[GitHub] aaronmarkham opened a new pull request #11287: [MXNET-548] fixed path for auto_module_index.js

2018-06-14 Thread GitBox
aaronmarkham opened a new pull request #11287: [MXNET-548] fixed path for auto_module_index.js URL: https://github.com/apache/incubator-mxnet/pull/11287 ## Description ## Fixes #11238 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] kalyc commented on issue #11288: [Nightly Tests] Installation Guide: Enable docker install test

2018-06-14 Thread GitBox
kalyc commented on issue #11288: [Nightly Tests] Installation Guide: Enable docker install test URL: https://github.com/apache/incubator-mxnet/issues/11288#issuecomment-397405051 Thanks for submitting this issues @mbaijal. @sandeep-krishnamurthy could you add label "CI", "Enhancements"

[GitHub] marcoabreu opened a new issue #11290: Flaky test test_operator_gpu.test_scatter_gather_nd

2018-06-14 Thread GitBox
marcoabreu opened a new issue #11290: Flaky test test_operator_gpu.test_scatter_gather_nd URL: https://github.com/apache/incubator-mxnet/issues/11290 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-11199/28/pipeline/712 ```

[GitHub] eric-haibin-lin commented on issue #11281: LRN operator doesn't comply with ONNX specification

2018-06-14 Thread GitBox
eric-haibin-lin commented on issue #11281: LRN operator doesn't comply with ONNX specification URL: https://github.com/apache/incubator-mxnet/issues/11281#issuecomment-397415931 @haojin2 @anirudhacharya This is an

[GitHub] sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-14 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r195552045 ## File path: python/mxnet/contrib/onnx/_export/op_translations.py ## @@ -0,0 +1,1667 @@ +#

[GitHub] sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export

2018-06-14 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #11213: [MXNET-533] MXNet-ONNX export URL: https://github.com/apache/incubator-mxnet/pull/11213#discussion_r195552227 ## File path: python/mxnet/contrib/onnx/_export/op_translations.py ## @@ -0,0 +1,1667 @@ +#

[GitHub] Ishitori commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler

2018-06-14 Thread GitBox
Ishitori commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler URL: https://github.com/apache/incubator-mxnet/pull/11274#discussion_r195573422 ## File path: docs/tutorials/python/profiler.md ## @@ -0,0 +1,198 @@ +#

[GitHub] Ishitori commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler

2018-06-14 Thread GitBox
Ishitori commented on a change in pull request #11274: [MXNET-547] Tutorial explaining how to use the profiler URL: https://github.com/apache/incubator-mxnet/pull/11274#discussion_r195571787 ## File path: docs/tutorials/python/profiler.md ## @@ -0,0 +1,198 @@ +#

[GitHub] kalyc commented on issue #11193: Fix OpenCV 3.4.1 issue for Scala package for OSX

2018-06-14 Thread GitBox
kalyc commented on issue #11193: Fix OpenCV 3.4.1 issue for Scala package for OSX URL: https://github.com/apache/incubator-mxnet/issues/11193#issuecomment-397441322 @nswamy thanks for submitting the issue. The PR - https://github.com/apache/incubator-mxnet/pull/11147/files mentions that

[GitHub] wenyangchu commented on issue #11247: [WIP] add seed_aug parameter for ImageRecordItr to fix random seed for augm…

2018-06-14 Thread GitBox
wenyangchu commented on issue #11247: [WIP] add seed_aug parameter for ImageRecordItr to fix random seed for augm… URL: https://github.com/apache/incubator-mxnet/pull/11247#issuecomment-397407663 Hi @marcoabreu The tests do not cover iterators and the code for iterators are not using

[GitHub] wenyangchu commented on issue #11247: [WIP] add seed_aug parameter for ImageRecordItr to fix random seed for augm…

2018-06-14 Thread GitBox
wenyangchu commented on issue #11247: [WIP] add seed_aug parameter for ImageRecordItr to fix random seed for augm… URL: https://github.com/apache/incubator-mxnet/pull/11247#issuecomment-397407663 Hi @marcoabreu The tests do not cover iterators and the code for iterators are not using

[GitHub] wenyangchu opened a new pull request #11247: [WIP] add seed_aug parameter for ImageRecordItr to fix random seed for augm…

2018-06-14 Thread GitBox
wenyangchu opened a new pull request #11247: [WIP] add seed_aug parameter for ImageRecordItr to fix random seed for augm… URL: https://github.com/apache/incubator-mxnet/pull/11247 ## Description ## Add random seed control to augmentations in io.ImageRecordIter. Motivation: I am

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195541462 ## File path: ci/docker/runtime_functions.sh ## @@

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195540103 ## File path: ci/docker/Dockerfile.build.ubuntu_base_gpu

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195540799 ## File path: ci/docker/Dockerfile.build.ubuntu_nightly_gpu

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195540060 ## File path: ci/docker/Dockerfile.build.ubuntu_base_cpu

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195540764 ## File path: ci/docker/Dockerfile.build.ubuntu_nightly_cpu

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195541605 ## File path: ci/docker/runtime_functions.sh ## @@

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195541083 ## File path: ci/docker/install/ubuntu_emscripten.sh ##

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195540544 ## File path: ci/docker/Dockerfile.build.ubuntu_emscripten

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195542133 ## File path: tests/nightly/Jenkinsfile ## @@ -0,0

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195540899 ## File path: ci/docker/install/ubuntu_emscripten.sh ##

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195541213 ## File path: ci/docker/install/ubuntu_nightly_tests.sh

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195541558 ## File path: ci/docker/runtime_functions.sh ## @@

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195541584 ## File path: ci/docker/runtime_functions.sh ## @@

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195542980 ## File path: tests/nightly/JenkinsfileForBinaries ##

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195542381 ## File path: tests/nightly/Jenkinsfile ## @@ -0,0

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195542580 ## File path: tests/nightly/Jenkinsfile ## @@ -0,0

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-14 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r195542441 ## File path: tests/nightly/Jenkinsfile ## @@ -0,0

  1   2   3   >