Re: Apache MXNet build failures are mostly valid - verify before merge

2017-09-28 Thread Tsuyoshi Ozawa
*" >> >> >> -Gautam >> >> >> >> On Wed, Sep 27, 2017 at 11:09 PM, Chris Olivier >> wrote: >> >> > What does that mean? "Protected"? Protected from what? >> > >> > On Wed, Sep 27, 2017 at 1

Re: CI system seems to be using python3 for python2 builds

2017-09-28 Thread Tsuyoshi Ozawa
am not sure if it >> affects. I can probably scrub the build log and figure out if thats the >> case. >> >> >> Feel free to send the PR, if you have it ready. >> >> >> -Gautam >> >> >> On Wed, Sep 27, 2017 at 9:39 PM, Tsuyoshi Ozawa

Re: CI system seems to be using python3 for python2 builds

2017-09-27 Thread Tsuyoshi Ozawa
of Python is 2.7.6 > > 3. There has been slight change > <https://github.com/apache/incubator-mxnet/pull/7658> in Jenkins file where > we tried to parallelize python2 and 3 test run. I am not sure if it > affects. I can probably scrub the build log and figure out if thats the >

Re: Apache MXNet build failures are mostly valid - verify before merge

2017-09-27 Thread Tsuyoshi OZAWA
+1, While I'm checking the recent build failures, and I think the decision of making the mx-net branch protected is necessary for stable building. Thanks Kumar for resuming important discussion. Best regards - Tsuyoshi On Thu, Sep 28, 2017 at 12:56 PM, Kumar, Gautam wrote: > Reviving the discus

Re: CI system seems to be using python3 for python2 builds

2017-09-27 Thread Tsuyoshi Ozawa
Hi Kumar, Thanks for looking into the issue. How is the progress of this problem? Shouldn't we call /usr/bin/env python2 or python2.7 in following source code instead of python since MXNet only supports python2 currently? I think default version of python in Ubuntu is now python3, so it can cause

Re: Request to join Mxnet Slack Channel

2017-08-22 Thread Tsuyoshi Ozawa
Done. - Tsuyoshi On Tue, Aug 22, 2017 at 7:17 PM, shiwen hu wrote: > Please add me to slack channel too,thanks > > 2017-08-22 18:14 GMT+08:00 Tsuyoshi Ozawa : > >> Hi Vignesh and Makoto, >> >> I've invited you to the slack channel. Could you check your

Re: Request to join Mxnet Slack Channel

2017-08-22 Thread Tsuyoshi Ozawa
Hi Vignesh and Makoto, I've invited you to the slack channel. Could you check your email? Thanks, - Tsuyoshi On Tue, Aug 22, 2017 at 1:18 AM, Vignesh Athreya wrote: > Hi, > > I'd like to join the slack channel for Mxnet. > > Thanks

Re: [Vote] New MXNet Logo

2017-03-04 Thread Tsuyoshi Ozawa
+1 - Tsuyoshi 2017年3月5日(日) 14:08 Joseph Spisak : > > Let's vote on a new MXNet logo. Thoughts on this one? > > [ ] +1; Yep, love it! > > [ ] -1; Hate it, because > > >

Re: ZeroMQ dependency

2017-02-23 Thread Tsuyoshi Ozawa
> Nanomsg seems not be active these days. I prefer to have use raw socket for > communication. It sounds reasonable to me. If ps have a plan to use Intel DPDK, it's a good option to consider seastar framework. It's distributed under ALv2. https://github.com/scylladb/seastar Thanks - Tsuyoshi O