Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 JVM Language development (#17783)

2020-03-06 Thread Yuan Tang
I propose option 1 and 2 since it took us a lot of efforts to bring MXNet to Scala originally and there are already adopters of Scala API in industries (some may not have been disclosed yet). But I am open to other options. Not familiar with DJL though but I assume @frankfliu and @lanking520

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 JVM Language development (#17783)

2020-03-06 Thread Lanking
I would propose Option 3. and 4. Will add more comments here to explain why -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-595923396

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Lanking
> @lanking520 @zachgk @terrytangyuan @aaronmarkham could one of you start a > discussion in a new issue on the JVM ecosystem support in 2.0? This topic > seems to require extended discussion. I created one here https://github.com/apache/incubator-mxnet/issues/17783 -- You are receiving this

[apache/incubator-mxnet] [RFC] MXNet 2.0 JVM Language development (#17783)

2020-03-06 Thread Lanking
Since MXNet 2.0 development starts. I would like to initiate a discussion for the future development of JVM languages. ## Proposal - Start cleaning on the existing APIs to adapt to 2.0 - Start from ground up to rewrite the whole Scala/Java APIs - Start using DJL (djl.ai) as a frontend for MXnet

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Sheng Zha
@lanking520 @zachgk @terrytangyuan @aaronmarkham could one of you start a discussion in a new issue on the JVM ecosystem support in 2.0? This topic seems to require extended discussion. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Carin Meier
Good question. I don't know. There wasn't a new release then. 路‍♀ -- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/issues/17676#issuecomment-595885111

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Aaron Markham
> Thanks @zachgk - I took a couple of screenshots so I could share here > > Here is the Scala package > ![scala-mxnet](https://user-images.githubusercontent.com/340299/76096507-3b206a00-5f94-11ea-839a-168fb923a59d.png) > > and here is the Clojure package >

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Sheng Zha
I vote for "upgrade/rewrite Scala API and bring up MXNet 2.0 features" as it took us a lot of efforts to bring MXNet to Scala originally and there are already adopters of Scala API in industries. On Fri, Mar 6, 2020 at 11:02 AM Wang Jiajun wrote: > > We may also drop ONNX in MXNet 2. I'm not

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Yuan Tang
+1 for "upgrade/rewrite Scala API and bring up MXNet 2.0 features" as it took us a lot of efforts to bring MXNet to Scala originally and there are already adopters of Scala API in industries. -- You are receiving this because you authored the thread. Reply to this email directly or view it on

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Yuan Tang
I vote for "upgrade/rewrite Scala API and bring up MXNet 2.0 features" as it took us a lot of efforts to bring MXNet to Scala originally and there are already adopters of Scala API in industries. On Fri, Mar 6, 2020 at 11:02 AM Wang Jiajun wrote: > > We may also drop ONNX in MXNet 2. I'm not

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Wang Jiajun
> We may also drop ONNX in MXNet 2. I'm not aware of anyone working on ONNX in > MXNet and TVM can be used as a replacement. +1 for keeping ONNX support. Although it has a lot of small problems, but I've converted a lot of pytorch models to mxnet for deploying with the following pipeline:

Re: [apache/incubator-mxnet] [RFC] MXNet 2.0 API Deprecation (#17676)

2020-03-06 Thread Carin Meier
Thanks @zachgk - I took a couple of screenshots so I could share here Here is the Scala package ![scala-mxnet](https://user-images.githubusercontent.com/340299/76096507-3b206a00-5f94-11ea-839a-168fb923a59d.png) and here is the Clojure package