-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] Discrepancies observed between subprocess and simu mode with variance_method=bootstrap #26
Comments
It turns out this is a side effect of running them one after the other because the reinstantiated object is not properly cleaned and thus the second fedeca being run by hydra is "damaged" by the previous run. It is linked to #27 |
Note that this fixes discrepancies in some cases but with increasing seeds it breaks for some reasons. This is getting more and more mysterious... |
#29 solved the seed issue ! |
We still obtain different results with individual runs vs running all backend_type with hydra sequentially. |
Using below test config with newton raphson strategy we observe discrepancies between simu and non simu mode leading in the remote/subprocess mode to instabilities in the hessian raising errors and in the simu mode to no error at all:
The text was updated successfully, but these errors were encountered: