[GitHub] cjolivier01 commented on issue #9564: Fix non-MSVC build problem

2018-01-25 Thread GitBox
cjolivier01 commented on issue #9564: Fix non-MSVC build problem URL: https://github.com/apache/incubator-mxnet/pull/9564#issuecomment-360548976 That's an MSVC flag... This is an automated message from the Apache Git Service.

[GitHub] sxjscience commented on issue #9540: refactor regression ops to nnvm interface

2018-01-25 Thread GitBox
sxjscience commented on issue #9540: refactor regression ops to nnvm interface URL: https://github.com/apache/incubator-mxnet/pull/9540#issuecomment-360540013 Added some minor docstring comments. The PR looks good. This is an

[GitHub] sxjscience commented on a change in pull request #9540: refactor regression ops to nnvm interface

2018-01-25 Thread GitBox
sxjscience commented on a change in pull request #9540: refactor regression ops to nnvm interface URL: https://github.com/apache/incubator-mxnet/pull/9540#discussion_r163912881 ## File path: src/operator/regression_output.cc ## @@ -18,86 +18,96 @@ */ /*! - *

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

2018-01-25 Thread GitBox
marcoabreu commented on issue #9560: Expand gpu-kernel-launch synchronous error checking. URL: https://github.com/apache/incubator-mxnet/pull/9560#issuecomment-360531499 While we're not running C++ tests yet, we plan to do so soon. Wouldn't it be possible to define this test-operator in

[GitHub] marcoabreu commented on issue #9564: Fix non-MSVC build problem

2018-01-25 Thread GitBox
marcoabreu commented on issue #9564: Fix non-MSVC build problem URL: https://github.com/apache/incubator-mxnet/pull/9564#issuecomment-360530606 How did you find out about this error? This is an automated message from the

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

2018-01-25 Thread GitBox
fmder 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-360524735 @zzcpf Have you solved this issue? I'm running in the same problem.

[GitHub] cjolivier01 opened a new pull request #9564: Fix non-MSVC build problem

2018-01-25 Thread GitBox
cjolivier01 opened a new pull request #9564: Fix non-MSVC build problem URL: https://github.com/apache/incubator-mxnet/pull/9564 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make lint`)

[GitHub] tdomhan commented on issue #9541: Bugfix: kAddTo support for swap_axes.

2018-01-25 Thread GitBox
tdomhan commented on issue #9541: Bugfix: kAddTo support for swap_axes. URL: https://github.com/apache/incubator-mxnet/pull/9541#issuecomment-360507269 thanks for merging! I will try to create an appropriate test based on pointers from @sxjscience.

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

2018-01-25 Thread GitBox
KellenSunderland commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds. URL: https://github.com/apache/incubator-mxnet/pull/9542#discussion_r163862716 ## File path: Jenkinsfile ## @@ -281,6 +281,16 @@ try

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

2018-01-25 Thread GitBox
KellenSunderland commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds. URL: https://github.com/apache/incubator-mxnet/pull/9542#discussion_r163862303 ## File path: Jenkinsfile ## @@ -281,6 +281,16 @@ try

[GitHub] marcoabreu commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds.

2018-01-25 Thread GitBox
marcoabreu commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds. URL: https://github.com/apache/incubator-mxnet/pull/9542#discussion_r163857654 ## File path: Jenkinsfile ## @@ -281,6 +281,16 @@ try {

[GitHub] marcoabreu commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds.

2018-01-25 Thread GitBox
marcoabreu commented on a change in pull request #9542: WIP: Do not merge, Dockerfile to create Jetson TX1 and TX2 compatible builds. URL: https://github.com/apache/incubator-mxnet/pull/9542#discussion_r163858438 ## File path: Jenkinsfile ## @@ -281,6 +281,16 @@ try {

[GitHub] larroy commented on a change in pull request #9457: Move get_images to test_utils.py, so it can be used from other tests. Fix documentation with recent im2rec changes.

2018-01-25 Thread GitBox
larroy commented on a change in pull request #9457: Move get_images to test_utils.py, so it can be used from other tests. Fix documentation with recent im2rec changes. URL: https://github.com/apache/incubator-mxnet/pull/9457#discussion_r163858721 ## File path:

[GitHub] pengzhao-intel commented on issue #9545: Profiling discussion

2018-01-25 Thread GitBox
pengzhao-intel commented on issue #9545: Profiling discussion URL: https://github.com/apache/incubator-mxnet/issues/9545#issuecomment-360473609 Thanks again, @cjolivier01. @TaoLv provides very informative questions. FYI, two points I'd like to mention: - **MKL-DNN profile

[GitHub] pengzhao-intel commented on issue #9545: Profiling discussion

2018-01-25 Thread GitBox
pengzhao-intel commented on issue #9545: Profiling discussion URL: https://github.com/apache/incubator-mxnet/issues/9545#issuecomment-360473609 Thanks again, @cjolivier01. @TaoLv provides very informative questions. FYI, two points I'd like to mention: - **MKL-DNN profile

[GitHub] feevos opened a new issue #9563: Gluon pretrained resnet models - downsample layer stride=1?

2018-01-25 Thread GitBox
feevos opened a new issue #9563: Gluon pretrained resnet models - downsample layer stride=1? URL: https://github.com/apache/incubator-mxnet/issues/9563 Dear all, I noticed in the architecture of some of the pretrained resnet models, that the first downsample HybridBlock has

[GitHub] ZiyueHuang commented on issue #9540: refactor regression ops to nnvm interface

2018-01-25 Thread GitBox
ZiyueHuang commented on issue #9540: refactor regression ops to nnvm interface URL: https://github.com/apache/incubator-mxnet/pull/9540#issuecomment-360458347 Thanks for the comments. Updated. This is an automated message

[GitHub] szha commented on issue #8425: MXNET AMI URL has been broken

2018-01-25 Thread GitBox
szha commented on issue #8425: MXNET AMI URL has been broken URL: https://github.com/apache/incubator-mxnet/issues/8425#issuecomment-360452352 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to"

[GitHub] szha commented on issue #8420: bug in 0.12.0b20171022

2018-01-25 Thread GitBox
szha commented on issue #8420: bug in 0.12.0b20171022 URL: https://github.com/apache/incubator-mxnet/issues/8420#issuecomment-360452350 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to" questions, our

[GitHub] szha commented on issue #7873: Issues on training CIFAR10 with official example code

2018-01-25 Thread GitBox
szha commented on issue #7873: Issues on training CIFAR10 with official example code URL: https://github.com/apache/incubator-mxnet/issues/7873#issuecomment-360452347 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For

[GitHub] benqua commented on issue #8245: Use argmax instead of argmax_channel in Accuracy to keep dimention

2018-01-25 Thread GitBox
benqua commented on issue #8245: Use argmax instead of argmax_channel in Accuracy to keep dimention URL: https://github.com/apache/incubator-mxnet/pull/8245#issuecomment-360445475 checks have passed! @yzhliu can you have a look please?

[GitHub] TaoLv commented on issue #9545: Profiling discussion

2018-01-25 Thread GitBox
TaoLv commented on issue #9545: Profiling discussion URL: https://github.com/apache/incubator-mxnet/issues/9545#issuecomment-360400949 Hi Chris, thank you for creating this discussion issue. Some questions from my side: 1. Can I get some statistical infomation from profiling

<    1   2