Using tensorflow_text with tflite.
Open
@thuang513 is already working on this.
Since May 12, 2020.
enhancement
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 379
- Avg merge
- 3h 30m
- Merged PRs (30d)
- 8
Description
tensorflow_text is great -- we were previously developing custom c++ ops and compiling them with tensorflow serving, now we don't need to.
There are a number of text models I would be interested in using in tflite such as the albert / bert variations on tensorflow hub. Are there any plans to support tflite compatible ops (bert tokenization) that can be ran with tflite?
I believe they need specific kernel implementations, as mentioned here:
https://www.tensorflow.org/lite/guide/ops_custom
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.