Re: Remove MKLML as dependency

2018-09-19 Thread Chris Olivier
maybe I missed it, but what does MKLML have that mkldnn doesn’t have that makes it necessary? what’s the motivation for removing it? On Tue, Sep 18, 2018 at 11:31 PM Lv, Tao A wrote: > If you just want to test the performance, I think you need link MKL for > BLAS and MKL-DNN for NN. Also

reject

2018-09-19 Thread Private LIst Moderation
I'm afraid the downloads page still does not meet requirements. 1. The artifact must link to a mirror site, e.g. the dyn/closer page (not to github) 2. The checksum and signature must link directly to the apache.org/dist site (not to github or a mirror) Please update the downloads page and

Podling Report Reminder - October 2018

2018-09-19 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 17 October 2018, 10:30 am PDT. The report for your podling will

Re: Some feedback from MXNet Zhihu topic

2018-09-19 Thread Aaron Markham
Thanks for this translation and feedback Qing! I've addressed point 3 of the documentation feedback with this PR: https://github.com/apache/incubator-mxnet/pull/12604 I'm not sure how to take the first two points without some explicit URLs and examples, so if anyone has those I'd be happy to take

[ANNOUNCE] Apache MXNet (incubating) 1.3.0 Release

2018-09-19 Thread Sheng Zha
Hello all, The Apache MXNet (incubating) Community announces the availability of Apache MXNet (incubating) 1.3.0! Release blog post: https://blogs.apache.org/mxnet/entry/announcing-apache-mxnet-incubating-1 https://medium.com/apache-mxnet/announcing-apache-mxnet-1-3-0-484ea78c22ad Apache MXNet

Re: [ANNOUNCE] Apache MXNet (incubating) 1.3.0 Release

2018-09-19 Thread Sheng Zha
Thanks, Sergio. Yes, I'm on it. It was due to the download link not conforming to the requirement. I will fix and resend. -sz On Wed, Sep 19, 2018 at 12:07 PM Sergio Fernández wrote: > Zha, you should check you have permissions to post to annou...@apache.org, > because I don't think you

Re: [ANNOUNCE] Apache MXNet (incubating) 1.3.0 Release

2018-09-19 Thread Sergio Fernández
Zha, you should check you have permissions to post to annou...@apache.org, because I don't think you announcement made it through: https://lists.apache.org/list.html?annou...@apache.org:lte=1M:mxnet [image: Screen Shot 2018-09-19 at 12.05.14 PM.png] On Mon, Sep 17, 2018 at 3:51 PM Sheng Zha

Some feedback from MXNet Zhihu topic

2018-09-19 Thread Qing Lan
Hi all, There was a trend topic in Zhihu (a famous Chinese Stackoverflow+Quora) asking about the status of MXNet in 2018 recently. Mu replied the thread and obtained more than 300+ `like`. However there are a few concerns addressed in the comments of

Re: Questions regarding C Predict and C++ API provided by MxNet.

2018-09-19 Thread Marco de Abreu
Just to make sure everybody is on the same page about versioning: The C-API is an internal API that supports the hourglass design model and does not fall under semantic versioning. This fact allows us to change the input, output and behaviour of these functions without further notice. Thus, users

***UNCHECKED*** reject

2018-09-19 Thread Private LIst Moderation
%%% Start comment This announcement has been rejected because it does not conform to release announcement requirements. Specifically, there must be a link in the announcement to the downloads page, not to the dyn/closer page. Downloads must be mirrored from the official Apache distribution

Re: [DISCUSS] Build OSX builds in CI (possibly with TravisCI).

2018-09-19 Thread Marco de Abreu
Hey, as of https://github.com/apache/incubator-mxnet/pull/12550, Python CPU tests for Mac have been enabled in Travis. The first passing run is available at https://travis-ci.org/apache/incubator-mxnet/builds/430566392?utm_source=github_status_medium=notification . As stated before, we will keep

Re: multiple installation guides?

2018-09-19 Thread Aaron Markham
It's not on the site repo. Seems like it is only on the Apache infra. Can someone request it's removal? On Tue, Sep 18, 2018, 20:34 Hagay Lupesko wrote: > The /test site seems to be something old that should have been removed a > long time ago, it lists versions 0.10 and 0.10.14 :) > Maybe

Re: Remove MKLML as dependency

2018-09-19 Thread Anton Chernov
MKLML is super easy to install since it's distributed with the MKL-DNN package on GitHub [1] and this for all desktop platforms (Linux, Windows and MacOS). Currently, I don't see a way how MKL could be automatically installed on a Windows CI host for example. It also has the advantage of being

RE: Remove MKLML as dependency

2018-09-19 Thread Lv, Tao A
If you just want to test the performance, I think you need link MKL for BLAS and MKL-DNN for NN. Also MKL-DNN should link MKL for better performance. Here are some ways for you to install full MKL library if you don't have one: 1. Register and download from intel website: