Skip to content

Commit

Permalink
Port model_base to TF2
Browse files Browse the repository at this point in the history
This patch ports most of the functionality of model_base to TF2 along
with all the tests. Notably left out is run_continuous_evaluation as it
is tested separately. This will be fixed in a future patch where the
tests for that are updated as well.

Pull Request: google#280
  • Loading branch information
boomanaiden154 committed Jan 4, 2025
1 parent c7639d1 commit 8b637ff
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 677 deletions.
3 changes: 0 additions & 3 deletions gematria/model/python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ gematria_py_test(
size = "small",
timeout = "moderate",
srcs = ["model_base_test.py"],
tags = [
"manual",
],
deps = [
":model_base",
":options",
Expand Down
Loading

0 comments on commit 8b637ff

Please sign in to comment.