[GitHub] haehn commented on issue #791: Databases with numpy

2017-08-11 Thread git
haehn commented on issue #791: Databases with numpy URL: https://github.com/apache/incubator-mxnet/issues/791#issuecomment-321859424 @yl2612 @yangshao did you solve this? if yes, could you please share code? This is an

[GitHub] piiswrong commented on issue #7429: Add more license files

2017-08-11 Thread git
piiswrong commented on issue #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429#issuecomment-321866643 scala test fails This is an automated message from the Apache Git Service. To

[GitHub] ptrendx commented on issue #7424: train_mnist.py failed: TypeError: __init__() got an unexpected keyword argument 'multi_precision'

2017-08-11 Thread git
ptrendx commented on issue #7424: train_mnist.py failed: TypeError: __init__() got an unexpected keyword argument 'multi_precision' URL: https://github.com/apache/incubator-mxnet/issues/7424#issuecomment-321865944 Strange, I can't reproduce that... Are you sure you compiled and "pip

[GitHub] lxn2 opened a new pull request #7432: Prepare for v0.11.0 release

2017-08-11 Thread git
lxn2 opened a new pull request #7432: Prepare for v0.11.0 release URL: https://github.com/apache/incubator-mxnet/pull/7432 This PR prepares for v0.11.0 release: - Bumps up version number - Adds updates to README & NEWS

[GitHub] mli commented on issue #7429: Add more license files

2017-08-11 Thread git
mli commented on issue #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429#issuecomment-321873782 LGTM, thanks This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] 02/02: Add license files

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a commit to branch ApacheRat2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 8b55872b728ae37648456b8cb38f66e88fdc4b2b Author: Nguyen AuthorDate: Fri Aug 11 10:32:26

[incubator-mxnet] branch ApacheRat2 updated (8395a84 -> 8b55872)

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a change to branch ApacheRat2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8395a84 Add more licenses new 6a765e4 Revert "Add more licenses" new 8b55872 Add license

[incubator-mxnet] 01/02: Revert "Add more licenses"

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a commit to branch ApacheRat2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 6a765e4c641fb44241121c05426422ebaf32adb8 Author: Nguyen AuthorDate: Fri Aug 11 10:26:57

[GitHub] eric-haibin-lin commented on a change in pull request #7390: adding ranking metrics (precision/recall) at position K.

2017-08-11 Thread git
eric-haibin-lin commented on a change in pull request #7390: adding ranking metrics (precision/recall) at position K. URL: https://github.com/apache/incubator-mxnet/pull/7390#discussion_r132746129 ## File path: python/mxnet/ranking_metrics.py ## @@ -0,0 +1,46 @@ +""" +A

[GitHub] eric-haibin-lin commented on a change in pull request #7390: adding ranking metrics (precision/recall) at position K.

2017-08-11 Thread git
eric-haibin-lin commented on a change in pull request #7390: adding ranking metrics (precision/recall) at position K. URL: https://github.com/apache/incubator-mxnet/pull/7390#discussion_r132746805 ## File path: python/mxnet/ranking_metrics.py ## @@ -0,0 +1,46 @@ +"""

[GitHub] eric-haibin-lin commented on a change in pull request #7390: adding ranking metrics (precision/recall) at position K.

2017-08-11 Thread git
eric-haibin-lin commented on a change in pull request #7390: adding ranking metrics (precision/recall) at position K. URL: https://github.com/apache/incubator-mxnet/pull/7390#discussion_r132745728 ## File path: python/mxnet/ranking_metrics.py ## @@ -0,0 +1,46 @@ +""" +A

[GitHub] sandeep-krishnamurthy commented on issue #7123: Add installation instruction for Fedora (#7107)

2017-08-11 Thread git
sandeep-krishnamurthy commented on issue #7123: Add installation instruction for Fedora (#7107) URL: https://github.com/apache/incubator-mxnet/pull/7123#issuecomment-321881050 @kottmann - Thank you for the contribution. However, I see below issues to accept this contribution. 1) We

[GitHub] sandeep-krishnamurthy commented on a change in pull request #7432: Prepare for v0.11.0 release

