[GitHub] chinakook commented on issue #9940: [MXNET-46]remove set CMAKE_GENERATOR_TOOLSET

2018-04-15 Thread GitBox
chinakook commented on issue #9940: [MXNET-46]remove set CMAKE_GENERATOR_TOOLSET URL: https://github.com/apache/incubator-mxnet/pull/9940#issuecomment-381389257 In VS2017 with vc 14.0(default compiler of VS2015 but shipped with VS2017) included(cmake -T v140). USE_OLDCMAKECUDA is needed to

[GitHub] jianixrabbit commented on issue #10558: NNVM build failed in the newst mxnet version

2018-04-15 Thread GitBox
jianixrabbit commented on issue #10558: NNVM build failed in the newst mxnet version URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-381409791 Same errors occurred on archlinux with building tools chain as follows: ```bash $ yaourt -Q gcc6 python nvidia-dkms

[GitHub] bharatsingh430 commented on issue #8156: Why mx-rcnn doesn't has proposal_target (cuda or C++) layer?

2018-04-15 Thread GitBox
bharatsingh430 commented on issue #8156: Why mx-rcnn doesn't has proposal_target (cuda or C++) layer? URL: https://github.com/apache/incubator-mxnet/issues/8156#issuecomment-381410705 I don't think the above repo has the functionality requested. May be you can tell which file does that. T

[GitHub] KellenSunderland commented on issue #8016: mxnet installation GPU validation issue/error

2018-04-15 Thread GitBox
KellenSunderland commented on issue #8016: mxnet installation GPU validation issue/error URL: https://github.com/apache/incubator-mxnet/issues/8016#issuecomment-381413644 I've tested that this works as expected with recent builds. As mentioned previously it was likely an environment issu

[GitHub] David-Levinthal commented on issue #10489: profiling Sockeye does not produce valid json file: missing final characters

2018-04-15 Thread GitBox
David-Levinthal commented on issue #10489: profiling Sockeye does not produce valid json file: missing final characters URL: https://github.com/apache/incubator-mxnet/issues/10489#issuecomment-381423216 It is useful to profile single minibatches..and for long running training jobs (like

[GitHub] piiswrong closed pull request #10547: Remove empty file from examples

2018-04-15 Thread GitBox
piiswrong closed pull request #10547: Remove empty file from examples URL: https://github.com/apache/incubator-mxnet/pull/10547 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: Remove empty file from examples (#10547)

2018-04-15 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 06b3809 Remove empty file from examples

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

2018-04-15 Thread GitBox
anirudh2290 commented on issue #10545: Add NEWS and README URL: https://github.com/apache/incubator-mxnet/pull/10545#issuecomment-381439587 @eric-haibin-lin @piiswrong is this good to merge ? This is an automated message from

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

2018-04-15 Thread GitBox
anirudh2290 commented on issue #10545: Add NEWS and README URL: https://github.com/apache/incubator-mxnet/pull/10545#issuecomment-381439587 @eric-haibin-lin @piiswrong is this good to merge ? @marcoabreu do you have other stuff to add to the NEWS.md ? --

[GitHub] moshelooks opened a new pull request #10559: ensure kv store is initialized when saving states

2018-04-15 Thread GitBox
moshelooks opened a new pull request #10559: ensure kv store is initialized when saving states URL: https://github.com/apache/incubator-mxnet/pull/10559 ## Description ## Minor bugfix for calling `save_states()` on newly created trainer. Currently you get: ``` > if self

[GitHub] harusametime commented on issue #10528: [MXNET-316] Remove empty buckets causing index errors

2018-04-15 Thread GitBox
harusametime commented on issue #10528: [MXNET-316] Remove empty buckets causing index errors URL: https://github.com/apache/incubator-mxnet/pull/10528#issuecomment-381460693 @ThomasDelteil Thanks to @asitstands, I could push a test code into my branch. Now I find that all checks have pass

[GitHub] indhub commented on issue #10012: [Bug] There are two broken links on the top level README.md file which point to the old CI

2018-04-15 Thread GitBox
indhub commented on issue #10012: [Bug] There are two broken links on the top level README.md file which point to the old CI URL: https://github.com/apache/incubator-mxnet/issues/10012#issuecomment-381472565 Yes. This is fixed.

[GitHub] indhub closed issue #10012: [Bug] There are two broken links on the top level README.md file which point to the old CI

2018-04-15 Thread GitBox
indhub closed issue #10012: [Bug] There are two broken links on the top level README.md file which point to the old CI URL: https://github.com/apache/incubator-mxnet/issues/10012 This is an automated message from the Apache

[GitHub] indhub commented on issue #9772: ndarray indexing issues

2018-04-15 Thread GitBox
indhub commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-381472739 https://github.com/apache/incubator-mxnet/pull/10434 fixes this This is an automated m

[GitHub] indhub closed issue #9772: ndarray indexing issues

2018-04-15 Thread GitBox
indhub closed issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use t

[GitHub] piiswrong closed pull request #10559: ensure kv store is initialized when saving states

2018-04-15 Thread GitBox
piiswrong closed pull request #10559: ensure kv store is initialized when saving states URL: https://github.com/apache/incubator-mxnet/pull/10559 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

[incubator-mxnet] branch master updated: ensure kv store is initialized when saving states (#10559)

2018-04-15 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 f3c01d5 ensure kv store is initialized w

[GitHub] lionel92 opened a new issue #10560: It gets blocked when executing python binding during installation from source

2018-04-15 Thread GitBox
lionel92 opened a new issue #10560: It gets blocked when executing python binding during installation from source URL: https://github.com/apache/incubator-mxnet/issues/10560 Note: Providing complete information in the most concise form is the best way to get help. This issue template serv