[GitHub] eric-haibin-lin commented on a change in pull request #8000: Docs changes for launch.py usage

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #8000: Docs changes for launch.py usage URL: https://github.com/apache/incubator-mxnet/pull/8000#discussion_r159595515 ## File path: docs/faq/multi_devices.md ## @@ -148,6 +148,14 @@ Note that here we - `-n` number of

[GitHub] SSSSQD commented on issue #8180: Add wide and deep model into sparse example

2018-01-03 Thread GitBox
QD commented on issue #8180: Add wide and deep model into sparse example URL: https://github.com/apache/incubator-mxnet/pull/8180#issuecomment-355217298 hi, wide & deep learning, model.py line 52 and line 54, the hideen should be hidden

[GitHub] edmBernard commented on issue #1302: Draw Validation Curves

2018-01-03 Thread GitBox
edmBernard commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-355215608 @jrosebr1 here a complete example (not mine) to log accuracy and gradient in tensorboard from mxnet and using Gluon.

[GitHub] szha closed pull request #9299: Updating the PyPi package URL to be Apache and not DMLC

2018-01-03 Thread GitBox
szha closed pull request #9299: Updating the PyPi package URL to be Apache and not DMLC URL: https://github.com/apache/incubator-mxnet/pull/9299 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] DabiaoMa opened a new issue #9302: nd.contrib.fft issue

2018-01-03 Thread GitBox
DabiaoMa opened a new issue #9302: nd.contrib.fft issue URL: https://github.com/apache/incubator-mxnet/issues/9302 Hi, I am currently using nd.contrib.fft to compute STFT(short time Fourier transform) of audio wavs to implement the distilled WaveNet. I noticed that even I set

[GitHub] formath commented on issue #8168: A Todo List for the Sparse Feature (CPU)

2018-01-03 Thread GitBox
formath commented on issue #8168: A Todo List for the Sparse Feature (CPU) URL: https://github.com/apache/incubator-mxnet/issues/8168#issuecomment-350619183 Please add `LibFMIter` and example `field aware factorization machine` into todo list

[GitHub] lightingghost closed issue #9258: How to define a variable that is not trainable?

2018-01-03 Thread GitBox
lightingghost closed issue #9258: How to define a variable that is not trainable? URL: https://github.com/apache/incubator-mxnet/issues/9258 This is an automated message from the Apache Git Service. To respond to the

[GitHub] lightingghost commented on issue #9258: How to define a variable that is not trainable?

2018-01-03 Thread GitBox
lightingghost commented on issue #9258: How to define a variable that is not trainable? URL: https://github.com/apache/incubator-mxnet/issues/9258#issuecomment-355201843 Thanks for helping! @mwbyeon This is an automated

[GitHub] anirudh2290 commented on issue #8000: Docs changes for launch.py usage

2018-01-03 Thread GitBox
anirudh2290 commented on issue #8000: Docs changes for launch.py usage URL: https://github.com/apache/incubator-mxnet/pull/8000#issuecomment-355198690 @piiswrong @eric-haibin-lin is this good to merge ? This is an automated

[GitHub] mwbyeon commented on issue #9258: How to define a variable that is not trainable?

2018-01-03 Thread GitBox
mwbyeon commented on issue #9258: How to define a variable that is not trainable? URL: https://github.com/apache/incubator-mxnet/issues/9258#issuecomment-355195371 You can use `fixed_param_names` paramter See

