-
Notifications
You must be signed in to change notification settings - Fork 10
Clean up g_proximal arguments #321
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
Conversation
Remove them from call in forward_backward in preparation for other (TF) g_proximal implementations.
We fail Lines 136 to 139 in d45d533
so the difference here is what we pass in as x .
|
I would like to pass |
Nothing says happy 2023 like all MacOS tests failing for no reason! It seems we are affected by actions/runner-images#11545 looks like people are actively working to fix it so maybe it'll be resolved soon 🤞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, I just suggested some tidying and comments.
The MacOS g++ tests are failing with error:
ConanException: sha256 signature failed for 'jpegsrc.v9e.tar.gz' file.
Is that to do with the homebrew issue you mentioned?
I managed to work around the homebrew issue by skipping It looks like it might have been updated 12 hours ago conan-io/conan-center-index#15093 |
Closes actions/setup-python#298
Pass beta and phi through constructor of g_proximal and pass them to arguments of l1_proximal internally when the proximal function is called. Remove them from call in forward_backward in preparation for other (TF) g_proximal implementations.