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.
MonitoredSession: Add error handling for modified exceptions.
Enqueueing on a closed queue used to raise an AbortedError (a bug) which was handled incorrectly. Now this raises a CancelledError. Adding support for handling a CancelledError the same way as an OutOfRangeError to MonitoredSession and friends. Change: 133647975
- Loading branch information
1 parent
4c4fd65
commit 2ea8bb1
Showing
1 changed file
with
13 additions
and
4 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