-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Updated Bert Qa Android to use Task Library and Interpreter #327
base: master
Are you sure you want to change the base?
Updated Bert Qa Android to use Task Library and Interpreter #327
Conversation
SunitRoy2703
commented
Jun 24, 2021
•
edited
Loading
edited
- Updated the bert qa android to use Task Library and Interpreter
- Wrote Instrumented tests for the App
- Updated the readme file
- Added gitignore to the directory
- Updated minSDK to 21 from 26, to support older devices
- Added Explore the code file
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