text
text copied to clipboard
Making text a first-class citizen in TensorFlow.
Update TensorFlow dependency and workspace.
Test
I want to build tensorflow-text from source on a Jetson Orin AGX platform. Using v2.17.0, because tensorflow 2.18 is not yet available for that platform. Environment: tensorflow 2.17.0 compiled from...
Update tensorflow commit
I am using Pycharm while trying to install Tensorflow all packages installed correctly except for tensorflow-text it automatically install 2.10.0 version while I need to 2.18 to be compatible, When...
1. To align the same shape with image features model = Captioner(tokenizer, feature_extractor=mobilenet, output_layer=output_layer, units=256, dropout_rate=0.5, num_layers=2, num_heads=2) --> model = Captioner(tokenizer, feature_extractor=mobilenet, output_layer=output_layer, units=576, dropout_rate=0.5, num_layers=2, num_heads=2) 2. Utilize...
Automated Code Change
Allow fast word piece tokenizer to take in external word piece model.
Starting from TF 2.17 there is no more builds for MacOS with Intel CPU available via PyPi. But TF Text package uses internal scripts to install TF from PyPi. As...
Migrate tf.lite.python.interpreter to ai_edge_litert.interpreter for tensorflow_text tests