forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore hacky workaround for tf dict wrapper errors (keras-team#18682)
In keras-team#18507 we removed a hacky workaround for functional models so dictionary output is not made a trackable. We actually still need this when calling `predict` on a functional with dictionary output. Added testing to plug the coverage gap. Still no idea what the status of the underlying bug is :/, filed with tensorflow tensorflow/tensorflow#62217
- Loading branch information
1 parent
b7152af
commit d8a06ff
Showing
2 changed files
with
22 additions
and
0 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