-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop async evaluation immediately for Evaluator.close() (#1695)
* Stop async evaluation immediately for Evaluator.close() When error happens in the training, ALF will try to close all the evaluator. However, some evaluation takes long time. This cause the main process just wait and we cannot see the error message from exception. With this change, the evaluation will stop immediately so we can see the error messages. * PeekableQueue * remove debug print * Remove unused code * Comment
- Loading branch information
1 parent
6d56e66
commit a6e8fd9
Showing
2 changed files
with
74 additions
and
5 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