Skip to content

v0.3.0 Fix backwards-compatibility, add ONNX, refactor

Choose a tag to compare

@mbeissinger mbeissinger released this 29 Dec 02:40
· 19 commits to master since this release
143ddfe

Release 0.3.0

Breaking Changes

  • Previous use of Signature should be ImageClassificationSignature. from lobe.signature import Signature ->
    from lobe.signature import ImageClassificationSignature

Bug Fixes and Other Improvements

  • Update to TensorFlow 2.4 from 1.15.4
  • Add ONNX runtime backend
  • Use requests instead of urllib
  • Make backends thread-safe
  • Added constants file for signature keys to enable backwards-compatibility