-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Updated Bert Qa Android to use Task Library and Interpreter #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Updated Bert Qa Android to use Task Library and Interpreter #327
Conversation
that leverages the out-of-box API from the | ||
[TensorFlow Lite Task Library](https://www.tensorflow.org/lite/inference_with_metadata/task_library/bert_question_answerer), | ||
and | ||
[`lib_interpreter`](https://github.com/SunitRoy2703/examples/tree/bertQa-android-task-lib/lite/examples/bert_qa/android/lib_interpreter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use relative paths to avoid dependencies on repo path. eg:
replace - https://github.com/SunitRoy2703/examples/tree/bertQa-android-task-lib/lite/examples/bert_qa/android/lib_interpreter
with just
lib_interpreter
as the current folder is ../examples/bert_qa/android
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for reviewing!
I have replaced the links with relative links
Uh oh!
There was an error while loading. Please reload this page.