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

Fixed seed for reproducing the results #11

Open
JunwenBai opened this issue Jun 11, 2020 · 1 comment
Open

Fixed seed for reproducing the results #11

JunwenBai opened this issue Jun 11, 2020 · 1 comment

Comments

@JunwenBai
Copy link

Has anyone found a way (or a set of fixed random seed) to reproduce the results? I tried to fix every random seed, but it seems that there still exists randomness. Based on my experience, more than half of my runs fail to escape 0.5 accuracy, which is quite annoying. Any suggestions would be helpful! Thx!

@943fansi
Copy link

Has anyone found a way (or a set of fixed random seed) to reproduce the results? I tried to fix every random seed, but it seems that there still exists randomness. Based on my experience, more than half of my runs fail to escape 0.5 accuracy, which is quite annoying. Any suggestions would be helpful! Thx!

Add np.random.seed(123) in data_utils.py

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

2 participants