[GitHub] Jerryzcn commented on a change in pull request #9977: Cpu lstm inference

2018-03-09 Thread GitBox
Jerryzcn commented on a change in pull request #9977: Cpu lstm inference URL: https://github.com/apache/incubator-mxnet/pull/9977#discussion_r173536359 ## File path: src/operator/rnn-inl.h ## @@ -153,6 +157,214 @@ class RNNOp : public Operator { RNNParam param_; }; //

[GitHub] reminisce commented on a change in pull request #9977: Cpu lstm inference

2018-03-09 Thread GitBox
reminisce commented on a change in pull request #9977: Cpu lstm inference URL: https://github.com/apache/incubator-mxnet/pull/9977#discussion_r173573792 ## File path: src/operator/rnn-inl.h ## @@ -153,6 +157,214 @@ class RNNOp : public Operator { RNNParam param_; };

[GitHub] sxjscience commented on a change in pull request #10025: Language model with Google's billion words dataset

2018-03-09 Thread GitBox
sxjscience commented on a change in pull request #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#discussion_r173556333 ## File path: src/operator/nn/fully_connected.cc ## @@ -56,7 +56,10 @@ static bool

[GitHub] fhieber closed pull request #8027: Optional reshape of predictions in Perplexity metric

2018-03-09 Thread GitBox
fhieber closed pull request #8027: Optional reshape of predictions in Perplexity metric URL: https://github.com/apache/incubator-mxnet/pull/8027 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] sxjscience commented on issue #10025: Language model with Google's billion words dataset

2018-03-09 Thread GitBox
sxjscience commented on issue #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#issuecomment-371674634 @eric-haibin-lin The RNN.unroll is just updated to support variable length sequence. Need to resolve the conflict.

[GitHub] sxjscience commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
sxjscience commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173548808 ## File path: tests/python/unittest/test_operator.py ## @@ -2413,6 +2413,47 @@ def

[GitHub] Jerryzcn commented on a change in pull request #9977: Cpu lstm inference

2018-03-09 Thread GitBox
Jerryzcn commented on a change in pull request #9977: Cpu lstm inference URL: https://github.com/apache/incubator-mxnet/pull/9977#discussion_r173552868 ## File path: src/operator/rnn-inl.h ## @@ -153,6 +157,214 @@ class RNNOp : public Operator { RNNParam param_; }; //

[GitHub] nswamy commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-03-09 Thread GitBox
nswamy commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r173557431 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/PredictBase.scala ## @@ -0,0 +1,200 @@

[GitHub] cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173544517 ## File path: src/operator/nn/layer_norm.cc ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache

[GitHub] cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173545580 ## File path: tests/python/unittest/test_operator.py ## @@ -2413,6 +2413,47 @@ def

[GitHub] cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173545200 ## File path: tests/python/unittest/test_operator.py ## @@ -2413,6 +2413,47 @@ def

[GitHub] cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173545664 ## File path: tests/python/unittest/test_operator.py ## @@ -2413,6 +2413,47 @@ def

[GitHub] anirudhacharya commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet

2018-03-09 Thread GitBox
anirudhacharya commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r173571169 ## File path: tests/ci_build/install/ubuntu_install_onnx.sh ## @@ -0,0 +1,26

[GitHub] marcoabreu commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57]

2018-03-09 Thread GitBox
marcoabreu commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57] URL: https://github.com/apache/incubator-mxnet/pull/9995#discussion_r173581056 ## File path:

[GitHub] zhanghang1989 commented on issue #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
zhanghang1989 commented on issue #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#issuecomment-371920015 The docs look good to me ? This is an automated message from the

[GitHub] sandeep-krishnamurthy commented on issue #10017: When doing the distributed training, the bandwidth becomes the bottleneck.

2018-03-09 Thread GitBox
sandeep-krishnamurthy commented on issue #10017: When doing the distributed training, the bandwidth becomes the bottleneck. URL: https://github.com/apache/incubator-mxnet/issues/10017#issuecomment-371916677 @rahul003 This

[GitHub] ArmageddonKnight closed issue #9010: get_next_state parameter in FusedRNN constructor

2018-03-09 Thread GitBox
ArmageddonKnight closed issue #9010: get_next_state parameter in FusedRNN constructor URL: https://github.com/apache/incubator-mxnet/issues/9010 This is an automated message from the Apache Git Service. To respond to the

[GitHub] sxjscience commented on issue #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
sxjscience commented on issue #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#issuecomment-371914848 Does anyone has time to review it? The doc page of the latest build is in

[GitHub] sxjscience commented on a change in pull request #10025: Language model with Google's billion words dataset

2018-03-09 Thread GitBox
sxjscience commented on a change in pull request #10025: Language model with Google's billion words dataset URL: https://github.com/apache/incubator-mxnet/pull/10025#discussion_r173555975 ## File path: python/mxnet/gluon/contrib/rnn/rnn_cell.py ## @@ -181,3 +181,126 @@

[GitHub] szha commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57]

2018-03-09 Thread GitBox
szha commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57] URL: https://github.com/apache/incubator-mxnet/pull/9995#discussion_r173558817 ## File path:

[GitHub] cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
cjolivier01 commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173567891 ## File path: tests/python/unittest/test_operator.py ## @@ -2449,9 +2448,10 @@ def

[GitHub] sandeep-krishnamurthy closed issue #10044: How can I use im2rec.py to generate .bin files?

2018-03-09 Thread GitBox
sandeep-krishnamurthy closed issue #10044: How can I use im2rec.py to generate .bin files? URL: https://github.com/apache/incubator-mxnet/issues/10044 This is an automated message from the Apache Git Service. To respond to

[GitHub] sandeep-krishnamurthy commented on issue #10044: How can I use im2rec.py to generate .bin files?

2018-03-09 Thread GitBox
sandeep-krishnamurthy commented on issue #10044: How can I use im2rec.py to generate .bin files? URL: https://github.com/apache/incubator-mxnet/issues/10044#issuecomment-371917308 Can you please ask questions on usage at https://discuss.mxnet.io/

[GitHub] rahul003 commented on issue #10017: When doing the distributed training, the bandwidth becomes the bottleneck.

2018-03-09 Thread GitBox
rahul003 commented on issue #10017: When doing the distributed training, the bandwidth becomes the bottleneck. URL: https://github.com/apache/incubator-mxnet/issues/10017#issuecomment-371917447 What kind of a network are you training?

[GitHub] Jerryzcn commented on issue #9977: Cpu lstm inference

2018-03-09 Thread GitBox
Jerryzcn commented on issue #9977: Cpu lstm inference URL: https://github.com/apache/incubator-mxnet/pull/9977#issuecomment-371954306 @szha I think https://github.com/apache/incubator-mxnet/blob/master/tests/python/gpu/test_operator_gpu.py#L1527 check for consistency? Although the inputs

[GitHub] szha commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57]

2018-03-09 Thread GitBox
szha commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57] URL: https://github.com/apache/incubator-mxnet/pull/9995#discussion_r173581789 ## File path:

[GitHub] szha commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
szha commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173583730 ## File path: src/operator/nn/layer_norm-inl.h ## @@ -0,0 +1,296 @@ +/* + * Licensed to the Apache

[GitHub] szha commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
szha commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173583614 ## File path: python/mxnet/gluon/nn/basic_layers.py ## @@ -499,6 +503,91 @@ def __repr__(self):

[GitHub] szha commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
szha commented on a change in pull request #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#discussion_r173583816 ## File path: src/operator/nn/layer_norm-inl.h ## @@ -0,0 +1,296 @@ +/* + * Licensed to the Apache

[GitHub] miguelgfierro opened a new issue #10053: Get all labels from mx.io.ImageRecordIter

2018-03-09 Thread GitBox
miguelgfierro opened a new issue #10053: Get all labels from mx.io.ImageRecordIter URL: https://github.com/apache/incubator-mxnet/issues/10053 I would like to get all the labels from this object ```python test = mx.io.ImageRecordIter( path_imgrec = "chestxray/test.rec",

[GitHub] szha commented on a change in pull request #9977: Cpu lstm inference

2018-03-09 Thread GitBox
szha commented on a change in pull request #9977: Cpu lstm inference URL: https://github.com/apache/incubator-mxnet/pull/9977#discussion_r173524502 ## File path: tests/python/unittest/test_gluon_rnn.py ## @@ -67,6 +67,22 @@ def test_lstm_forget_bias():

[GitHub] szha commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57]

2018-03-09 Thread GitBox
szha commented on a change in pull request #9995: [WIP] CI docker revamp; Add Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57] URL: https://github.com/apache/incubator-mxnet/pull/9995#discussion_r173525209 ## File path:

[GitHub] anirudhacharya commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet

2018-03-09 Thread GitBox
anirudhacharya commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r173526997 ## File path: tests/python-pytest/onnx/test_onnx.py ## @@ -0,0 +1,86 @@ +#

[GitHub] anirudhacharya commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet

2018-03-09 Thread GitBox
anirudhacharya commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r173528424 ## File path: example/onnx/test_super_resolution.py ## @@ -0,0 +1,112 @@ +#

[GitHub] cjolivier01 commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu

2018-03-09 Thread GitBox
cjolivier01 commented on a change in pull request #9947: [WIP] Performance optimization for dot(csr, rsp) on cpu URL: https://github.com/apache/incubator-mxnet/pull/9947#discussion_r173588287 ## File path: src/operator/tensor/dot-inl.h ## @@ -793,16 +764,21 @@ inline void

[GitHub] rahul003 commented on a change in pull request #9933: [MXNET-23] Adding support to profile kvstore server during distributed training

2018-03-09 Thread GitBox
rahul003 commented on a change in pull request #9933: [MXNET-23] Adding support to profile kvstore server during distributed training URL: https://github.com/apache/incubator-mxnet/pull/9933#discussion_r173590666 ## File path: src/kvstore/kvstore_dist_server.h ## @@

[GitHub] rahul003 commented on issue #9919: Update PR Template

2018-03-09 Thread GitBox
rahul003 commented on issue #9919: Update PR Template URL: https://github.com/apache/incubator-mxnet/pull/9919#issuecomment-371974178 @szha That is nice! Didn't know we were building API docs for each PR. +1 for adding that

[GitHub] b0noI commented on issue #8773: undefined reference to `gotoblas' Makefile:406: recipe for target 'bin/im2rec' failed

2018-03-09 Thread GitBox
b0noI commented on issue #8773: undefined reference to `gotoblas' Makefile:406: recipe for target 'bin/im2rec' failed URL: https://github.com/apache/incubator-mxnet/issues/8773#issuecomment-371978866 proposed labels: "Build", "C++", "Ubuntu"

[GitHub] b0noI commented on issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *'

2018-03-09 Thread GitBox
b0noI commented on issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *' URL: https://github.com/apache/incubator-mxnet/issues/8772#issuecomment-371979067 proposed labels: "Build", "C++", "Windows"

[GitHub] SuperLinguini commented on issue #8847: error: namespace "std" has no member "complex"

2018-03-09 Thread GitBox
SuperLinguini commented on issue #8847: error: namespace "std" has no member "complex" URL: https://github.com/apache/incubator-mxnet/issues/8847#issuecomment-371981282 Proposed Label: "Installation", "Build", "C++", This

[GitHub] leleamol commented on issue #8952: when convert predict's output to numpy, too slow at asnumpy() @cpu docker

2018-03-09 Thread GitBox
leleamol commented on issue #8952: when convert predict's output to numpy, too slow at asnumpy() @cpu docker URL: https://github.com/apache/incubator-mxnet/issues/8952#issuecomment-371981352 Proposed Labels:"Performance", "Pending Requester Info",

[GitHub] harshitajain1994 commented on issue #8883: Fatal error on dot operation between dense and sparse vectors

2018-03-09 Thread GitBox
harshitajain1994 commented on issue #8883: Fatal error on dot operation between dense and sparse vectors URL: https://github.com/apache/incubator-mxnet/issues/8883#issuecomment-371981199 Proposed Labels : "Bug", "Sparse", "Breaking"

[GitHub] SuperLinguini commented on issue #8847: error: namespace "std" has no member "complex"

2018-03-09 Thread GitBox
SuperLinguini commented on issue #8847: error: namespace "std" has no member "complex" URL: https://github.com/apache/incubator-mxnet/issues/8847#issuecomment-371981282 Proposed Label: "Installation", "Build", "C++" This is

[GitHub] zhiz21 commented on issue #8799: Dangling outputs and dtype != float32: Gradient computation fails

2018-03-09 Thread GitBox
zhiz21 commented on issue #8799: Dangling outputs and dtype != float32: Gradient computation fails URL: https://github.com/apache/incubator-mxnet/issues/8799#issuecomment-371984348 proposed labels: "Python", "Bug", "Operator", "Question"

[GitHub] bhavinthaker commented on issue #8789: I had two pairs of set of images and one ground truth image. How to train in mxnet?

2018-03-09 Thread GitBox
bhavinthaker commented on issue #8789: I had two pairs of set of images and one ground truth image. How to train in mxnet? URL: https://github.com/apache/incubator-mxnet/issues/8789#issuecomment-371984325 Proposed labels: "Discussion" Please ask this question on

[GitHub] marcoabreu commented on issue #10029: [MXNET-58]Layer Normalization in C++

2018-03-09 Thread GitBox
marcoabreu commented on issue #10029: [MXNET-58]Layer Normalization in C++ URL: https://github.com/apache/incubator-mxnet/pull/10029#issuecomment-371987683 Do you have any benchmarks regarding statement 1? This is an

[GitHub] piiswrong closed pull request #10050: [MXNET-69] Update test_sparse_operator.py

2018-03-09 Thread GitBox
piiswrong closed pull request #10050: [MXNET-69] Update test_sparse_operator.py URL: https://github.com/apache/incubator-mxnet/pull/10050 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] piiswrong commented on issue #10056: Avoid unnecessary copy in ndarray.astype

2018-03-09 Thread GitBox
piiswrong commented on issue #10056: Avoid unnecessary copy in ndarray.astype URL: https://github.com/apache/incubator-mxnet/pull/10056#issuecomment-372003915 This changes the semantics. See numpy.astype This is an automated

[incubator-mxnet] branch master updated: Update test_sparse_operator.py (#10050)

2018-03-09 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 17643e7 Update test_sparse_operator.py

[GitHub] piiswrong closed issue #9997: Flaky test: test_sparse_embedding

2018-03-09 Thread GitBox
piiswrong closed issue #9997: Flaky test: test_sparse_embedding URL: https://github.com/apache/incubator-mxnet/issues/9997 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] arundasan91 commented on issue #9990: [MXNET-70] Update tensorboard.py

2018-03-09 Thread GitBox
arundasan91 commented on issue #9990: [MXNET-70] Update tensorboard.py URL: https://github.com/apache/incubator-mxnet/pull/9990#issuecomment-371973194 @CodingCat , Thanks for the comments. I've updated the title. This is an

[GitHub] rahul003 commented on a change in pull request #9932: Fixes for profiler

2018-03-09 Thread GitBox
rahul003 commented on a change in pull request #9932: Fixes for profiler URL: https://github.com/apache/incubator-mxnet/pull/9932#discussion_r173592985 ## File path: src/profiler/profiler.cc ## @@ -205,19 +205,14 @@ void Profiler::DumpProfile(bool peform_cleanup) { //

[GitHub] arundasan91 commented on issue #9990: [MXNET-70] Update tensorboard.py

2018-03-09 Thread GitBox
arundasan91 commented on issue #9990: [MXNET-70] Update tensorboard.py URL: https://github.com/apache/incubator-mxnet/pull/9990#issuecomment-371973308 All thanks to you @zihaolucky ! This is an automated message from the

[GitHub] b0noI commented on issue #8768: how to use mx.io.extract()

2018-03-09 Thread GitBox
b0noI commented on issue #8768: how to use mx.io.extract() URL: https://github.com/apache/incubator-mxnet/issues/8768#issuecomment-371979297 proposed labels: "Question", "Python" This is an automated message from the Apache

[GitHub] gautamkmr commented on issue #8985: Torch Example Requires mx.th.randn and mx.symbol.TorchModule API

2018-03-09 Thread GitBox
gautamkmr commented on issue #8985: Torch Example Requires mx.th.randn and mx.symbol.TorchModule API URL: https://github.com/apache/incubator-mxnet/issues/8985#issuecomment-371979403 Please add the labels: "Example", "Installation"

[GitHub] mbaijal commented on issue #8923: GTEST tests are neither built nor run by CI

2018-03-09 Thread GitBox
mbaijal commented on issue #8923: GTEST tests are neither built nor run by CI URL: https://github.com/apache/incubator-mxnet/issues/8923#issuecomment-371979280 Please add the label "CI" and "Test" to this issue. This is an

[GitHub] leleamol commented on issue #8832: I didn't get a reasonable speed-up when applying depthwise convolution to VGG16

2018-03-09 Thread GitBox
leleamol commented on issue #8832: I didn't get a reasonable speed-up when applying depthwise convolution to VGG16 URL: https://github.com/apache/incubator-mxnet/issues/8832#issuecomment-371979495 Proposed Labels: "Performance", "CUDA", "Question"

[GitHub] leleamol commented on issue #8936: Issue on MXNet R installation with GPU support on Windows

2018-03-09 Thread GitBox
leleamol commented on issue #8936: Issue on MXNet R installation with GPU support on Windows URL: https://github.com/apache/incubator-mxnet/issues/8936#issuecomment-371982975 Proposed Labels: "Windows", "R","Build","Installation"

[GitHub] zheng-da commented on issue #9874: ResNet-50 is slower on Volta since #8302

2018-03-09 Thread GitBox
zheng-da commented on issue #9874: ResNet-50 is slower on Volta since #8302 URL: https://github.com/apache/incubator-mxnet/issues/9874#issuecomment-371991891 I searched all commits in PR https://github.com/apache/incubator-mxnet/pull/8302. I think I have found the commits that cause the

[GitHub] zheng-da commented on issue #9874: ResNet-50 is slower on Volta since #8302

2018-03-09 Thread GitBox
zheng-da commented on issue #9874: ResNet-50 is slower on Volta since #8302 URL: https://github.com/apache/incubator-mxnet/issues/9874#issuecomment-371991891 I searched all commits in PR https://github.com/apache/incubator-mxnet/pull/8302. I think I have found the commits that cause the

[GitHub] sssun0228 opened a new issue #10057: Multiple workers on single CPU training

2018-03-09 Thread GitBox
sssun0228 opened a new issue #10057: Multiple workers on single CPU training URL: https://github.com/apache/incubator-mxnet/issues/10057 Hi, We are trying to spawn multiple workers on single CPU because of under-utilization of the CPU cores during the training. So we used local

[GitHub] szha commented on issue #9977: Cpu lstm inference

2018-03-09 Thread GitBox
szha commented on issue #9977: Cpu lstm inference URL: https://github.com/apache/incubator-mxnet/pull/9977#issuecomment-372005424 Since this change is only useful for inference, RNN layer still needs to remain a Block. Once the backward is in place, we will be able to change it to a

[GitHub] Roshrini opened a new pull request #10054: [WIP] Image classifier for scala-infer package

2018-03-09 Thread GitBox
Roshrini opened a new pull request #10054: [WIP] Image classifier for scala-infer package URL: https://github.com/apache/incubator-mxnet/pull/10054 ## Description ## Depends on #9678 So, build will fail till that PR gets merged ## Checklist ## ### Essentials ### - [ ]

[GitHub] leleamol commented on issue #8959: Loss becomes nan when using correlation loss with MakeLoss on 2 images.

2018-03-09 Thread GitBox
leleamol commented on issue #8959: Loss becomes nan when using correlation loss with MakeLoss on 2 images. URL: https://github.com/apache/incubator-mxnet/issues/8959#issuecomment-371980410 Proposed Labels: "Question", "HowTo"

[GitHub] harshitajain1994 commented on issue #8885: path_imglist of mx.io.ImageRecordIter

2018-03-09 Thread GitBox
harshitajain1994 commented on issue #8885: path_imglist of mx.io.ImageRecordIter URL: https://github.com/apache/incubator-mxnet/issues/8885#issuecomment-371980156 Proposed Labels - "Question", "Discussion" This is an

[GitHub] SuperLinguini commented on issue #8853: 5 Different issues created for the same problem and yet no solution

2018-03-09 Thread GitBox
SuperLinguini commented on issue #8853: 5 Different issues created for the same problem and yet no solution URL: https://github.com/apache/incubator-mxnet/issues/8853#issuecomment-371980614 Proposed Labels: "Python", "Bug", "Module",

[GitHub] zhiz21 commented on issue #8828: Change layer or weight name in Gluon

2018-03-09 Thread GitBox
zhiz21 commented on issue #8828: Change layer or weight name in Gluon URL: https://github.com/apache/incubator-mxnet/issues/8828#issuecomment-371980504 proposed labels: "Question", "Gluon", "HowTo" This is an automated

[GitHub] mbaijal commented on issue #8920: MXNet 1.0.0 & 1.1.0 Release Feedback: Move the submodules to a separate directory

2018-03-09 Thread GitBox
mbaijal commented on issue #8920: MXNet 1.0.0 & 1.1.0 Release Feedback: Move the submodules to a separate directory URL: https://github.com/apache/incubator-mxnet/issues/8920#issuecomment-371980518 Can you please add the labels "Roadmap", "Module" to this issue

[GitHub] b0noI commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!)

