Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store test output #330

Open
turian opened this issue Nov 20, 2021 · 0 comments
Open

Store test output #330

turian opened this issue Nov 20, 2021 · 0 comments

Comments

@turian
Copy link
Contributor

turian commented Nov 20, 2021

task_predictions_test should include the test_fold_str.

_score_epoch_end() should include an optional prediction_pkl_name: Optional[str] = None parameter. If it is not None (because we passed in test_fold_str), the final prediction_logit and target should be dumped to a pickle file.

For event models, we should also dump predicted_events and target_events and maybe prediction.

The idea is that if we do a long expensive prediction on some model, we want the final test output saved. That way we could do a more detailed analysis, e.g. seeing what the scores are for each class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant