forked from tensorflow/tensorflow
-
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.
A bag of fixes and consistency munging:
* Support for axis / proba reduction in Estimator for prediction. * Support for input_fn in prediction. * Graph actions's eval using SessionManager (before was reinitializing variables and then restoring, which was leading to a number of issues). --supervisor more. * Don't shuffle prediction data. * Use tuple of one elements as a non streaming metrics (to not break existing usage for now). * Different batch size doesn't lead to signature errors anymore. * Various other small fixes. Change: 123069738
- Loading branch information
1 parent
35204bc
commit c80c9de
Showing
9 changed files
with
320 additions
and
218 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
Oops, something went wrong.