-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] FileSystem saver didn't restore parameter properly when user cr…
…eate their Keras model with lazy building. Also now fully support using CheckpointManager.
- Loading branch information
Showing
4 changed files
with
368 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tensorflow_recommenders_addons/dynamic_embedding/python/train/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from tensorflow_recommenders_addons.dynamic_embedding.python.train.saver import DEHvdSaver | ||
from tensorflow_recommenders_addons.dynamic_embedding.python.train.checkpoint import DEHvdCheckpoint | ||
from tensorflow_recommenders_addons.dynamic_embedding.python.train.checkpoint import DECheckpoint |
Oops, something went wrong.