Description
Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template
Hi,
We are migrating our library to use this native Java library for TensorFlow 2.x (thank you so much for the work you have done here so far!): JohnSnowLabs/spark-nlp#2324
We have some models from TF Hub which require SentencePiece (Universal Sentence Encoder for instance). I have successfully managed to migrate them to use tensorflow-text
via loadLibrary. Unfortunately, tensorflow-text
doesn't support Windows below TensorFlow 2.4.1.
I was wondering since the master is now using TensorFlow 2.4.1
with the auto-build for 0.3.0-SNAPSHOT
, is there an ETA on when it will be released officially and move SNAPSHOT to 0.4.0
?
System information
- TensorFlow version (you are using): 2.3.1
- Are you willing to contribute it (Yes/No): Yes
Describe the feature and the current behavior/state.
Current 0.2.0
released on Maven is compatible with TensorFlow 2.3.1, however, tensorflow-text
starts supporting Windows from 2.4.1
: https://github.com/tensorflow/text/releases/tag/v2.4.1
The issue with SentencePiece and tensorflow-text has been mentioned here a few times. I have successfully managed to load tensorflow-text
for macOS and Linux, but I am very interested to see if the Windows support works in both tensorflow-text
and TensorFlow Java.
Will this change the current api? How?
No
Who will benefit with this feature?
Any model on TF Hub that requires SentencePiece/tensorflow-text will be compatible with Windows machines.
Any Other info.