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

[BUG] Pickling issue while trying to pickle a linear_op, causing gridsearch to fail #101

Open
chaithyagr opened this issue Jun 5, 2020 · 0 comments
Assignees
Labels
bug Something isn't working Testing

Comments

@chaithyagr
Copy link
Contributor

Currently, we run gridsearch in parallel with the help of joblib, which pickles the data.

However, the linear_op cannot be pickled right, as we have some internal objects whose all the data is not rightly loaded back. Due to this, the wavelet operator in gridsearch always works with the same default linear_op.

This issue cropped up as we wanted to test with 3D gridsearching.

I will update the codes to initialize the linear_op on the fly. However, we also need to ensure the testing is better.

Finally, this is just fixing the effect and not the actual cause of the issue, that is the linear_op is not being pickled right.

@chaithyagr chaithyagr added bug Something isn't working Testing labels Jun 5, 2020
@chaithyagr chaithyagr self-assigned this Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Testing
Projects
None yet
Development

No branches or pull requests

1 participant