[incubator-mxnet] branch master updated: Add clarification in sparse api doc (#9282)

2018-01-03 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 546b73a Add clarification in sparse

[GitHub] szha closed pull request #9282: Add clarification in sparse api doc

2018-01-03 Thread GitBox
szha closed pull request #9282: Add clarification in sparse api doc URL: https://github.com/apache/incubator-mxnet/pull/9282 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: Add operator for dot(dns, csr) = csr (#8938)

2018-01-03 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 8505442 Add operator for dot(dns,

[GitHub] eric-haibin-lin closed pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin closed pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938 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] cjolivier01 commented on issue #9300: bugfix for parallel rand generator on multi-gpu

2018-01-03 Thread GitBox
cjolivier01 commented on issue #9300: bugfix for parallel rand generator on multi-gpu URL: https://github.com/apache/incubator-mxnet/pull/9300#issuecomment-355190854 Fix verified This is an automated message from the Apache

[GitHub] feevos commented on issue #9288: Get HybridBlock layer shape on runtime

2018-01-03 Thread GitBox
feevos commented on issue #9288: Get HybridBlock layer shape on runtime URL: https://github.com/apache/incubator-mxnet/issues/9288#issuecomment-355186696 Hi @lupesko , thank you very much for your reply. Perhaps this is something I am not understanding very well (the way to properly use

[GitHub] gamenn commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
gamenn commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355189033 What exactly are the path variable names MXNet looks for? This is an automated

[GitHub] cjolivier01 commented on a change in pull request #9200: Fix the gradient of gather_nd

2018-01-03 Thread GitBox
cjolivier01 commented on a change in pull request #9200: Fix the gradient of gather_nd URL: https://github.com/apache/incubator-mxnet/pull/9200#discussion_r159573653 ## File path: src/common/cuda_utils.h ## @@ -479,6 +479,11 @@ static inline __device__ void

[GitHub] feevos commented on issue #9288: Get HybridBlock layer shape on runtime

2018-01-03 Thread GitBox
feevos commented on issue #9288: Get HybridBlock layer shape on runtime URL: https://github.com/apache/incubator-mxnet/issues/9288#issuecomment-355186696 Hi @lupesko , thank you very much for your reply. Perhaps this is something I am not understanding very well (the way to properly use

[GitHub] zhreshold commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
zhreshold commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355185001 @gamenn you are missing dll in path. CUDA runtime, visual c++ or something. windows won?t tell you which one is missing.

[GitHub] szha commented on issue #9301: How to fine-tune VGG16

2018-01-03 Thread GitBox
szha commented on issue #9301: How to fine-tune VGG16 URL: https://github.com/apache/incubator-mxnet/issues/9301#issuecomment-355184393 This has already been updated in latest version of mxnet:

[GitHub] mongoose54 opened a new issue #9301: How to fine-tune VGG16

2018-01-03 Thread GitBox
mongoose54 opened a new issue #9301: How to fine-tune VGG16 URL: https://github.com/apache/incubator-mxnet/issues/9301 This is more of a general question I have pretained VGG16 `vgg = gluon.model_zoo.vision.vgg16_bn(pretrained=True)` . How can I replace the last layer (i.e. 1000

[GitHub] lupesko commented on issue #9288: Get HybridBlock layer shape on runtime

2018-01-03 Thread GitBox
lupesko commented on issue #9288: Get HybridBlock layer shape on runtime URL: https://github.com/apache/incubator-mxnet/issues/9288#issuecomment-355182978 @nswamy please apply labels: Triaged Pending Requester Info Request For Information

[GitHub] lupesko commented on issue #9288: Get HybridBlock layer shape on runtime

2018-01-03 Thread GitBox
lupesko commented on issue #9288: Get HybridBlock layer shape on runtime URL: https://github.com/apache/incubator-mxnet/issues/9288#issuecomment-355182832 Are you trying to get the input shape at runtime? If so, `infer_shape` is not the right API. You may want to try something

[GitHub] javelinjs commented on a change in pull request #9300: bugfix for parallel rand generator on multi-gpu

2018-01-03 Thread GitBox
javelinjs commented on a change in pull request #9300: bugfix for parallel rand generator on multi-gpu URL: https://github.com/apache/incubator-mxnet/pull/9300#discussion_r159570071 ## File path: src/resource.cc ## @@ -272,24 +273,24 @@ class ResourceManagerImpl : public

[GitHub] javelinjs opened a new pull request #9300: bugfix for parallel rand generator on multi-gpu

2018-01-03 Thread GitBox
javelinjs opened a new pull request #9300: bugfix for parallel rand generator on multi-gpu URL: https://github.com/apache/incubator-mxnet/pull/9300 ## Description ## GPU rand state was not allocated on the right device, which can cause 'illegal memory access' when running with

[GitHub] szha commented on issue #9292: Runing MxNet

2018-01-03 Thread GitBox
szha commented on issue #9292: Runing MxNet URL: https://github.com/apache/incubator-mxnet/issues/9292#issuecomment-355177923 @abidmalik1967 you have multiple copies of mxnet on your machine. The one you installed is `mxnet-cu80==0.11.0` which is likely in

[GitHub] lupesko opened a new pull request #9299: Updating the PyPi package URL to be Apache and not DMLC

2018-01-03 Thread GitBox
lupesko opened a new pull request #9299: Updating the PyPi package URL to be Apache and not DMLC URL: https://github.com/apache/incubator-mxnet/pull/9299 ## Description ## Minor change to update the PyPi package URL to be Apache and not the old DMLC. @szha

[GitHub] lck1201 commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm)

2018-01-03 Thread GitBox
lck1201 commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm) URL: https://github.com/apache/incubator-mxnet/issues/9291#issuecomment-355176995 @lupesko @sxjscience thank you guys

[GitHub] marcoabreu opened a new pull request #9298: Increase timeout for GIT on windows (Fix #9297)

2018-01-03 Thread GitBox
marcoabreu opened a new pull request #9298: Increase timeout for GIT on windows (Fix #9297) URL: https://github.com/apache/incubator-mxnet/pull/9298 This PR increases the timeout for git checkout on windows slaves to 5x15 minutes. This will GitHub enough time to reset the quota.

[GitHub] marcoabreu opened a new issue #9297: git checkout on windows slaves times out

2018-01-03 Thread GitBox
marcoabreu opened a new issue #9297: git checkout on windows slaves times out URL: https://github.com/apache/incubator-mxnet/issues/9297 Due to rate limiting, introduced by GitHub, git checkout on windows slaves times out if multiple jobs are getting started at the same time.

[GitHub] chaoyuaw commented on a change in pull request #9165: add embedding learning example

2018-01-03 Thread GitBox
chaoyuaw commented on a change in pull request #9165: add embedding learning example URL: https://github.com/apache/incubator-mxnet/pull/9165#discussion_r159566297 ## File path: example/gluon/embedding_learning/README.md ## @@ -0,0 +1,72 @@ +# Image Embedding Learning +

[GitHub] marcoabreu opened a new pull request #9296: Disable test_operator.test_laop_3 #9295

2018-01-03 Thread GitBox
marcoabreu opened a new pull request #9296: Disable test_operator.test_laop_3 #9295 URL: https://github.com/apache/incubator-mxnet/pull/9296 In order to improve stability as tracked in https://github.com/apache/incubator-mxnet/issues/9295, this test should be disabled. Also, the skip

[GitHub] marcoabreu opened a new issue #9295: test_operator.test_laop_3 hangs

2018-01-03 Thread GitBox
marcoabreu opened a new issue #9295: test_operator.test_laop_3 hangs URL: https://github.com/apache/incubator-mxnet/issues/9295 The execution of test_operator.test_laop_3 randomly hangs without a message on Python3: MKLML-CPU. See

[GitHub] marcoabreu commented on issue #9295: test_operator.test_laop_3 hangs

2018-01-03 Thread GitBox
marcoabreu commented on issue #9295: test_operator.test_laop_3 hangs URL: https://github.com/apache/incubator-mxnet/issues/9295#issuecomment-355172885 @piiswrong @szha Please assign the proper label. This is an automated

[GitHub] tornadomeet commented on a change in pull request #9290: add epoch parameter to export() of HybridBlock

2018-01-03 Thread GitBox
tornadomeet commented on a change in pull request #9290: add epoch parameter to export() of HybridBlock URL: https://github.com/apache/incubator-mxnet/pull/9290#discussion_r159563554 ## File path: python/mxnet/gluon/block.py ## @@ -480,8 +480,10 @@ def export(self, path):

[GitHub] sxjscience closed issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm)

2018-01-03 Thread GitBox
sxjscience closed issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm) URL: https://github.com/apache/incubator-mxnet/issues/9291 This is an automated message from the Apache Git Service. To

[GitHub] gamenn commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
gamenn commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355169213 @zhreshold: Pasting below the output of diagnose.py --Python Info-- Version : 3.6.2 Compiler : MSC v.1900

