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

Fix the reproducibility issue #15

Closed
AlekseySh opened this issue Jul 1, 2022 · 2 comments
Closed

Fix the reproducibility issue #15

AlekseySh opened this issue Jul 1, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@AlekseySh
Copy link
Contributor

No description provided.

@AlekseySh AlekseySh created this issue from a note in OML-planning (backlog) Jul 1, 2022
@AlekseySh AlekseySh added the check label Jul 1, 2022
@AlekseySh
Copy link
Contributor Author

We tried several options to fix seeds:

  1. set_global_seed from oml.utils.misc which we call at the beginning of main entrypoint
    def on_fit_start(self) -> None:
        pl.seed_everything(self.seed, workers=True)

in RetrievalModule

Both have not worked (we have not reproducibility still)

@AlekseySh
Copy link
Contributor Author

But we have not tried to fix PYTHONHASHSEED

@AlekseySh AlekseySh changed the title Check reproducibility (seeds) Fix the reproducibility issue Jul 7, 2022
@AlekseySh AlekseySh added bug Something isn't working and removed bug Something isn't working check labels Jul 7, 2022
@AlekseySh AlekseySh moved this from backlog to To do in OML-planning Jul 9, 2022
@b0nce b0nce self-assigned this Jul 11, 2022
@b0nce b0nce moved this from To do to In progress in OML-planning Jul 11, 2022
@b0nce b0nce moved this from In progress to Reviewer approved in OML-planning Jul 11, 2022
@b0nce b0nce moved this from Reviewer approved to Done in OML-planning Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants