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

added function paddle.vision.transforms.crop and test draft #21821

Closed
wants to merge 36 commits into from
Closed

added function paddle.vision.transforms.crop and test draft #21821

wants to merge 36 commits into from

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    b72acc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    f0550d6 View commit details
    Browse the repository at this point in the history
  2. lint

    root-yash committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7984976 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d732755 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from unifyai/main

    add main
    root-yash committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ad94fe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    631ac62 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    e2e8e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3603728 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    0890d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487067c View commit details
    Browse the repository at this point in the history
  3. adjusting min and max values of parameters in test function to see if…

    … lint errors are affected
    danieldaug committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c8fc16e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    86c3d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3e975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f22b36e View commit details
    Browse the repository at this point in the history
  4. fixed lint errors

    danieldaug committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3207528 View commit details
    Browse the repository at this point in the history
  5. remove constraints

    root-yash committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c04fd41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acf2326 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from root-yash/main

    remove constraint
    root-yash committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    194c1bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3503a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    647ba55 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    05c0df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47934d1 View commit details
    Browse the repository at this point in the history
  3. fixed more lint errors after moving other function that was previousl…

    …y mixed up with test_paddle_crop
    danieldaug committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    356d133 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d50ee View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. reverted changes in .idea

    danieldaug committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    d6ba582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce52174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3655e71 View commit details
    Browse the repository at this point in the history
  4. retrigger checks

    root-yash committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    564fa30 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    fa05ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d511aec View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    e914c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d2df9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    57cfe5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea7494f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    eb00d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df087c3 View commit details
    Browse the repository at this point in the history