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

adding positional encoder changes and tests #32600

Merged
merged 54 commits into from
Sep 25, 2024

Commits on Aug 11, 2024

  1. adding positional encoder changes and tests

    Manuel Sanchez Hernandez committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    63e8a34 View commit details
    Browse the repository at this point in the history
  2. adding ruff suggestions

    Manuel Sanchez Hernandez committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    bf6ddf2 View commit details
    Browse the repository at this point in the history
  3. changes added by python utils/check_copies.py --fix_and_overwrite

    Manuel Sanchez Hernandez committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    c1e5058 View commit details
    Browse the repository at this point in the history
  4. removing pos_encoding added by script

    Manuel Sanchez Hernandez committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    19aaa92 View commit details
    Browse the repository at this point in the history
  5. adding interpolation to clipseg

    Manuel Sanchez Hernandez committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b282796 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. formatting

    Manuel Sanchez Hernandez committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    14d6001 View commit details
    Browse the repository at this point in the history
  2. adding further testing to altclip and better documentation to kosmos2

    Manuel Sanchez Hernandez committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    48128b1 View commit details
    Browse the repository at this point in the history
  3. skipping test_inputs_embeds_matches_input_ids_with_generate in git model

    Manuel Sanchez Hernandez committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8eb1beb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fixing clipseg comment suggestions

    Manuel Sanchez Hernandez committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7ced086 View commit details
    Browse the repository at this point in the history
  2. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cac7886 View commit details
    Browse the repository at this point in the history
  3. fixing bridgetower test

    Manuel Sanchez Hernandez committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a17b554 View commit details
    Browse the repository at this point in the history
  4. fixing altclip tensor output POS test

    Manuel Sanchez Hernandez committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c4e56fb View commit details
    Browse the repository at this point in the history
  5. adding ruff formatting

    Manuel Sanchez Hernandez committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e303547 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fixing several tests

    Manuel Sanchez Hernandez committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ee8318d View commit details
    Browse the repository at this point in the history
  2. formatting with ruff

    Manuel Sanchez Hernandez committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    20778a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    da9108a View commit details
    Browse the repository at this point in the history
  2. adding positional encoder changes and tests

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    024ea6e View commit details
    Browse the repository at this point in the history
  3. adding ruff suggestions

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9c645e3 View commit details
    Browse the repository at this point in the history
  4. changes added by python utils/check_copies.py --fix_and_overwrite

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    19ad494 View commit details
    Browse the repository at this point in the history
  5. removing pos_encoding added by script

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b383517 View commit details
    Browse the repository at this point in the history
  6. adding interpolation to clipseg

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    578411c View commit details
    Browse the repository at this point in the history
  7. formatting

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5517dab View commit details
    Browse the repository at this point in the history
  8. adding further testing to altclip and better documentation to kosmos2

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    34d8999 View commit details
    Browse the repository at this point in the history
  9. skipping test_inputs_embeds_matches_input_ids_with_generate in git model

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    48be16e View commit details
    Browse the repository at this point in the history
  10. fixing clipseg comment suggestions

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    633310a View commit details
    Browse the repository at this point in the history
  11. fixing bridgetower test

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9c3ccdd View commit details
    Browse the repository at this point in the history
  12. fixing altclip tensor output POS test

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3a62e94 View commit details
    Browse the repository at this point in the history
  13. adding ruff formatting

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    153938f View commit details
    Browse the repository at this point in the history
  14. fixing several tests

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ca9682d View commit details
    Browse the repository at this point in the history
  15. formatting with ruff

    Manuel Sanchez Hernandez committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8567408 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. adding right pretrained model

    Manuel Sanchez Hernandez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9941dbd View commit details
    Browse the repository at this point in the history
  2. adding correct pretrained model to git

    Manuel Sanchez Hernandez committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    962989d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09301c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

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

Commits on Sep 3, 2024

  1. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9d05572 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fixing test_inference_image_segmentation

    Manuel Sanchez Hernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    16363f6 View commit details
    Browse the repository at this point in the history
  2. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e3e2272 View commit details
    Browse the repository at this point in the history
  3. fixing test_inference_interpolate_pos_encoding for the git model as t…

    …here is no vision_model_output
    Manuel Sanchez Hernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e35729a View commit details
    Browse the repository at this point in the history
  4. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    58a02f1 View commit details
    Browse the repository at this point in the history
  5. adding ruff formatting

    Manuel Sanchez Hernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fcbf2d2 View commit details
    Browse the repository at this point in the history
  6. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d44e070 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. adding new interpolate_pos_encoding function

    Manuel Sanchez Hernandez committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    ea54d25 View commit details
    Browse the repository at this point in the history
  2. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9d751a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fixing interpolate_POS funciton

    Manuel Sanchez Hernandez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f36537b View commit details
    Browse the repository at this point in the history
  2. adapting output tensor in teests

    Manuel Sanchez Hernandez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4170cba View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fixing conflict to merge

    Manuel Sanchez Hernandez committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5c593bc View commit details
    Browse the repository at this point in the history
  2. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d00d7b3 View commit details
    Browse the repository at this point in the history
  3. modifying output tensor

    Manuel Sanchez Hernandez committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    44f9695 View commit details
    Browse the repository at this point in the history
  4. [run_slow] altclip, bridgetower, chinese_clip, clip, clipseg, git, ko…

    …smos2, x_clip
    Manuel Sanchez Hernandez committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d70c2b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. adding the correct tensor

    Manuel Sanchez Hernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    299b979 View commit details
    Browse the repository at this point in the history
  2. [run_slow] clipseg

    Manuel Sanchez Hernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    55572b4 View commit details
    Browse the repository at this point in the history
  3. fixing spaces

    Manuel Sanchez Hernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d121d89 View commit details
    Browse the repository at this point in the history
  4. [run_slow] clipseg

    Manuel Sanchez Hernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7afedcf View commit details
    Browse the repository at this point in the history
  5. [run_slow] clipseg

    Manuel Sanchez Hernandez committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3be2b60 View commit details
    Browse the repository at this point in the history