CD Pipeline

2019-09-25 Thread Per da Silva
Dear MXNet community, I've been working on automating our releases. I'm currently working on the PyPI releases. I would like to get your help in validating the packages produced by the pipeline. You can download them from here

CD Pipeline cont.

2019-09-25 Thread Per da Silva
Dear MXNet community, Sorry for the follow up e-mail. I forgot to ask you to please add any feedback to the PR . Thanks again for your help =D Per

Re: [DISCUSS] Make MXNet deploy it's own distribution

2019-07-03 Thread Per da Silva
Hi, We've started working on something along these lines as part of the CD pipeline framework. The idea is to compile and test the libmxnet.so (both statically and dynamically linked) for the different variants (cpu, gpu, mkl, etc.) then have the different mxnet frontends (python, Julia, scala,

Re: [VOTE] Remove conflicting OpenMP from CMake builds

2019-06-18 Thread Per da Silva
+1 On Tue., 18 Jun. 2019, 12:20 pm Anton Chernov, wrote: > I would like to cite Apache Glossary [1]: > > Veto > According to the Apache methodology, a change which has been made or > proposed may be made moot through the exercise of a veto by a committer to > the codebase in question. If the

Re: OMP

2019-06-18 Thread Per da Silva
Hi Chris, It's not clear why you think the numbers are wrong. It seems Stas has taken a lot of effort to perform the benchmarks and comprehensively write down the methodology and results. Of course, no one is above making mistakes. Therefore, it would be great if you could shine some light on

PR failures

2019-05-21 Thread Per da Silva
Dear MXNet community, An inconsistency made its way into master and making the 'sanity' pipeline fail. This has been fixed. Please rebase your branches off master to retrigger the PR checks. Cheers, Per

CI woes

2019-05-16 Thread Per da Silva
Dear MXNet community, The credential rotaion and clean up had the undesirable side-effect of triggering all of the PR jobs. This caused Jenkins to overflow and CI got wonky. After some computer hacking we've managed to get everything back to normal. Unfortunately, this may have reset the state

Re: TensorRT blocker

2019-05-15 Thread Per da Silva
Per? > > On May 15, 2019 3:00 AM, Per da Silva wrote: > Hi everyone, > > Could a committer please merge this PR: > https://github.com/apache/incubator-mxnet/pull/14958 > > It disables the TensorRT steps to unblock CI while a fix is being worked > on. > > Cheers, > > Per >

TensorRT blocker

2019-05-15 Thread Per da Silva
Hi everyone, Could a committer please merge this PR: https://github.com/apache/incubator-mxnet/pull/14958 It disables the TensorRT steps to unblock CI while a fix is being worked on. Cheers, Per

Re: [INVITATION] 14th of May 2019 / Berlin MXNet Recurring User Group Meeting

2019-05-14 Thread Per da Silva
someone who knows the answer. Mad props to you for bringing MXNet to Phillips and your startup!! Cheers, Per On Tue., 14 May 2019, 3:21 pm Wen-Yang Chu, wrote: > Hi Per da Silva, > > I would like to join this meeting. I would like to ask about some solution > of how to replace the

[INVITATION] 14th of May 2019 / Berlin MXNet Recurring User Group Meeting

2019-05-14 Thread Per da Silva
Dear MXNet community, I would like to invite you to the regular Apache MXNet (Incubating) User Group meeting on the 19th of March 2019 [1]. As usually, the meeting will have remote VC, powered by Amazon Chime [2]. Due to availability, **TODAY** It will be held from* 7pm-8pm (CEST) / 10am-11am

Re: [Announcement] New Committer - Zach Kimberg

2019-05-09 Thread Per da Silva
Nice one! Congratulations =) On Thu, May 9, 2019 at 7:38 PM Jake Lee wrote: > Congrat! > > On Thu, May 9, 2019 at 10:37 AM Yuan Tang wrote: > > > Welcome! > > > > On Thu, May 9, 2019 at 1:36 PM Marco de Abreu > > wrote: > > > > > Welcome! > > > > > > Hagay Lupesko schrieb am Do., 9. Mai

Re: MXNet Berlin User Group