2017-08-11 Thread git
sandeep-krishnamurthy commented on a change in pull request #7432: Prepare for v0.11.0 release URL: https://github.com/apache/incubator-mxnet/pull/7432#discussion_r132750942 ## File path: NEWS.md ## @@ -1,5 +1,35 @@ MXNet Change Log +## 0.11.0 +- Major

[GitHub] ysh329 commented on a change in pull request #7363: Add tensorboard configure into ./common/fit.py and ./train_mnist.py

2017-08-11 Thread git
ysh329 commented on a change in pull request #7363: Add tensorboard configure into ./common/fit.py and ./train_mnist.py URL: https://github.com/apache/incubator-mxnet/pull/7363#discussion_r132632691 ## File path: example/image-classification/common/fit.py ## @@ -168,10

[GitHub] ysh329 commented on a change in pull request #7363: Add tensorboard configure into ./common/fit.py and ./train_mnist.py

2017-08-11 Thread git
ysh329 commented on a change in pull request #7363: Add tensorboard configure into ./common/fit.py and ./train_mnist.py URL: https://github.com/apache/incubator-mxnet/pull/7363#discussion_r132612116 ## File path: example/image-classification/common/fit.py ## @@ -168,10

[GitHub] AihahaFox opened a new issue #7427: how to set dataiter with multi data?

2017-08-11 Thread git
AihahaFox opened a new issue #7427: how to set dataiter with multi data? URL: https://github.com/apache/incubator-mxnet/issues/7427 hey guys, I tried to rewrite Dataiter to provide multi data, for func provide_data(), I set it be [('data1', shape1), ('data2', shape2)]. and bind this iter

[GitHub] piiswrong commented on issue #7425: Tensorcore fullyconnected support

2017-08-11 Thread git
piiswrong commented on issue #7425: Tensorcore fullyconnected support URL: https://github.com/apache/incubator-mxnet/pull/7425#issuecomment-321739426 This is overly complicated. Can we integrate it into

[GitHub] miraclewkf commented on issue #3475: Is there any easy way to monitor internal output of each layers?

2017-08-11 Thread git
miraclewkf commented on issue #3475: Is there any easy way to monitor internal output of each layers? URL: https://github.com/apache/incubator-mxnet/issues/3475#issuecomment-321752847 Is it the right way to create monitor: monitor = Monitor(...), it doesn't work for me.

[GitHub] kimtang commented on issue #7428: Linking error while compiling for R-package in windows

2017-08-11 Thread git
kimtang commented on issue #7428: Linking error while compiling for R-package in windows URL: https://github.com/apache/incubator-mxnet/issues/7428#issuecomment-321817681 I was able to compile the latest mxnet in windows with im2rec. I think this is the last missing steps to get im2rec

[GitHub] pras1406 commented on issue #7397: OSError: /home_dir/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot

2017-08-11 Thread git
pras1406 commented on issue #7397: OSError: /home_dir/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot URL: https://github.com/apache/incubator-mxnet/issues/7397#issuecomment-321800168 @szha yes specifying make -j8

[GitHub] eldercrow commented on issue #7281: Gradient function not returning enough gradient

2017-08-11 Thread git
eldercrow commented on issue #7281: Gradient function not returning enough gradient URL: https://github.com/apache/incubator-mxnet/issues/7281#issuecomment-321803587 Yes, I am using a custom layer, and I cannot simply put the code since it's too messy. I will try to make a failure case.

[GitHub] kimtang opened a new issue #7428: Linking error while compiling for R-package in windows

2017-08-11 Thread git
kimtang opened a new issue #7428: Linking error while compiling for R-package in windows URL: https://github.com/apache/incubator-mxnet/issues/7428 For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will be

[GitHub] crazy-cat commented on issue #7393: add depthwise convolution's gpu version optimization

2017-08-11 Thread git
crazy-cat commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-321776682 @piiswrong All checks have passed. This is an

[GitHub] pras1406 closed issue #7397: OSError: /home_dir/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot

2017-08-11 Thread git
pras1406 closed issue #7397: OSError: /home_dir/mxnet/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: cblas_ddot URL: https://github.com/apache/incubator-mxnet/issues/7397 This is an automated message from the

