Robert Neale
Robert Neale
ERROR: Could not find a version that satisfies the requirement tensorflow_text (from versions: none)
This change has now been cherry-picked into branch 2.9
@krishnarajk AFAIK, no. FYI, I am no longer leading or involved with this project as of a year ago. That said, I did have a chat with the team that...
All of the string ops run on CPU. GPUs & TPUs are not set up to handle strings. TF should be running these preprocessing ops on the CPU then running...
Yes. If TF cannot find a GPU kernel for a particular op, it will fall back to the CPU. I just ran your sample code above with GPU available and...
I expect we should be able to. Let me reach out to the TF infra team to figure how to jump onto this deployment path.
After discussing with the core team, that is just a fake wheel that really calls out to the one released by the AWS/ARM/Linaro group. They have an [announcement about it...
What's the error? Can it not load the file? parse it? other?
Specifically, that error is happening because `predicted_logits` isn't at least rank 2 (needs to be 3). Broadly, this is likely happening because the text your using is problematic. Can you...
Thanks for pointing this out. Would you want to update the example and send a PR that would explain this enough for future readers?
Yeah; the pip install mechanism has it's shortcomings, and doesn't appear to be designed for relationships like that between tf.text & tf. Pip install also forces the version of tf...