Re: MXNet on Flink

2017-11-19 Thread Sugandha Amatya
This ia dope. Sent from Astro for Android On 11/19/17 at 5:10 PM, Guy wrote: MXNet (incubating), https://mxnet.incubator.apache.org/, is a pretty cool deep learning framework. It allows the user to develop across languages and to share the model model objects betwee

Problem with SQL-API and nested objects in case class

2017-11-19 Thread Lothium
Hey, I need some help regarding the sql and table api. I'm using Apache Flink 1.3.2 with scala 2.11.11 (also tried 2.11.8) and I created a DataStream (based on a scala case class) and I registered this as a table. The case class includes some Lists, because the underlying JSON has some Arrays in t

MXNet on Flink

2017-11-19 Thread Guy Needham
MXNet (incubating), https://mxnet.incubator.apache.org/, is a pretty cool deep learning framework. It allows the user to develop across languages and to share the model model objects between languages. This is useful as it allows us to develop models in Python, then export the model to a file which