-
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 Pooling Functions to Paddle Frontend #15055
Comments
Hi @hmahmood24, may you please assign this task to me? I am interested to contribute in this task as my Open-Source Coding Challenge. |
paddle.nn.functional.pooling
NN Pooling Functions to PaddlePaddle Frontendpaddle.nn.functional.pooling
NN Pooling Functions to Paddle Frontend
@hmahmood24 Can you assign me this? |
|
-[]#23013 |
This was not deleted and added to the list. Now there are two implementations for the same. What shall be done? |
paddle.nn.functional.pooling
NN Pooling Functions to Paddle Frontend
@yashj8 You did not follow the provided template "- [ ] #issue_number", that is why it wasn't processed. |
Regardless, I'm open to working together until the test failures on at least one of the PRs are resolved. I don't mind if @yashj8 's PR is merged and not mine. |
Add NN Pooling 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.
avg_pool2d #18318
avg_pool3d #22597
max_pool1d #22208
max_pool2d #23492
max_pool3d
max_pool3d #26523
adaptive_max_pool1d #22317
adaptive_max_pool2d
adaptive_max_pool3d #22318
adaptive_avg_pool1d
adaptive_avg_pool2d
adaptive_avg_pool3d
max_unpool1d
max_unpool2d #22898
max_unpool3d #22272
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/nn/functional/pooling.py
ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_functional/test_pooling.py
The text was updated successfully, but these errors were encountered: