Skip to content
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 Vision Functions to Paddle Frontend #15056

Open
Tracked by #19028 ...
hmahmood24 opened this issue May 8, 2023 · 11 comments
Open
Tracked by #19028 ...

Add NN Vision Functions to Paddle Frontend #15056

hmahmood24 opened this issue May 8, 2023 · 11 comments
Assignees
Labels
hacktoberfest hacktoberfest Paddle Frontend Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist ToDo A ToDo list of tasks

Comments

@hmahmood24
Copy link
Contributor

hmahmood24 commented May 8, 2023

Add NN Vision 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.

ivy/functional/frontends/paddle/nn/functional/vision.py
ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_functional/test_vision.py

@hmahmood24 hmahmood24 added Paddle Frontend Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist ToDo A ToDo list of tasks labels May 8, 2023
@hmahmood24 hmahmood24 self-assigned this May 8, 2023
@ivy-llc ivy-llc deleted a comment from umer-mukhtar May 16, 2023
@ivy-llc ivy-llc deleted a comment from Alaaeid2 Jun 10, 2023
@ivy-llc ivy-llc deleted a comment from xuantubka Jun 11, 2023
@hmahmood24 hmahmood24 changed the title Add paddle.nn.functional.vision NN Vision Functions to PaddlePaddle Frontend Add paddle.nn.functional.vision NN Vision Functions to Paddle Frontend Jun 12, 2023
@ivy-llc ivy-llc deleted a comment from Adeola23 Jun 17, 2023
@Kibet-g
Copy link

Kibet-g commented Jul 5, 2023

import paddle
import paddle.nn.functional as F

Example usage of a function from paddle.nn.functional.vision

input_tensor = paddle.randn([1, 3, 224, 224]) # Example input tensor

Apply the resize function from paddle.nn.functional.vision

resized_tensor = F.resize(input_tensor, size=(256, 256))

print("Input tensor shape:", input_tensor.shape)
print("Resized tensor shape:", resized_tensor.shape)

@Obony
Copy link

Obony commented Jul 9, 2023

affine_grid#19061

@ivy-llc ivy-llc deleted a comment from Ambro19 Jul 11, 2023
@ivy-llc ivy-llc deleted a comment from VaishnaviMudaliar Jul 12, 2023
@ivy-llc ivy-llc deleted a comment from so-dipe Jul 22, 2023
@ivy-llc ivy-llc deleted a comment from zawyar Jul 23, 2023
@ivy-llc ivy-llc deleted a comment from NewstellerBot Jul 29, 2023
@ivy-llc ivy-llc deleted a comment from Angel-ica Aug 6, 2023
@ivy-llc ivy-llc deleted a comment from Sameerk22 Aug 10, 2023
@ivy-llc ivy-llc deleted a comment from JONAHKYAGABA Aug 15, 2023
@ivy-llc ivy-llc deleted a comment from AmeenUrRehman Aug 20, 2023
@ivy-llc ivy-llc deleted a comment Aug 23, 2023
@AnnaTz AnnaTz changed the title Add paddle.nn.functional.vision NN Vision Functions to Paddle Frontend Add NN Vision Functions to Paddle Frontend Sep 8, 2023
@ivy-llc ivy-llc deleted a comment from aibenStunner Sep 8, 2023
@AditiVaidya10
Copy link

AditiVaidya10 commented Sep 11, 2023

-[NN vision fucntion] #23393

@Aryan8912
Copy link

Aryan8912 commented Sep 17, 2023

assign to me, working on it, I think this might be some context missing. If you're experiencing an issue, could you please provide more details about what the problem is, or specify which part of the code you're having trouble with? This additional information will help in providing a more targeted explanation or solution.

@a0m0rajab a0m0rajab added the hacktoberfest hacktoberfest label Sep 25, 2023
Aryan8912 added a commit to Aryan8912/ivy that referenced this issue Sep 28, 2023
@Aryan8912
Copy link

Review My PR please

@ivy-seed ivy-seed assigned AnnaTz and unassigned ReneFabricius Sep 28, 2023
@Aryan8912
Copy link

so this PR will merge or not @AnnaTz

@AnnaTz
Copy link
Contributor

AnnaTz commented Oct 2, 2023

so this PR will merge or not @AnnaTz

Which PR are you referring to @Aryan8912?

Aryan8912 added a commit to Aryan8912/ivy that referenced this issue Oct 2, 2023
@Aryan8912
Copy link

#26482

@Aryan8912
Copy link

review this PR @AnnaTz

@Aryan8912 Aryan8912 mentioned this issue Oct 2, 2023
5 tasks
@mostafaosama4
Copy link

mostafaosama4 commented Jan 6, 2024

@mostafaosama4
Copy link

I made the pull request 3 days ago, but I didn't receive any review.
Issue: #27853
Pull request: #27915

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest hacktoberfest Paddle Frontend Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist ToDo A ToDo list of tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants