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 has been archived by the owner on Oct 31, 2023. It is now read-only.
When selecting a manual seed and initiating the same exact command twice using the same exact underlying data, the results are not consistent across runs. I would expect the same exact model outputs when setting the random seed; I see that here the random seed passed into the command appears to be set (https://github.com/facebookresearch/UnsupervisedMT/blob/main/NMT/src/utils.py#L68-L72). I have also tried adding additional methods to remove randomness (see below for my current attempt):
Has anyone else been able to reproduce the EXACT same results when setting the same random seed? Any line that would be helpful to add in?
Any information would be appreciated. Thanks in advance.
Note: When generating the model run's dump_path I temporarily set Python's random library seed to None and then specify it again to be the hardcoded seed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When selecting a manual seed and initiating the same exact command twice using the same exact underlying data, the results are not consistent across runs. I would expect the same exact model outputs when setting the random seed; I see that here the random seed passed into the command appears to be set (https://github.com/facebookresearch/UnsupervisedMT/blob/main/NMT/src/utils.py#L68-L72). I have also tried adding additional methods to remove randomness (see below for my current attempt):
Has anyone else been able to reproduce the EXACT same results when setting the same random seed? Any line that would be helpful to add in?
Any information would be appreciated. Thanks in advance.
Note: When generating the model run's dump_path I temporarily set Python's random library seed to None and then specify it again to be the hardcoded seed.
The text was updated successfully, but these errors were encountered: