Deep Java Library (DJL) v0.6.0 Release Notes

Release Date: 2020-06-25 // almost 4 years ago
  • ๐Ÿ‘ DJL 0.6.0 brings stable Android support, ONNX Runtime experimental inference support, experimental training support for PyTorch.

    Key Features

    • ๐Ÿ‘ Stable Android inference support for PyTorch models
      • Provide abstraction for Image processing using ImageFactory
    • ๐Ÿ‘ Experimental support for inference on ONNX models
    • ๐ŸŽ‰ Initial experimental training and imperative inference support for PyTorch engine
    • ๐Ÿ‘ Experimental support for using multi-engine
    • ๐Ÿ‘Œ Improved usage for NDIndex - support for ellipsis notation, arguments
    • ๐Ÿ‘Œ Improvements to AbstractBlock to simplify custom block creation
    • โž• Added new datasets

    ๐Ÿ“š Documentation and examples

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”ง ModelZoo Configuration changes
    • ImageFactory changes
    • โœ… Please refer to javadocs for minor API changes

    Known issues

    • Issue with training with MXNet in multi-gpu instances