[GitHub] anirudh2290 commented on issue #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
anirudh2290 commented on issue #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#issuecomment-355168439 Added dot(dns, csr) = csr to operator doc This is an automated message

[GitHub] eric-haibin-lin commented on issue #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin commented on issue #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#issuecomment-355166759 Is the operator documentation not updated? This is an automated

[GitHub] eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159560322 ## File path: src/operator/tensor/dot-inl.h ## @@ -228,8 +231,17 @@ inline bool

[GitHub] szha commented on issue #8143: `mx.callback.Speedometer` cannot be used in `epoch_end_callback`

2018-01-03 Thread GitBox
szha commented on issue #8143: `mx.callback.Speedometer` cannot be used in `epoch_end_callback` URL: https://github.com/apache/incubator-mxnet/issues/8143#issuecomment-355166185 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage.

[GitHub] anirudh2290 commented on issue #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
anirudh2290 commented on issue #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#issuecomment-355166255 @eric-haibin-lin Thank you for reviewing! I have made the necessary changes.

[GitHub] piiswrong commented on a change in pull request #9165: add embedding learning example

2018-01-03 Thread GitBox
piiswrong commented on a change in pull request #9165: add embedding learning example URL: https://github.com/apache/incubator-mxnet/pull/9165#discussion_r159559843 ## File path: example/gluon/embedding_learning/README.md ## @@ -0,0 +1,72 @@ +# Image Embedding Learning +

[GitHub] piiswrong closed pull request #9293: Make numpy functions return Symbol instead of numpy object array

2018-01-03 Thread GitBox
piiswrong closed pull request #9293: Make numpy functions return Symbol instead of numpy object array URL: https://github.com/apache/incubator-mxnet/pull/9293 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

[incubator-mxnet] branch master updated: Make numpy functions return Symbol instead of numpy object array (#9293)

2018-01-03 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 f79f0d4 Make numpy functions return

[GitHub] sxjscience commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm)

2018-01-03 Thread GitBox
sxjscience commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm) URL: https://github.com/apache/incubator-mxnet/issues/9291#issuecomment-355163811 This is not a bug. `clip_global_norm` clips the gradient arrays in place and returns the original

[GitHub] zhreshold commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
zhreshold commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355163288 @gamenn I suggest you can do quick self diagnose, for example, pip --version inside anaconda prompt, try to locate the site-packages of conda

[GitHub] lupesko commented on issue #9289: How to get the symbol type?

2018-01-03 Thread GitBox
lupesko commented on issue #9289: How to get the symbol type? URL: https://github.com/apache/incubator-mxnet/issues/9289#issuecomment-355161965 @nswamy please apply labels: Triaged Request For Information And please close.

[GitHub] gamenn commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
gamenn commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355160587 @zhreshold: I ran "pip install mxnet-cu80==1.0.0" from within the Anaconda prompt. I presume that would be the right way to install; isn't it?

[GitHub] lupesko commented on issue #9289: How to get the symbol type?

2018-01-03 Thread GitBox
lupesko commented on issue #9289: How to get the symbol type? URL: https://github.com/apache/incubator-mxnet/issues/9289#issuecomment-355161882 Thank you @mwbyeon ! @KeyKy I think we can close the issue, feel free to re-open if you still have questions.

[GitHub] gamenn commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
gamenn commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355161778 @lupesko: Added Windows and Python version info to the issue above. There is not much of a error callstack for this issue since the very first

[GitHub] lupesko commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm)

2018-01-03 Thread GitBox
lupesko commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm) URL: https://github.com/apache/incubator-mxnet/issues/9291#issuecomment-355161466 @nswamy please apply labels: Triaged Bug

[GitHub] eric-haibin-lin closed issue #9176: row_sparse ndarray + 0 should not return dense ndarray

2018-01-03 Thread GitBox
eric-haibin-lin closed issue #9176: row_sparse ndarray + 0 should not return dense ndarray URL: https://github.com/apache/incubator-mxnet/issues/9176 This is an automated message from the Apache Git Service. To respond to

[GitHub] lupesko commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm)

