Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New Features - Scala API Improvements

 #10660 - #10660#10787#10991 Improvements to MXNet Scala API usability: type safety, API documentation

Symbol.api and NDArray.api would bring new set of functions that have complete definition for all arguments.

Please see this Type safe API design document for more details.


New Features - Scala examples

#11753#11621 Refurnished Scala Examples with improved API, documentation and CI test coverage

Now all Scala examples are:

  • No bugs block in the middle
  • Good Readme to start with
  • with Type-safe API usage inside
  • monitored in CI in each PR runs

New Features - Export MXNet models to ONNX format

...