You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Describe the bug
In Trainer.train() seeds are hardcoded to 39 by calling set_all_seeds(seed=39) (two times).
Thus any calls to set_all_seeds in training scripts are ignored.
Error message
None
Expected behavior
Calling set_all_seeds from arbitrary training scripts works as intended and is not ignored.