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

Adds CLIP to models exportable with ONNX #18515

Merged
merged 21 commits into from
Aug 10, 2022
Merged

Commits on Aug 6, 2022

  1. onnx config for clip

    unography committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    cf55224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845d2e2 View commit details
    Browse the repository at this point in the history
  3. default opset as 14

    unography committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8418aee View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    eae965e View commit details
    Browse the repository at this point in the history
  2. input values order fix

    unography committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    118ca35 View commit details
    Browse the repository at this point in the history
  3. outputs fix

    unography committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4a22e42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7204e1d View commit details
    Browse the repository at this point in the history
  5. remove unused import

    unography committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b108224 View commit details
    Browse the repository at this point in the history
  6. ran make fix-copies

    unography committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3a8d870 View commit details
    Browse the repository at this point in the history
  7. black format

    unography committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    bfed078 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2306fbc View commit details
    Browse the repository at this point in the history
  9. make style

    unography committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    19e0423 View commit details
    Browse the repository at this point in the history
  10. formatting fixes

    unography committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    af3e2fc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. revert groupvit

    unography committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    32295b5 View commit details
    Browse the repository at this point in the history
  2. comment for cast to int32

    unography committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    3737ec2 View commit details
    Browse the repository at this point in the history
  3. comment fix

    unography committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    82d4a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    1b30df9 View commit details
    Browse the repository at this point in the history
  2. ran make fix-copies

    unography committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    933b12e View commit details
    Browse the repository at this point in the history
  3. remove unneeded comment

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    unography and sgugger authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0f7a95a View commit details
    Browse the repository at this point in the history
  4. fix copies

    unography committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3028908 View commit details
    Browse the repository at this point in the history
  5. remove comment

    unography committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7663f29 View commit details
    Browse the repository at this point in the history