Robert Neale
Robert Neale
Right; since the output of `FastBertTokenizer` is IDs, the vocab would be too small to fit in a number that size. As a side note, TF Lite does not support...
Those are good questions and likely better asked to the TF Lite team. I haven't directly created any production TF Lite models, nor inquired about the tf lite models from...
Apologies, but you are correct we do not currently support Raspberry Pi. This is the first request we've had for it, and I think it would be great if we...
Unfortunately, this is not a priority for us and will not be looked at this year. We will gladly accept contributions for this effort, but there are so few users...
With PR https://github.com/tensorflow/text/pull/756, you should be able to compile it yourself for the M1.
Yes, both of the following statements are trying to use the result of a TensorFlow op in the Python control flow. While this may work in eager mode when these...
it looks like you are using it correctly and this may be a bug. We'll take a look.
This error is because it cannot find the function `FillOutputTensor`. We added this recently to core TF, so likely you need to update to a nightly version of TF if...
We match our versions to TensorFlow's to make it easy. So our 2.11.x will work with TF 2.11.x, TF Text 2.8.x with TF 2.8.x, etc. TF Text releases normally go...
Can you ask this question on the TensorFlow forum? They have more people with a deeper familiarity with Colab & SavedModel. Thanks.