2019-04-11 Thread Per da Silva
In addition to talks, we could also consider some mob programming sessions? Maybe use the time to (as a small group) tackle some of the open issues? Maybe this also helps new member to get up to speed with the code and tooling, etc. as well as develop the community by solving problems together =)

Re: CUDNN 7.5 Issues

2019-04-09 Thread Per da Silva
on this one. > > On Tue, Apr 9, 2019 at 4:20 AM Per da Silva wrote: > > > I've created an issue to track this problem: > > https://github.com/apache/incubator-mxnet/issues/14652 > > > > On Tue, Apr 9, 2019 at 9:07 AM Per da Silva > wrote: > > > > > Dear

CUDNN 7.5 Issues

2019-04-09 Thread Per da Silva
Dear MXNet community, I've been trying to update the CI GPU images to CUDA 10, but the tests are failing. I'm not sure why and would really appreciate some help =D I've managed, at least, to narrow down the problem to the cuDNN version. The current CUDA 10 images uses cuDNN version 7.5.0.56 (

Re: R help

2019-03-26 Thread Per da Silva
net/inception-bn/Inception-BN-0126.params > > ", > >destfile = "model/Inception-BN-0126.params")" > > > > Looks like the > > > http://data.dmlc.ml/models/imagenet/inception-bn/Inception-BN-0126.params > > is failing for me as well. &g

R help

2019-03-25 Thread Per da Silva
Dear community, I'm working on a PR to update CI GPU jobs to be based on CUDA v10. However, for some reason, amongst other things, the R tests are failing

Berlin MXNet Recurring User Group

2019-03-12 Thread Per da Silva
Hello Dev, This is a friendly reminder that the Berlin MXNet Recurring User Group will be held today at 6pm-7pm (CEST) / 9am-10am (PST). More info here: https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28Incubating%29+User+Groups+recurring+meetings https://chime.aws/5849137132

Windows CI

2019-03-11 Thread Per da Silva
Dear MXNet Community, Thanks to Chance Bair's great efforts, the Windows CI pipeline is back up again. Cheers, Per

Re: CI woes pt.2

2019-02-27 Thread Per da Silva
Finally! Thanks Per for the hard work! > > > > On Wed, Feb 27, 2019 at 6:35 AM Per da Silva > wrote: > > > >> Hi everyone, > >> > >> The PR temporarily disabling windows tests has been merged, so the > windows > >> checks shouldn'

CI woes pt.2

2019-02-27 Thread Per da Silva
Hi everyone, The PR temporarily disabling windows tests has been merged, so the windows checks shouldn't block progress for the time being. Please retrigger any PRs you have open. We are still working hard on solving the windows instance issues. Once that is sorted out, we'll come back with more

CI woes

2019-02-27 Thread Per da Silva
Hi everyone, The recent issues with the CI windows instances have created a massive queue on Jenkins. This brought it down momentarily, and it's now back up. I have created a PR that comments out the steps in the windows pipelines ( https://github.com/apache/incubator-mxnet/pull/14261). I would

Berlin recurring user group

2019-02-12 Thread Per da Silva
Hello Dev, This is a friendly reminder that Berlin office hours will be held today at 6pm-7pm (CEST) / 9am-10am (PST). More info here: https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28Incubating%29+User+Groups+recurring+meetings https://chime.aws/1611907695 Thanks! Per

libjpegturbo

2019-02-11 Thread Per da Silva
Hello everyone, I was wondering if there was any particular reason why we are building and testing mxnet with USE_LIBJPEG_TURBO=0. I noticed that we are shipping it with USE_LIBJPEG_TURBO=1 (eg. make/pip/pip_linux_cpu.mk). I ran into issues trying to compile mxnet with the libjpegturbo flag on

Re: Requesting slack access

2018-08-14 Thread Per da Silva
! Per On Mon, Aug 13, 2018 at 6:10 PM Steffen Rochel wrote: > Hi Per - added you to slack. Welcome to the project and looking forward to > collaborate. Please use also discuss.mxnet.io to ask questions. > What are you working on? > > Regards, > Steffen > > On Mon, Aug 13

Requesting slack access

2018-08-13 Thread Per da Silva
Hi, I would like to have access to your slack channel. Thank you, Per