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

Reproducibility issue #5

Open
tlikhomanenko opened this issue Jun 30, 2015 · 2 comments
Open

Reproducibility issue #5

tlikhomanenko opened this issue Jun 30, 2015 · 2 comments
Labels

Comments

@tlikhomanenko
Copy link
Contributor

All of neural nets (pybrain, neurolab, theanets) have problems with reproducibility:

Meanwhile there are some dirty hacks with changing global seed, which is awful. (And they don't work for pyBrain, so things there are totally irreproducible)

@arogozhnikov
Copy link
Contributor

there is one more problem, which is common for all NNs - they aren't supporting weights, but in theanets this will be probably resolved.

tlikhomanenko pushed a commit that referenced this issue Jul 4, 2015
tlikhomanenko pushed a commit that referenced this issue Jul 5, 2015
@tlikhomanenko
Copy link
Contributor Author

In theanets reproducibility issue is fixed in 0.7.3 by adding rng during Downhill.Dataset creating https://github.com/lmjohns3/theanets/blob/v0.7/theanets/graph.py#L327 and this fix lmjohns3/theanets@94662f5.

This is shown in lmjohns3/theanets#102.

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

No branches or pull requests

2 participants