Re: [Announcement] New Committer - Wang Jiajun

2019-04-25 Thread Yuan Tang
Welcome!

On Thu, Apr 25, 2019 at 2:09 PM Pedro Larroy 
wrote:

> Welcome!
>
> On Tue, Apr 16, 2019 at 6:34 PM kellen sunderland
>  wrote:
> >
> > Welcome!  Very impressed with the work fixing memory leaks so far.
> >
> > On Tue, Apr 16, 2019 at 9:14 AM Carin Meier 
> wrote:
> >
> > > Congrats!
> > >
> > > On Tue, Apr 16, 2019 at 11:58 AM Anirudh Subramanian <
> > > anirudh2...@gmail.com>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > Please join me to welcome Wang Jiajun (https://github.com/arcadiaphy
> )
> > > as a
> > > > new committer of Apache (incubating) MXNet!
> > > >
> > > > Wang has been solving some tough bugs with respect to memory leaks,
> > > process
> > > > fork handling, dependency engine issues and custom op exception
> handling.
> > > >
> > > > Issue Involvement:
> > > >
> > > >
> > >
> https://github.com/apache/incubator-mxnet/issues?utf8=%E2%9C%93=is%3Aissue+involves%3Aarcadiaphy
> > > >
> > > > PRs authored:
> > > >
> > > >
> > >
> https://github.com/apache/incubator-mxnet/pulls?utf8=%E2%9C%93=is%3Apr+author%3Aarcadiaphy+
> > > >
> > > > Anirudh
> > > >
> > >
>


Re: docs updates

2019-04-25 Thread Pedro Larroy
Hi Aaron.

I'm no design expert, but wouldn't smoothing out the boxes a bit
rounding the corners would make the design more pleasant?

As an old fart learning from Knuth books, I'm all pro having
documentation as close to the source as possible. Could you maybe put
two concrete examples so the documentation noobs like me can
understand a bit more what you mean?

Thanks.


On Fri, Apr 19, 2019 at 6:02 PM Aaron Markham  wrote:
>
> Hello everyone!
> I've been pecking away at adding content to the beta site. Take a look
> and let me know what you think. Right now, I'm focused 100% on the
> content and the organization thereof.
>
> One feature I thought would be great for the API docs would be to
> cross-reference usage of a particular function with an example or
> tutorial. As I researched approaches I found sphinx-gallery [2]
> already supports this.
>
> When trying to apply this to some examples we have I ran across an
> issue [3] that many examples don't run out of the box. This prevents
> sphinx-gallery from doing its magic.
>
> My question to you all is: what you think of having .py files as a
> primary source of example usage and to generate notebooks and web
> pages from those. This is as opposed to .md files that get converted
> to notebooks and then html. GluonCV's site uses this and it seems to
> work pretty well for generating the tutorial web pages from the .py
> files. The implication is fixing many examples to run when executed by
> Sphinx. The remainder would have to be excluded and wouldn't be a
> source of example usage in the docs.
>
> Cheers,
> Aaron
>
> [1] https://beta.mxnet.io/
> [2] 
> https://sphinx-gallery.github.io/configuration.html#auto-documenting-your-api-with-links-to-examples
> [3] https://github.com/apache/incubator-mxnet/issues/5717


Re: [Announcement] New Committer - Wang Jiajun

2019-04-25 Thread Pedro Larroy
Welcome!

On Tue, Apr 16, 2019 at 6:34 PM kellen sunderland
 wrote:
>
> Welcome!  Very impressed with the work fixing memory leaks so far.
>
> On Tue, Apr 16, 2019 at 9:14 AM Carin Meier  wrote:
>
> > Congrats!
> >
> > On Tue, Apr 16, 2019 at 11:58 AM Anirudh Subramanian <
> > anirudh2...@gmail.com>
> > wrote:
> >
> > > Hi,
> > >
> > > Please join me to welcome Wang Jiajun (https://github.com/arcadiaphy)
> > as a
> > > new committer of Apache (incubating) MXNet!
> > >
> > > Wang has been solving some tough bugs with respect to memory leaks,
> > process
> > > fork handling, dependency engine issues and custom op exception handling.
> > >
> > > Issue Involvement:
> > >
> > >
> > https://github.com/apache/incubator-mxnet/issues?utf8=%E2%9C%93=is%3Aissue+involves%3Aarcadiaphy
> > >
> > > PRs authored:
> > >
> > >
> > https://github.com/apache/incubator-mxnet/pulls?utf8=%E2%9C%93=is%3Apr+author%3Aarcadiaphy+
> > >
> > > Anirudh
> > >
> >


DNS failures in jenkins

2019-04-25 Thread Pedro Larroy
Hi

I see some DNS resolution failures on jenkins, I think this is the
cause of jenkins not reporting the build status sometimes. What dns
server are we using in the master? should we add a couple of secondary
resolvers to remediate?

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwebsite/detail/PR-14788/2/pipeline/


Thanks.

Pedro.