ivy-llc / ivy

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

Add NN Norm Functions to Paddle Frontend #15054

Open hmahmood24 opened 1 year ago

hmahmood24 commented 1 year ago

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

ivy/functional/frontends/paddle/nn/functional/norm.py ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_functional/test_norm.py

Codehackerone commented 1 year ago

Hello. I would like to work on this as the part for the assignment

ToniAnton22 commented 1 year ago

19241 can I contribute to this issue?

Madjid-CH commented 1 year ago

19241 can I contribute to this issue?

It's already taken by me 😊 but you can help if you want.

ToniAnton22 commented 1 year ago

19241 can I contribute to this issue?

It's already taken by me 😊 but you can help if you want.

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.

shaby112 commented 1 year ago
IANXHULU commented 1 year ago

Can contribute to this task

Ambro19 commented 1 year ago

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: ! [remote rejected] adding-instance_norm-and-testing -> adding-instance_norm-and-testing (refusing to allow a Personal Access Token to create or update workflow .github/workflows/array-api-det-coverage.yml without workflow scope) error: failed to push some refs to 'https://github.com/Ambro19/ivy.git' (ivy_dev) PS E:\Unify-Ivy\ivy>

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 on: workflow_dispatch: permissions: actions: read

jobs: determine_coverage: runs-on: ubuntu-latest steps:

Madjid-CH commented 1 year ago

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: ! [remote rejected] adding-instance_norm-and-testing -> adding-instance_norm-and-testing (refusing to allow a Personal Access Token to create or update workflow .github/workflows/array-api-det-coverage.yml without workflow scope) error: failed to push some refs to 'https://github.com/Ambro19/ivy.git' (ivy_dev) PS E:\Unify-Ivy\ivy>

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 on: workflow_dispatch: permissions: actions: read

jobs: determine_coverage: runs-on: ubuntu-latest steps: - name: Checkout Ivy 🛎 uses: actions/checkout@v2 with: path: ivy persist-credentials: false submodules: "recursive" fetch-depth: 150

  - name: Determine Test Coverage
    run: |
      pip install pydriller tqdm
      cd ivy
      python run_tests_CLI/array_api_det_coverage.py
      cd ..
      mkdir tests
      cp ivy/tests.pbz2 tests/

  - name: Push Mapping
    uses: cpina/github-action-push-to-another-repository@main
    env:
      **SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}**
    with:
      source-directory: tests/
      destination-github-username: 'unifyai'
      destination-repository-name: 'Mapping'
      user-email: rashul.chutani@gmail.com
      commit-message: Update Array API Tests Mapping
      target-branch: main

Hi @Ambro19 please refer to these PR : https://github.com/unifyai/ivy/pull/19261

rajarshighoshal commented 1 year ago

Hi I want to work on this issue if no one is working on it

sourabh-santra commented 1 year ago

I will be working on batch_norm #23300

SamruddhiNavale commented 1 year ago
parteekcoder commented 1 year ago
abdullateefogundipe commented 11 months ago

27199