2018-03-09 Thread GitBox
b0noI commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!) URL: https://github.com/apache/incubator-mxnet/issues/8751#issuecomment-371979565 proposed labels: "Question", "Distributed"

[GitHub] gautamkmr commented on issue #8969: A couple of issues in benchmark_score.py

2018-03-09 Thread GitBox
gautamkmr commented on issue #8969: A couple of issues in benchmark_score.py URL: https://github.com/apache/incubator-mxnet/issues/8969#issuecomment-371980539 Please add labels: "Example", "Need Triage" This is an automated

[GitHub] b0noI commented on issue #8729: Build amalgamation using a docker

2018-03-09 Thread GitBox
b0noI commented on issue #8729: Build amalgamation using a docker URL: https://github.com/apache/incubator-mxnet/issues/8729#issuecomment-371980514 proposed labels: "Question" This is an automated message from the Apache Git

[GitHub] marcoabreu commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet

2018-03-09 Thread GitBox
marcoabreu commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r173601178 ## File path: tests/python-pytest/onnx/test_onnx.py ## @@ -0,0 +1,86 @@ +#

[GitHub] mbaijal commented on issue #8913: MXNet 1.0.0 Release Feedback: Source Headers and License Files

2018-03-09 Thread GitBox
mbaijal commented on issue #8913: MXNet 1.0.0 Release Feedback: Source Headers and License Files URL: https://github.com/apache/incubator-mxnet/issues/8913#issuecomment-371983783 Can you please add the label "Completed" to this issue. Also can a new label called "Licenses" or

[GitHub] rahul003 opened a new pull request #10056: Avoid unnecessary copy in ndarray.astype

2018-03-09 Thread GitBox
rahul003 opened a new pull request #10056: Avoid unnecessary copy in ndarray.astype URL: https://github.com/apache/incubator-mxnet/pull/10056 ## Description ## Avoid copy during narray.astype(dtype) when array is already of required dtype. ## Checklist ## ### Essentials ###

[GitHub] szha closed pull request #9977: Cpu lstm inference

2018-03-09 Thread GitBox
szha closed pull request #9977: Cpu lstm inference URL: https://github.com/apache/incubator-mxnet/pull/9977 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 request (from

