Skip to content

Commit

Permalink
Update census and sentiment examples to only use Keras, and remove es…
Browse files Browse the repository at this point in the history
…timator usage, since estimator is deprecated in TF 2.16.

PiperOrigin-RevId: 609376031
  • Loading branch information
zoyahav authored and tfx-copybara committed Feb 22, 2024
1 parent f1d1605 commit 6748bff
Show file tree
Hide file tree
Showing 8 changed files with 524 additions and 565 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* Added python 3.11 support.
* Depends on `tensorflow>=2.15.0,<3`.
* Enable passing `tf.saved_model.SaveOptions` to model saving functionality.
* Census and sentiment examples updated to only use Keras instead of
estimator.

## Breaking Changes

Expand Down
255 changes: 0 additions & 255 deletions examples/census_example_common.py

This file was deleted.

118 changes: 0 additions & 118 deletions examples/census_example_test.py

This file was deleted.

Loading

0 comments on commit 6748bff

Please sign in to comment.