You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added dependency on tensorflow>=1.15,<2.2. Starting from 1.15, package tensorflow comes with GPU support. Users won't need to choose between tensorflow and tensorflow-gpu.
Caveat: tensorflow 2.0.0 is an exception and does not have GPU
support. If tensorflow-gpu 2.0.0 is installed before installing tfx-bsl, it will be replaced with tensorflow 2.0.0. Re-install tensorflow-gpu 2.0.0 if needed.
Added dependency on tensorflow-serving-api>=1.15,<3.
Added a python PTransform, tfx_bsl.beam.RunInference that enables batch
inference.