This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[RFC] MXNet 2.0 JVM Language development #17783
Open
Description
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 JVM development
- Using DJL MXNet JNA as the low level API
- Use MXNet JavaCpp as the low level API
- (Feel free to add more...)