Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 212211599
  • Loading branch information
tf-model-analysis-team authored and xinzha623 committed Sep 10, 2018
1 parent 1b6c5b1 commit 855eebf
Show file tree
Hide file tree
Showing 67 changed files with 1,478 additions and 1,998 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- See: www.tensorflow.org/tfx/model_analysis/ -->

# TensorFlow Model Analysis
# TensorFlow Model Analysis [![PyPI](https://img.shields.io/pypi/pyversions/tensorflow-model-analysis.svg?style=plastic)](https://github.com/tensorflow/model-analysis)

*TensorFlow Model Analysis* (TFMA) is a library for evaluating TensorFlow models.
It allows users to evaluate their models on large amounts of data in a
Expand Down Expand Up @@ -58,7 +58,8 @@ combinations may also work.
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
|---------------------------|--------------|----------------|
|GitHub master |1.9 |2.6.0 |
|0.9.1 |1.9 |2.6.0 |
|0.9.2 |1.9 |2.6.0 |
|0.9.1 |1.10 |2.6.0 |
|0.9.0 |1.9 |2.5.0 |
|0.6.0 |1.6 |2.4.0 |

Expand Down
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Release 0.9.2

## Major Features and Improvements

## Bug fixes and other changes

* Depends on `tensorflow-transform>=0.9,<1`.
* Requires pre-installed TensorFlow >=1.9,<2.

## Breaking changes

## Deprecations

# Release 0.9.1

## Major Features and Improvements

## Bug fixes and other changes

* Depends on `apache-beam[gcp]>=2.6,<3`.
* Requires pre-installed TensorFlow >=1.10,<2.
* Updated ExampleCount to use the batch dimension as the example count. It
also now tries a few fallbacks if none of the standard keys are found in the
Expand All @@ -12,6 +26,8 @@
dictionary, or failing that, it defaults to zero.
* Fix bug where we were mutating an element in a DoFn - this is prohibited in
the Beam model and can cause subtle bugs.
* Fix bug where we were creating a separate Shared handle for each stage in
Evaluate, resulting in no sharing of the model across stages.

## Breaking changes

Expand Down
47 changes: 0 additions & 47 deletions examples/chicago_taxi/Dockerfile

This file was deleted.

Loading

0 comments on commit 855eebf

Please sign in to comment.