8000 Release Release 0.13.0 · tensorflow/model-analysis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 0.13.0

Compare
Choose a tag to compare
@pfyang pfyang released this 02 Mar 19:13
· 1454 commits to master since this release

Release 0.13.0

Major Features and Improvements

  • Python 3.5 is supported.

Bug fixes and other changes

  • Added support for fetching additional tensors at prediction time besides
    features, predictions, and labels (predict now returns FetchedTensorValues
    type).
  • Removed internal usages of encoding.NODE_SUFFIX indirection within dicts
    in the eval_saved_model module (encoding.NODE_SUFFIX is still used in
    FeaturesPredictionLabels)
  • Predictions are now returned as tensors (vs dicts) when "predictions" is the
    only output (this is consistent with how features and labels work).
  • Depends on apache-beam[gcp]>=2.11,<3.
  • Depends on protobuf>=3.7,<4.
  • Depends on scipy==1.1.0.

Breaking changes

  • Post export metrics for precision_recall_at_k were split into separate
    fuctions: precision_at_k and recall_at_k.
  • Requires pre-installed TensorFlow >=1.13,<2.

Deprecations

0