You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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