-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented the possibility to load predictions from details files an…
…d continue evaluating from there (#488) * Implemented the possibility to load predictions from details files and continue evaluating from there. * Run model as fallback when no details can be loaded. * Improved loading speed and added more useful error messages. * Fixed typo. * Fixed gnarly bug with details loading to prevent loading too many examples. * Unpacking predictions to fix issue with weirdly saved predictions. * Made bulk loading easier by also allowing first timestamp more generally. * Made loading details more robust against tensors being saved in the details files.
- Loading branch information
1 parent
48d0c28
commit 94fc5a2
Showing
5 changed files
with
238 additions
and
7 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
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
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