[GitHub] nswamy commented on a change in pull request #7432: Prepare for v0.11.0 release

2017-08-11 Thread git
nswamy commented on a change in pull request #7432: Prepare for v0.11.0 release URL: https://github.com/apache/incubator-mxnet/pull/7432#discussion_r132770381 ## File path: NEWS.md ## @@ -1,5 +1,35 @@ MXNet Change Log +## 0.11.0 Review comment: I

[GitHub] srochel commented on a change in pull request #7432: Prepare for v0.11.0 release

2017-08-11 Thread git
srochel commented on a change in pull request #7432: Prepare for v0.11.0 release URL: https://github.com/apache/incubator-mxnet/pull/7432#discussion_r132782073 ## File path: NEWS.md ## @@ -1,5 +1,35 @@ MXNet Change Log +## 0.11.0 Review comment:

[incubator-mxnet] branch lxn2-jenkinsfile deleted (was 551fa25)

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a change to branch lxn2-jenkinsfile in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 551fa25 Add new variables to Jenkinsfile (#7220) The revisions that were on this branch are still

[GitHub] lxn2 commented on issue #7429: Add more license files

2017-08-11 Thread git
lxn2 commented on issue #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429#issuecomment-321919977 PR builds passed, got approval, will merge now. This is an automated message from the

[GitHub] lxn2 commented on issue #7367: Code freeze - halt code merges

2017-08-11 Thread git
lxn2 commented on issue #7367: Code freeze - halt code merges URL: https://github.com/apache/incubator-mxnet/issues/7367#issuecomment-321922254 Unless it's a very small change or bug fix, please stop merging PRs today. This

[GitHub] DickJC123 commented on issue #7147: cuda support for linalg-functions, restructuring of linalg interfaces

2017-08-11 Thread git
DickJC123 commented on issue #7147: cuda support for linalg-functions, restructuring of linalg interfaces URL: https://github.com/apache/incubator-mxnet/pull/7147#issuecomment-321898602 What is the status on readying this PR for acceptance? We're considering adapting this code to support

[GitHub] kevinthesun opened a new pull request #5: Chnage to 0.11-RC

2017-08-11 Thread git
kevinthesun opened a new pull request #5: Chnage to 0.11-RC URL: https://github.com/apache/incubator-mxnet-site/pull/5 Only merge this after 0.11-RC released. This is an automated message from the Apache Git Service. To

[GitHub] nswamy commented on a change in pull request #7435: Website fix

2017-08-11 Thread git
nswamy commented on a change in pull request #7435: Website fix URL: https://github.com/apache/incubator-mxnet/pull/7435#discussion_r132793400 ## File path: docs/build_version_doc/AddVersion.py ## @@ -59,6 +59,9 @@ continue with

[GitHub] nswamy commented on a change in pull request #7429: Add more license files

2017-08-11 Thread git
nswamy commented on a change in pull request #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429#discussion_r132773202 ## File path: cpp-package/example/mlp.cpp ## @@ -1,5 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] nswamy commented on a change in pull request #7429: Add more license files

2017-08-11 Thread git
nswamy commented on a change in pull request #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429#discussion_r132773100 ## File path: cpp-package/example/lenet.cpp ## @@ -1,5 +1,23 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] nswamy commented on a change in pull request #7429: Add more license files

2017-08-11 Thread git
nswamy commented on a change in pull request #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429#discussion_r132773178 ## File path: cpp-package/example/lenet_with_mxdataiter.cpp ## @@ -1,5 +1,23 @@ +/* + * Licensed to the Apache

[GitHub] piiswrong opened a new pull request #7433: fix autograd memory cost

2017-08-11 Thread git
piiswrong opened a new pull request #7433: fix autograd memory cost URL: https://github.com/apache/incubator-mxnet/pull/7433 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] piiswrong closed pull request #7434: fix a formula typo in doc

2017-08-11 Thread git
piiswrong closed pull request #7434: fix a formula typo in doc URL: https://github.com/apache/incubator-mxnet/pull/7434 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] piiswrong commented on issue #7434: fix a formula typo in doc

2017-08-11 Thread git
piiswrong commented on issue #7434: fix a formula typo in doc URL: https://github.com/apache/incubator-mxnet/pull/7434#issuecomment-321923552 It is num filter This is an automated message from the Apache Git Service. To

[GitHub] zjjxsjh commented on issue #7434: fix a formula typo in doc

2017-08-11 Thread git
zjjxsjh commented on issue #7434: fix a formula typo in doc URL: https://github.com/apache/incubator-mxnet/pull/7434#issuecomment-321926015 num_channel is in the input dimension num_filter is in the output dimension the num_channel dimension should be summed up

[GitHub] zjjxsjh commented on issue #7434: fix a formula typo in doc

2017-08-11 Thread git
zjjxsjh commented on issue #7434: fix a formula typo in doc URL: https://github.com/apache/incubator-mxnet/pull/7434#issuecomment-321926015 num_channel is in the input dimension num_filter is in the output dimension the num_channel dimension should be summed up

[GitHub] kevinthesun opened a new pull request #7435: Website fix

2017-08-11 Thread git
kevinthesun opened a new pull request #7435: Website fix URL: https://github.com/apache/incubator-mxnet/pull/7435 1. Remove dmlc copyright. 2. Add link to CoreML converter 3. Modify some logics in building versioning website.

[GitHub] haehn commented on issue #6195: mx.io.NDArrayIter cannot work with large memmap npy file.

2017-08-11 Thread git
haehn commented on issue #6195: mx.io.NDArrayIter cannot work with large memmap npy file. URL: https://github.com/apache/incubator-mxnet/issues/6195#issuecomment-321930283 This is an issue for us. Is there any fix planned?

[GitHub] nswamy commented on a change in pull request #7432: Prepare for v0.11.0 release

2017-08-11 Thread git
nswamy commented on a change in pull request #7432: Prepare for v0.11.0 release URL: https://github.com/apache/incubator-mxnet/pull/7432#discussion_r132770265 ## File path: NEWS.md ## @@ -1,5 +1,35 @@ MXNet Change Log Review comment: News and

[GitHub] nswamy commented on a change in pull request #7432: Prepare for v0.11.0 release

2017-08-11 Thread git
nswamy commented on a change in pull request #7432: Prepare for v0.11.0 release URL: https://github.com/apache/incubator-mxnet/pull/7432#discussion_r132770514 ## File path: README.md ## @@ -22,6 +22,7 @@ deep learning systems, and interesting insights of DL systems for

[incubator-mxnet] branch master updated: Add autograd function (#7403)

2017-08-11 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 8ae2970 Add autograd function (#7403)

[GitHub] kottmann commented on issue #7123: Add installation instruction for Fedora (#7107)

2017-08-11 Thread git
kottmann commented on issue #7123: Add installation instruction for Fedora (#7107) URL: https://github.com/apache/incubator-mxnet/pull/7123#issuecomment-321909870 @sandeep-krishnamurthy I think it would also add value without CI, because it will make it easier for people to figure it out

[GitHub] piiswrong closed pull request #7403: Add autograd function

2017-08-11 Thread git
piiswrong closed pull request #7403: Add autograd function URL: https://github.com/apache/incubator-mxnet/pull/7403 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] lxn2 closed pull request #7429: Add more license files

2017-08-11 Thread git
lxn2 closed pull request #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[incubator-mxnet] branch master updated: Add more license files (#7429)

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 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 a5373e6 Add more license files (#7429)

[GitHub] ZiyueHuang commented on issue #7430: [RCNN] remove self-implemented speedometer

2017-08-11 Thread git
ZiyueHuang commented on issue #7430: [RCNN] remove self-implemented speedometer URL: https://github.com/apache/incubator-mxnet/pull/7430#issuecomment-321954780 ping @precedenceguo @piiswrong This is an automated message

[GitHub] haehn opened a new issue #7436: NDArrayIter fails on large data (bug in tensor_blob.h)

2017-08-11 Thread git
haehn opened a new issue #7436: NDArrayIter fails on large data (bug in tensor_blob.h) URL: https://github.com/apache/incubator-mxnet/issues/7436 ``` print X_train.shape, Y_train.shape, X_train.nbytes print X_val.shape, Y_val.shape, X_val.nbytes print X_test.shape, Y_test.shape,

[GitHub] haehn commented on issue #4696: run errors

2017-08-11 Thread git
haehn commented on issue #4696: run errors URL: https://github.com/apache/incubator-mxnet/issues/4696#issuecomment-321934353 pip install mxnet-cu80 worked for me This is an automated message from the Apache Git Service. To

[GitHub] pracheer commented on issue #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge)

2017-08-11 Thread git
pracheer commented on issue #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge) URL: https://github.com/apache/incubator-mxnet/pull/7337#issuecomment-321947013 Superseded by https://github.com/apache/incubator-mxnet/pull/7438

[GitHub] asmushetzel commented on issue #7147: cuda support for linalg-functions, restructuring of linalg interfaces

2017-08-11 Thread git
asmushetzel commented on issue #7147: cuda support for linalg-functions, restructuring of linalg interfaces URL: https://github.com/apache/incubator-mxnet/pull/7147#issuecomment-321932374 It's in the final rounds of testing. Goal is to have it integrated next week. It would be awesome

[GitHub] piiswrong commented on a change in pull request #7393: add depthwise convolution's gpu version optimization

2017-08-11 Thread git
piiswrong commented on a change in pull request #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#discussion_r132803681 ## File path: src/operator/convolution-inl.h ## @@ -97,6 +98,8 @@ struct

[GitHub] pracheer closed pull request #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge)

2017-08-11 Thread git
pracheer closed pull request #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge) URL: https://github.com/apache/incubator-mxnet/pull/7337 This is an automated message from the Apache Git Service. To respond

[GitHub] pracheer commented on issue #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge)

2017-08-11 Thread git
pracheer commented on issue #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge) URL: https://github.com/apache/incubator-mxnet/pull/7337#issuecomment-321948577 Previous pull request: https://github.com/apache/incubator-mxnet/pull/7337

[GitHub] pracheer commented on issue #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge)

2017-08-11 Thread git
pracheer commented on issue #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge) URL: https://github.com/apache/incubator-mxnet/pull/7337#issuecomment-321948577 Previous pull request: https://github.com/apache/incubator-mxnet/pull/7337

[GitHub] tqchen commented on issue #7434: fix a formula typo in doc

2017-08-11 Thread git
tqchen commented on issue #7434: fix a formula typo in doc URL: https://github.com/apache/incubator-mxnet/pull/7434#issuecomment-321927323 @piiswrong It is indeed should be channel? This is an automated message from the

[GitHub] haehn commented on issue #3030: Does mxnet support .npy format file?

2017-08-11 Thread git
haehn commented on issue #3030: Does mxnet support .npy format file? URL: https://github.com/apache/incubator-mxnet/issues/3030#issuecomment-321934681 the same error is thrown if the array is large.. the underlying exception is different tho: ``` print X_train.shape,

[GitHub] piiswrong closed pull request #7374: fix consistency of cpu/gpu in stn

2017-08-11 Thread git
piiswrong closed pull request #7374: fix consistency of cpu/gpu in stn URL: https://github.com/apache/incubator-mxnet/pull/7374 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] pracheer opened a new pull request #7438: MXNet -> Apple CoreML converter

2017-08-11 Thread git
pracheer opened a new pull request #7438: MXNet -> Apple CoreML converter URL: https://github.com/apache/incubator-mxnet/pull/7438 This tool helps convert MXNet models into [Apple CoreML](https://developer.apple.com/documentation/coreml) format which can then be run on Apple devices.

[GitHub] nswamy closed pull request #7438: MXNet -> Apple CoreML converter

2017-08-11 Thread git
nswamy closed pull request #7438: MXNet -> Apple CoreML converter URL: https://github.com/apache/incubator-mxnet/pull/7438 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] asmushetzel commented on issue #7147: cuda support for linalg-functions, restructuring of linalg interfaces

2017-08-11 Thread git
asmushetzel commented on issue #7147: cuda support for linalg-functions, restructuring of linalg interfaces URL: https://github.com/apache/incubator-mxnet/pull/7147#issuecomment-321958146 Should all be o.k. now but Jenkins seems to be non-responsive. Have to wait until it is up again.

[GitHub] szha commented on a change in pull request #7304: gluon bce loss

2017-08-11 Thread git
szha commented on a change in pull request #7304: gluon bce loss URL: https://github.com/apache/incubator-mxnet/pull/7304#discussion_r132810196 ## File path: python/mxnet/gluon/loss.py ## @@ -148,13 +150,48 @@ def __init__(self, weight=None, batch_axis=0, **kwargs):

[GitHub] lxn2 closed pull request #7418: Enable Apache Rat + add more license headers

2017-08-11 Thread git
lxn2 closed pull request #7418: Enable Apache Rat + add more license headers URL: https://github.com/apache/incubator-mxnet/pull/7418 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-mxnet] branch ApacheRat2 deleted (was 186266c)

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a change to branch ApacheRat2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 186266c Add more license files This change permanently discards the following revisions: discard

[incubator-mxnet] 01/01: Add more licenses

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a commit to branch ApacheRat2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 8395a84d21a0cebaf909ec277b7b5d6feffa1412 Author: Nguyen AuthorDate: Fri Aug 11 08:05:51

[GitHub] ptrendx commented on issue #7384: Parameter 'dtype' in the function 'ImageRecordIter' doesn't work

2017-08-11 Thread git
ptrendx commented on issue #7384: Parameter 'dtype' in the function 'ImageRecordIter' doesn't work URL: https://github.com/apache/incubator-mxnet/issues/7384#issuecomment-321864377 Did it work in the previous version of the ImageRecordIter (you can test that by changing ImageRecordIter

[GitHub] madjam commented on issue #7123: Add installation instruction for Fedora (#7107)

2017-08-11 Thread git
madjam commented on issue #7123: Add installation instruction for Fedora (#7107) URL: https://github.com/apache/incubator-mxnet/pull/7123#issuecomment-321846027 what version of Fedora is this tested on? We have CI tests for validating installation instructions. Not sure if Fedora is

[GitHub] kottmann commented on issue #7123: Add installation instruction for Fedora (#7107)

2017-08-11 Thread git
kottmann commented on issue #7123: Add installation instruction for Fedora (#7107) URL: https://github.com/apache/incubator-mxnet/pull/7123#issuecomment-321847051 @madjam I tested this with Fedora 26, and let me test it as well with Fedora 25. Older versions are not supported anymore.

[GitHub] ZiyueHuang opened a new pull request #7430: remove self-implemented speedometer

2017-08-11 Thread git
ZiyueHuang opened a new pull request #7430: remove self-implemented speedometer URL: https://github.com/apache/incubator-mxnet/pull/7430 Because mx.callback.Speedometer has parameter `auto_rest` now, its behavior is the same with the self-implemented Speedometer when `auto_rest=false`.

[GitHub] Tao-Sun opened a new issue #7431: AttributeError: 'module' object has no attribute 'stack'

2017-08-11 Thread git
Tao-Sun opened a new issue #7431: AttributeError: 'module' object has no attribute 'stack' URL: https://github.com/apache/incubator-mxnet/issues/7431 For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will

[incubator-mxnet] branch ApacheRat2 created (now 8395a84)

2017-08-11 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a change to branch ApacheRat2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 8395a84 Add more licenses This branch includes the following new commits: new 8395a84 Add more

[GitHub] punisher-n commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80

2017-08-11 Thread git
punisher-n commented on issue #6023: pip install error: No matching distribution found for mxnet-cu80 URL: https://github.com/apache/incubator-mxnet/issues/6023#issuecomment-321838490 I am having the same issues with my machine -- Could not find a version that satisfies

[GitHub] lxn2 opened a new pull request #7429: Add more license files

2017-08-11 Thread git
lxn2 opened a new pull request #7429: Add more license files URL: https://github.com/apache/incubator-mxnet/pull/7429 Added more extension handlers to license_header.py. Made it verbose so we keep track of what we're whitelisting/skipping. Added license headers to files with newly