ivy-llc / ivy

Convert Machine Learning Code Between Frameworks
https://ivy.dev
Other
14.01k stars 5.76k forks source link

Add Indexing, Slicing, Joining, Mutating Ops to PyTorch Frontend #9

Open djl11 opened 2 years ago

djl11 commented 2 years ago

Add indexing, slicing, joining, mutating ops to PyTorch 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.

_

The main file paths where these functions are likely to be added are:

  • ivy/functional/frontends/torch/indexing\_slicing\_joining\_mutating\_ops.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_torch/test\_indexing\_slicing\_joining\_mutating\_ops.py
  • ivy/array/experimental/manipulation.py
  • ivy/container/experimental/manipulation.py
  • ivy/functional/backends/jax/experimental/manipulation.py
  • ivy/functional/backends/numpy/experimental/manipulation.py
  • ivy/functional/backends/tensorflow/experimental/manipulation.py
  • ivy/functional/backends/torch/experimental/manipulation.py
  • ivy/functional/ivy/experimental/manipulation.py
beandkay commented 1 year ago
AnnaTz commented 1 year ago

@beandkay please see the note at the top of the list on how to link your issue

beandkay commented 1 year ago

@beandkay please see the note at the top of the list on how to link your issue

Hi, i edited it. Thanks

kkaracam commented 1 year ago

Hi @AnnaTz, #9854 was closed because it was stale and it hasn't been implemented. I have an implementation for it and would like to create a PR. Can we have that issue reopened or should I just create a new one?

AnnaTz commented 1 year ago

Hi @AnnaTz, #9854 was closed because it was stale and it hasn't been implemented. I have an implementation for it and would like to create a PR. Can we have that issue reopened or should I just create a new one?

I reopened it just now. You can go ahead and link your PR there.

00umar commented 1 year ago

Do you mean I should proceed with imdex_reduce?

On Wed, Jul 19, 2023, 3:55 PM aryaman82 @.***> wrote:

index_reduce - [ ] #19632 https://github.com/unifyai/ivy/issues/19632

— Reply to this email directly, view it on GitHub https://github.com/unifyai/ivy/issues/9#issuecomment-1642247320, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIE5ET5ZMMVZP4NZIYAASCDXQ7YPVANCNFSM5MJO4R5A . You are receiving this because you commented.Message ID: @.***>

AyeshaIrshad1337 commented 1 year ago
OwusuBlessing commented 1 year ago

Please assign me to column_stack

23385

jieunboy0516 commented 1 year ago

Please assign me to column_stack #23385

Hi @OwusuBlessing, thanks for your contribution to Ivy. However, I can see that column_stack has been assigned to another contributor. Would you mind taking another task? Thanks.

CanKeles5 commented 1 year ago

@jieunboy0516 Hi, I also wanted to get that task. The task seems unassigned in the board. Is there another way to check if the tasks are assigned to someone?

AnnaTz commented 1 year ago

@jieunboy0516 Hi, I also wanted to get that task. The task seems unassigned in the board. Is there another way to check if the tasks are assigned to someone?

column_stack is being work on by someone but they didn't link an issue to this ToDo as they should have. Normally any subtasks that are not linked to an issue should be free to be worked upon.

HemanthSai7 commented 1 year ago

Hello, I would like to take up slice_scatter if not completed yet.

QueenSekinah commented 1 year ago
Purity-E commented 11 months ago