-
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
Add NN Norm Functions to Paddle Frontend #15054
Comments
paddle.nn.functional.norm
NN Norm Functions to PaddlePaddle Frontendpaddle.nn.functional.norm
NN Norm Functions to Paddle Frontend
Hello. I would like to work on this as the part for the assignment |
#19241 can I contribute to this issue? |
It's already taken by me 😊 |
Thanks you, but it's fine. I mistakenly thought open issues were there to take not taken so nevermind my previous comment xD. I can help if you need any. |
|
Can contribute to this task |
Hey @hmahmood24 @Madjid-CH, @unify, I implemented instance_norm function (#22053) and its testing, but I am facing issue trying to do "pull request". Any idea on how to solve this issue? Any help will be appreciated. When "I git push", I received this error: And below is the array-api-det-coverge.yml file. This is the issue's line: SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY } name: array-api-determine-test-coverage jobs:
|
|
Hi I want to work on this issue if no one is working on it |
paddle.nn.functional.norm
NN Norm Functions to Paddle Frontend
I will be working on batch_norm #23300 |
Add NN Norm Functions to PaddlePaddle Frontend
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
batch_norm
instance_norm #22053
layer_norm #19662
local_response_norm #22055
normalize #19696
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/nn/functional/norm.py
ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_functional/test_norm.py
The text was updated successfully, but these errors were encountered: