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
Added a new task BertCLUAnnotator. It’s available on Java, Python and C++.
Added these Natural Language Processing tasks’ Python APIs: NLClassifier, BertNLClassifier, BertQuestionAnswerer.
Added the AudioClassifier iOS API. It’s available via the new TensorFlowLiteAudio pod on CocoaPods.
Fixes
Fixed “TypeError: create_from_options(): incompatible function arguments.” error when using the Task Library Python API without the tensorflow pip package installed.
Fixed the num_thread option not being applied on Task Library iOS API.