Meet senior Apache ppl next Monday in Berlin

2017-11-16 Thread Isabel Drost-Fromm
Hi, Just a quick heads-up: we'll have several senior Apache ppl in Berlin on November 20th for http://fossbackstage.de The location is two UBahn stops east of the Amazon offices. The event is free as in free beer. While I will pick up printed batches in an hour you can still sign up and show u

Re: AWS contributing ONNX-MXNet

2017-11-16 Thread Lupesko, Hagay
Thanks for your notes Mu. The tutorial on both nnvm and onnx-mxnet is referenced from ONNX PyTorch tutorial. And both code repos ack that, as appropriate, and without including any specific names. When I looked at the nnvm onnx code, the commit history shows more than just Tianqi and Zhi, which

Re: AWS contributing ONNX-MXNet

2017-11-16 Thread Zha, Sheng
Hi Hagay, > But why assume this was done on intention? Given that you mentioned that you talked to Mu on this, would it be right to assume that you have paid sufficient attention and have been extra careful on acknowledgements already? > import_onnx.py [1] is the only one that seem to have been

Re: AWS contributing ONNX-MXNet

2017-11-16 Thread Mu Li
Thanks for pointing it out, Hagay. I actually missed the "Special thanks to dmlc/nnvm team" sentence. I was looking for Zhi and Tianqi's names, because the onnx converter was mainly done by both of them. However I do not entirely agree that I "had no comments". I actually pointed out the initial dr

Re: AWS contributing ONNX-MXNet

2017-11-16 Thread Lupesko, Hagay
Chiming in as well. First and foremost, I agree wholeheartedly that acknowledgments are due when deserved. In fact, we took care to add acknowledgments in the code, and in the blog post for that precise reason! I also personally talked with Mu, to make sure these are in order and appropriate, a

[BUILD FAILED] Branch master build 629

2017-11-16 Thread Apache Jenkins Server
Build for MXNet branch master has broken. Please view the build at https://builds.apache.org/job/incubator-mxnet/job/master/629/

Re: FW: AWS contributing ONNX-MXNet

2017-11-16 Thread Hen
On Thu, Nov 16, 2017 at 4:32 PM, Sheng Zha wrote: > Hi Hagay, > > (cc'd Zhi, Tianqi to make sure real authors are aware) > > > > At first glance the code in the repo you shared (i.e. > https://github.com/onnx/onnx-mxnet) looks very > > familiar, so I did some searching. It looks like *almost all*

Re: AWS contributing ONNX-MXNet

2017-11-16 Thread Mu Li
Thanks for letting the mxnet community know it. Given this new converter is derived from the nnvm-onnx converted developed by Zhi and Tianqi, see this link and that link

[BUILD FAILED] Branch master build 625

2017-11-16 Thread Apache Jenkins Server
Build for MXNet branch master has broken. Please view the build at https://builds.apache.org/job/incubator-mxnet/job/master/625/

AWS contributing ONNX-MXNet

2017-11-16 Thread Lupesko, Hagay
Hey folks, Today AWS announced contributing ONNX-MXNet, an open source Python package that imports ONNX models into MXNet. @roshrini and I (@lupesko) have worked on the code, which is now publicly available [1], and published a blog post demonstrating usage of the package [2]. Special thanks