[incubator-mxnet] branch master updated: Cpu lstm inference (#9977)

2018-03-09 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 13ae4d1 Cpu lstm inference (#9977)

[GitHub] gautamkmr commented on issue #8997: gluon hang-up unexpectedly

2018-03-09 Thread GitBox
gautamkmr commented on issue #8997: gluon hang-up unexpectedly URL: https://github.com/apache/incubator-mxnet/issues/8997#issuecomment-371978791 Please add the labels: "Gluon", "Bug", "Thread safety" This is an automated

[GitHub] b0noI commented on issue #8741: Inference with openblas and Ubuntu 14.04 hangs on C5 instances.

2018-03-09 Thread GitBox
b0noI commented on issue #8741: Inference with openblas and Ubuntu 14.04 hangs on C5 instances. URL: https://github.com/apache/incubator-mxnet/issues/8741#issuecomment-371980285 proposed labels: "Bug", "Ubuntu", "BLAS" This

[GitHub] mbaijal commented on issue #8921: windows7::can not stop mxnet process

2018-03-09 Thread GitBox
mbaijal commented on issue #8921: windows7::can not stop mxnet process URL: https://github.com/apache/incubator-mxnet/issues/8921#issuecomment-371980049 Can you please add the labels "Windows", "Bug". This is an automated

[GitHub] harshitajain1994 commented on issue #8885: path_imglist of mx.io.ImageRecordIter

2018-03-09 Thread GitBox
harshitajain1994 commented on issue #8885: path_imglist of mx.io.ImageRecordIter URL: https://github.com/apache/incubator-mxnet/issues/8885#issuecomment-371980156 Proposed Label - "Question" This is an automated message from

[GitHub] b0noI commented on issue #8745: Utilities for estimating dense optical flow in mxnet?

2018-03-09 Thread GitBox
b0noI commented on issue #8745: Utilities for estimating dense optical flow in mxnet? URL: https://github.com/apache/incubator-mxnet/issues/8745#issuecomment-371980095 proposed labels: "Question" This is an automated

[GitHub] gautamkmr commented on issue #8971: Clojure Library for mxnet

2018-03-09 Thread GitBox
gautamkmr commented on issue #8971: Clojure Library for mxnet URL: https://github.com/apache/incubator-mxnet/issues/8971#issuecomment-371980201 Please add labels: "Scala", "Feature request", "Feature" , "Example" This is an

[GitHub] SuperLinguini commented on issue #8862: loading resnext-101-64x4d models failed!

2018-03-09 Thread GitBox
SuperLinguini commented on issue #8862: loading resnext-101-64x4d models failed! URL: https://github.com/apache/incubator-mxnet/issues/8862#issuecomment-371980196 Proposed Labels: "Python", "Model Zoo", "Bug" This is an

[GitHub] nswamy commented on a change in pull request #10054: [MXNET-53][WIP] Image classifier for scala-infer package

2018-03-09 Thread GitBox
nswamy commented on a change in pull request #10054: [MXNET-53][WIP] Image classifier for scala-infer package URL: https://github.com/apache/incubator-mxnet/pull/10054#discussion_r173599932 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/ImageClassifier.scala

[GitHub] harshitajain1994 commented on issue #8874: mxnet installation from source: C++ linkage error on HPC

2018-03-09 Thread GitBox
harshitajain1994 commented on issue #8874: mxnet installation from source: C++ linkage error on HPC URL: https://github.com/apache/incubator-mxnet/issues/8874#issuecomment-371982036 Proposed Labels : "Linux", "C++", "MKL", "Breaking"

[GitHub] mbaijal commented on issue #8886: Bug in mx.nd.NDArray.reshape ~

2018-03-09 Thread GitBox
mbaijal commented on issue #8886: Bug in mx.nd.NDArray.reshape ~ URL: https://github.com/apache/incubator-mxnet/issues/8886#issuecomment-371982102 @kobenaxie, @reminisce Can you please confirm that issue has been fixed in PR 8893.

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

2018-03-09 Thread GitBox
Jerryzcn commented on issue #8915: NVLink communication pattern updated URL: https://github.com/apache/incubator-mxnet/pull/8915#issuecomment-371983482 when can we expect this to be merged? This is an automated message from

[GitHub] leleamol commented on issue #8933: How to train data with multi-class label

2018-03-09 Thread GitBox
leleamol commented on issue #8933: How to train data with multi-class label URL: https://github.com/apache/incubator-mxnet/issues/8933#issuecomment-371983395 Proposed Labels: "Question","Discussion" This is an automated

[GitHub] mbaijal commented on issue #8898: PReLU in gluon

2018-03-09 Thread GitBox
mbaijal commented on issue #8898: PReLU in gluon URL: https://github.com/apache/incubator-mxnet/issues/8898#issuecomment-371983414 Thanks This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] KayneWest commented on issue #8898: PReLU in gluon

2018-03-09 Thread GitBox
KayneWest commented on issue #8898: PReLU in gluon URL: https://github.com/apache/incubator-mxnet/issues/8898#issuecomment-371983372 @mbaijal, It?s been fixed. This is an automated message from the Apache Git Service. To

[GitHub] marcoabreu commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet

2018-03-09 Thread GitBox
marcoabreu commented on a change in pull request #9963: [MXNET-34] Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r173601044 ## File path: example/onnx/test_super_resolution.py ## @@ -0,0 +1,112 @@ +#

[GitHub] EternalSaga commented on issue #10049: Building MxNet on Win10 with CPP package, CUDA9 and MKL 2018

2018-03-09 Thread GitBox
EternalSaga commented on issue #10049: Building MxNet on Win10 with CPP package, CUDA9 and MKL 2018 URL: https://github.com/apache/incubator-mxnet/issues/10049#issuecomment-371994192 @sandeep-krishnamurthy Could you please tell me what's the unclear error/doc mean? Do I need to add more

[GitHub] mbaijal opened a new pull request #10058: Adding back comments to index.md that cause nightly test to fail

2018-03-09 Thread GitBox
mbaijal opened a new pull request #10058: Adding back comments to index.md that cause nightly test to fail URL: https://github.com/apache/incubator-mxnet/pull/10058 ## Description ## @aaronmarkham Please review! The installation test script is checking for hardcoded strings in the

[GitHub] szha closed issue #10011: [CMake][IoT][Jetson] Building with CMake produces libomp.so

2018-03-09 Thread GitBox
szha closed issue #10011: [CMake][IoT][Jetson] Building with CMake produces libomp.so URL: https://github.com/apache/incubator-mxnet/issues/10011 This is an automated message from the Apache Git Service. To respond to the

[GitHub] b0noI commented on issue #8749: [FIX ATTACHED] Not working example on Iterators tutorial - SimpleIter

2018-03-09 Thread GitBox
b0noI commented on issue #8749: [FIX ATTACHED] Not working example on Iterators tutorial - SimpleIter URL: https://github.com/apache/incubator-mxnet/issues/8749#issuecomment-371979956 proposed labels: "Bug" , "Duplicate", "Python"

[GitHub] gautamkmr commented on issue #8976: static TLS errors from jemalloc 5 built on CentOS 7

2018-03-09 Thread GitBox
gautamkmr commented on issue #8976: static TLS errors from jemalloc 5 built on CentOS 7 URL: https://github.com/apache/incubator-mxnet/issues/8976#issuecomment-371979955 Please add labels: "Build", "Installation" This is an

[GitHub] SuperLinguini commented on issue #8864: OpWrapperGenerator.py cdll.libmxnet=cdll.LoadLibrary(sys.argv[1]) Unable to find the specified module

2018-03-09 Thread GitBox
SuperLinguini commented on issue #8864: OpWrapperGenerator.py cdll.libmxnet=cdll.LoadLibrary(sys.argv[1]) Unable to find the specified module URL: https://github.com/apache/incubator-mxnet/issues/8864#issuecomment-371979658 Proposed Labels: "Python", "C++", "CPP package", "Operator"

[GitHub] zhiz21 commented on issue #8807: Incoherent training and validation metrics in recommender system example

2018-03-09 Thread GitBox
zhiz21 commented on issue #8807: Incoherent training and validation metrics in recommender system example URL: https://github.com/apache/incubator-mxnet/issues/8807#issuecomment-371982419 proposed labels: "Python", "Example", "Discussion", "Metric"

[GitHub] mbaijal commented on issue #8886: Bug in mx.nd.NDArray.reshape ~

2018-03-09 Thread GitBox
mbaijal commented on issue #8886: Bug in mx.nd.NDArray.reshape ~ URL: https://github.com/apache/incubator-mxnet/issues/8886#issuecomment-371982246 Please add the labels - "NDArray" and "Bug" This is an automated message from

[GitHub] harshitajain1994 commented on issue #8871: Lots of unnecessary output on caught exceptions

2018-03-09 Thread GitBox
harshitajain1994 commented on issue #8871: Lots of unnecessary output on caught exceptions URL: https://github.com/apache/incubator-mxnet/issues/8871#issuecomment-371982295 Proposed Labels : "Call for Contribution", "Exception Handling", "Python"

  1   2   3   >