2018-01-03 Thread GitBox
lupesko commented on issue #9291: find a bug in mxnet.gluon.utils.clip_global_norm(arrays, max_norm) URL: https://github.com/apache/incubator-mxnet/issues/9291#issuecomment-355161399 Thank you @lck1201 ! I think you are correct, looping in @piiswrong for guidance. Additionally, we

[incubator-mxnet] branch master updated: sparse output for binary scalar op with zero (#9227)

2018-01-03 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 9d51e1a sparse output for binary

[incubator-mxnet] branch master updated: Usability improvement mxnet vae (#9008)

2018-01-03 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 9eff221 Usability improvement mxnet

[GitHub] gamenn commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
gamenn commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355160587 @zhreshold: I ran "pip install mxnet-cu80==1.0.0" from within the Anaconda prompt. I presume that would the right way to install; isn't it?

[GitHub] lupesko commented on issue #9292: Runing MxNet

2018-01-03 Thread GitBox
lupesko commented on issue #9292: Runing MxNet URL: https://github.com/apache/incubator-mxnet/issues/9292#issuecomment-355160558 @nswamy please apply labels: Triaged Pending Requester Info This is an automated message

[GitHub] lupesko commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
lupesko commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355159628 @gamenn, if @zhreshold suggestion still does not work, please provide more info so we can look into it: - Windows version - Python

[GitHub] lupesko commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
lupesko commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355159655 @nswamy please apply labels: - Triaged - Windows - Installation - Pending Requester Info

[GitHub] lupesko commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
lupesko commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355159628 @gamenn can you please provide more info: - Windows version - Python version - The full error stack

[GitHub] lupesko commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
lupesko commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355159655 @nswamy please apply labels: - Triaged - Windows - Installation This

[GitHub] zhreshold commented on issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
zhreshold commented on issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294#issuecomment-355159335 This is most likely you are pythonmidmatched pip and python. Make sure you install using the pip come with anaconda

[GitHub] gamenn opened a new issue #9294: Trouble installing on Windows

2018-01-03 Thread GitBox
gamenn opened a new issue #9294: Trouble installing on Windows URL: https://github.com/apache/incubator-mxnet/issues/9294 [I am posting this issue for the attention of @zhreshold, as suggested by a member of MXNet team. I am trying to get MXNet working on Windows with Anaconda

[GitHub] piiswrong commented on a change in pull request #9283: Fix custom op multi-gpu scaling

2018-01-03 Thread GitBox
piiswrong commented on a change in pull request #9283: Fix custom op multi-gpu scaling URL: https://github.com/apache/incubator-mxnet/pull/9283#discussion_r159549694 ## File path: src/operator/custom/custom-inl.h ## @@ -63,11 +64,80 @@ class Registry { return

[incubator-mxnet] branch master updated: Updating the README files and examples in "ctc" and "recommenders" folder. (#9073)

2018-01-03 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 600a163 Updating the README files and

[GitHub] eric-haibin-lin closed pull request #9073: Updating the README files and examples in "ctc" and "recommenders" folder.

2018-01-03 Thread GitBox
eric-haibin-lin closed pull request #9073: Updating the README files and examples in "ctc" and "recommenders" folder. URL: https://github.com/apache/incubator-mxnet/pull/9073 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below

[GitHub] aaronmarkham commented on a change in pull request #9073: Updating the README files and examples in "ctc" and "recommenders" folder.

2018-01-03 Thread GitBox
aaronmarkham commented on a change in pull request #9073: Updating the README files and examples in "ctc" and "recommenders" folder. URL: https://github.com/apache/incubator-mxnet/pull/9073#discussion_r159547368 ## File path: example/ctc/README.md ## @@ -49,68 +55,26 @@

[GitHub] nswamy commented on issue #9292: Runing MxNet

2018-01-03 Thread GitBox
nswamy commented on issue #9292: Runing MxNet URL: https://github.com/apache/incubator-mxnet/issues/9292#issuecomment-355149988 are you running on a machine that has a GPU ? This is an automated message from the Apache Git

[GitHub] sxjscience commented on issue #9265: Add label_from_zero_one argument to LogisticLoss

2018-01-03 Thread GitBox
sxjscience commented on issue #9265: Add label_from_zero_one argument to LogisticLoss URL: https://github.com/apache/incubator-mxnet/pull/9265#issuecomment-355149943 @piiswrong I've renamed accordingly. This is an automated

[GitHub] sxjscience commented on issue #9200: Fix the gradient of gather_nd

2018-01-03 Thread GitBox
sxjscience commented on issue #9200: Fix the gradient of gather_nd URL: https://github.com/apache/incubator-mxnet/pull/9200#issuecomment-355149898 @piiswrong I've renamed accordingly. This is an automated message from the

[GitHub] eric-haibin-lin closed pull request #9108: update README.md with details on typical usage of the scripts

2018-01-03 Thread GitBox
eric-haibin-lin closed pull request #9108: update README.md with details on typical usage of the scripts URL: https://github.com/apache/incubator-mxnet/pull/9108 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake

[incubator-mxnet] branch master updated: update README.md with details on typical usage of the scripts (#9108)

2018-01-03 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 996d548 update README.md with details

[GitHub] anirudh2290 commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
anirudh2290 commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159539941 ## File path: src/operator/tensor/dot-inl.h ## @@ -228,8 +231,17 @@ inline bool

[GitHub] anirudh2290 commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
anirudh2290 commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159539941 ## File path: src/operator/tensor/dot-inl.h ## @@ -228,8 +231,17 @@ inline bool

[GitHub] eric-haibin-lin commented on a change in pull request #9283: Fix custom op multi-gpu scaling

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #9283: Fix custom op multi-gpu scaling URL: https://github.com/apache/incubator-mxnet/pull/9283#discussion_r159530705 ## File path: src/operator/custom/custom-inl.h ## @@ -63,11 +64,80 @@ class Registry { return

[GitHub] jrosebr1 commented on issue #1302: Draw Validation Curves

2018-01-03 Thread GitBox
jrosebr1 commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-355128662 Thanks! This is an automated message from the Apache Git Service. To respond to the

[GitHub] zhanghang1989 commented on issue #7938: instance norm and reflection padding

2018-01-03 Thread GitBox
zhanghang1989 commented on issue #7938: instance norm and reflection padding URL: https://github.com/apache/incubator-mxnet/pull/7938#issuecomment-355127864 Thanks @piiswrong! I made some changes to the doc. This is an

[GitHub] edmBernard commented on issue #1302: Draw Validation Curves

2018-01-03 Thread GitBox
edmBernard commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-355127486 Yes the standalone tensorboard maintained by dmlc: https://github.com/dmlc/tensorboard documentation on python API with a mxnet example:

[GitHub] cjolivier01 opened a new pull request #9293: Make numpy functions return Symbol instead of numpy object array

2018-01-03 Thread GitBox
cjolivier01 opened a new pull request #9293: Make numpy functions return Symbol instead of numpy object array URL: https://github.com/apache/incubator-mxnet/pull/9293 ## Description ## @piiswrong Fix comes from Eric (@piiswrong) from similar issue with NDArray Seen error

[GitHub] eric-haibin-lin commented on a change in pull request #9189: standard update for sparse sgd_mom_update

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #9189: standard update for sparse sgd_mom_update URL: https://github.com/apache/incubator-mxnet/pull/9189#discussion_r159516903 ## File path: src/operator/optimizer_op-inl.h ## @@ -460,6 +461,99 @@ inline void

[GitHub] szha commented on issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers.

2018-01-03 Thread GitBox
szha commented on issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers. URL: https://github.com/apache/incubator-mxnet/issues/8805#issuecomment-355115711 Thanks. Given that this is a compatibility issue in 7.5 curand and there's no plan to fix for

[GitHub] szha closed issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers.

2018-01-03 Thread GitBox
szha closed issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers. URL: https://github.com/apache/incubator-mxnet/issues/8805 This is an automated message from the Apache Git Service. To

[GitHub] eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159513000 ## File path: tests/python/unittest/test_sparse_operator.py ## @@ -1248,10 +1273,12 @@ def

[GitHub] eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159512289 ## File path: src/operator/tensor/dot-inl.h ## @@ -228,8 +231,17 @@ inline bool

[GitHub] eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159514115 ## File path: src/operator/tensor/dot-inl.h ## @@ -527,6 +539,80 @@ struct

[GitHub] cliffwoolley commented on issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers.

2018-01-03 Thread GitBox
cliffwoolley commented on issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers. URL: https://github.com/apache/incubator-mxnet/issues/8805#issuecomment-355111443 I'm not aware of any such plan.

[GitHub] eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159513184 ## File path: src/operator/tensor/dot-inl.h ## @@ -811,6 +897,96 @@ inline void

[GitHub] eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr

2018-01-03 Thread GitBox
eric-haibin-lin commented on a change in pull request #8938: Add operator for dot(dns, csr) = csr URL: https://github.com/apache/incubator-mxnet/pull/8938#discussion_r159510905 ## File path: include/mxnet/ndarray.h ## @@ -305,7 +305,10 @@ class NDArray { bool

[GitHub] piiswrong commented on issue #7938: instance norm and reflection padding

2018-01-03 Thread GitBox
piiswrong commented on issue #7938: instance norm and reflection padding URL: https://github.com/apache/incubator-mxnet/pull/7938#issuecomment-355110211 see the other ops for doc format. Also please add test cases This

[incubator-mxnet] branch master updated: Contrib operators for object-detection bounding box related stuffs (#8603)

2018-01-03 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 7e7cf3a Contrib operators for

[GitHub] piiswrong closed pull request #8603: Contrib operators for object-detection bounding box related stuffs

2018-01-03 Thread GitBox
piiswrong closed pull request #8603: Contrib operators for object-detection bounding box related stuffs URL: https://github.com/apache/incubator-mxnet/pull/8603 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

[GitHub] sxjscience commented on issue #9265: Add label_from_zero_one argument to LogisticLoss

2018-01-03 Thread GitBox
sxjscience commented on issue #9265: Add label_from_zero_one argument to LogisticLoss URL: https://github.com/apache/incubator-mxnet/pull/9265#issuecomment-355108751 Sounds good This is an automated message from the Apache

[GitHub] piiswrong closed pull request #9224: fix trainer: init kvstore before load states

2018-01-03 Thread GitBox
piiswrong closed pull request #9224: fix trainer: init kvstore before load states URL: https://github.com/apache/incubator-mxnet/pull/9224 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

[GitHub] piiswrong commented on a change in pull request #8603: Contrib operators for object-detection bounding box related stuffs

2018-01-03 Thread GitBox
piiswrong commented on a change in pull request #8603: Contrib operators for object-detection bounding box related stuffs URL: https://github.com/apache/incubator-mxnet/pull/8603#discussion_r159511264 ## File path: src/operator/contrib/bounding_box.cc ## @@ -0,0 +1,194 @@

[GitHub] szha commented on issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers.

2018-01-03 Thread GitBox
szha commented on issue #8805: Release Branch 1.0 crashing for several tests in CUDA 7.5 docker containers. URL: https://github.com/apache/incubator-mxnet/issues/8805#issuecomment-355107812 @DickJC123 is there any plan to patch 7.5 curand?

[GitHub] piiswrong commented on issue #8738: Fix custom op - infer_storage_type_backward

2018-01-03 Thread GitBox
piiswrong commented on issue #8738: Fix custom op - infer_storage_type_backward URL: https://github.com/apache/incubator-mxnet/pull/8738#issuecomment-355106620 This will need to be refactored after this fix is merged: https://github.com/apache/incubator-mxnet/pull/9283

[incubator-mxnet] branch master updated: FTML optimizer implementation (#9262)

2018-01-03 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 12cb0d2 FTML optimizer implementation

[GitHub] szha closed issue #9211: mx.io.NDArrayIter with scipy.sparse, last batch becomes dense and with no warning upfront

2018-01-03 Thread GitBox
szha closed issue #9211: mx.io.NDArrayIter with scipy.sparse, last batch becomes dense and with no warning upfront URL: https://github.com/apache/incubator-mxnet/issues/9211 This is an automated message from the Apache Git

  1   2   >