-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Reformat gradients #776
Labels
Function Reformatting
Reformat all Ivy functions in accordance with the latest coding style in the contributor guide
hacktoberfest
hacktoberfest
ToDo
A ToDo list of tasks
Comments
saeedashrraf
added
ToDo
A ToDo list of tasks
Function Reformatting
Reformat all Ivy functions in accordance with the latest coding style in the contributor guide
labels
Apr 2, 2022
Merged
Closed
Closed
If we look at the check list it seems like all the functions here has been merged, but it seems that:
|
@a0m0rajab |
@TangoIndiaMango not yet, if I got something it would be written in this issue. |
Hey I'd like to work on this issue if it hasn't been resolved yet |
|
|
unset_with_grads #26865 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Function Reformatting
Reformat all Ivy functions in accordance with the latest coding style in the contributor guide
hacktoberfest
hacktoberfest
ToDo
A ToDo list of tasks
As explained in the function reformatting open task, each function in the gradients submodule should be updated to follow the implementation instructions given in the Deep Dive section of the docs. The updates should be applied for both the Ivy API and Backend API. The Deep Dive is the best general resource for learning in detail how functions should be implemented. Many of the functions are not implemented as they should be. You will need to make changes to the current implementations, but you do not need to go through all section of the Deep Dive. Specifically, you should make the following changes, where appropriate:
_
_
The text was updated successfully, but these errors were encountered: