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

Release 0.21.3

Compare
Choose a tag to compare
@dhruvesh09 dhruvesh09 released this 14 Feb 19:09
· 1048 commits to master since this release

Release 0.21.3

Major Features and Improvements

  • Added support for model validation using either value threshold or diff
    threshold.
  • Added a writer to output model validation result (ValidationResult).
  • Added support for multi-model evaluation using EvalSavedModels.
  • Added support for inserting model_names by default to metrics_specs.

Bug fixes and other changes

  • Fixed issue with model_name not being set in keras metrics.

Breaking changes

  • Populate TDistributionValue metric when confidence intervals is enabled in
    V2.
  • Rename the writer MetricsAndPlotsWriter to MetricsPlotsAndValidationsWriter.

Deprecations

0