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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Features and Improvements
Added python 3.10 support.
Breaking Changes
Placeholder (and _PlaceholderOperator) are no longer Jsonable.
Optimize MLMD register type to one call in most time instead of two calls.
For Pipeline Authors
N/A
For Component Authors
Replace "tf_estimator" with "tfma_eval" as the identifier for tfma
EvalSavedModel. "tf_estimator" is now serves as the identifier for the normal
estimator model with any signature (by default 'serving').
Deprecations
N/A
Bug Fixes and Other Changes
Apply latest TFX image vulnerability resolutions (base OS and software updates)