-
Notifications
You must be signed in to change notification settings - Fork 45
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
SAPYB for BlockDataContainer #1997
Comments
Thanks @samdporter Yep, that would be a quick fix to currently not allowing the user to pass CIL/Wrappers/Python/cil/framework/block.py Lines 286 to 312 in 5d569dc
Will chat to the team about any checks we might need or if they can remember the thinking in the first place |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to work with other code (e.g
SVRGFunction
)BlockDataContainer.sapyb
method needs to be able to acceptout=None
and should return aBlockDataContainer
Currently throws error in
SVRG.approximate_gradient
The text was updated successfully, but these errors were encountered: