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

[CLIP] Captioning Pipeline #1145

Merged
merged 47 commits into from
Aug 7, 2023
Merged

[CLIP] Captioning Pipeline #1145

merged 47 commits into from
Aug 7, 2023

Commits on Aug 2, 2023

  1. initial refactor

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9fa4197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    073cf38 View commit details
    Browse the repository at this point in the history
  3. test fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    128f7eb View commit details
    Browse the repository at this point in the history
  4. anothe test fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f5826a4 View commit details
    Browse the repository at this point in the history
  5. fix import

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    da81c7d View commit details
    Browse the repository at this point in the history
  6. revert

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a370e02 View commit details
    Browse the repository at this point in the history
  7. initial refactor

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    04e01f5 View commit details
    Browse the repository at this point in the history
  8. add tests for BasePipeline

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1c0a086 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f66c83b View commit details
    Browse the repository at this point in the history
  10. initial refactor

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9f12482 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2da0d75 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2951495 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e925ec8 View commit details
    Browse the repository at this point in the history
  14. add schema details

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3e02cda View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f1491b View commit details
    Browse the repository at this point in the history
  16. add zeroshot tests

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5bd3dc6 View commit details
    Browse the repository at this point in the history
  17. rebase fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a31fb4e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24ed6d1 View commit details
    Browse the repository at this point in the history
  19. move paths to fixtures

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b144fa7 View commit details
    Browse the repository at this point in the history
  20. rebase fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    775cdf5 View commit details
    Browse the repository at this point in the history
  21. rebase fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a93986a View commit details
    Browse the repository at this point in the history
  22. refactor pipelines to separate visual, text, and zeroshot. also add p…

    …ytest skips until model issues are resolved
    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3d4f3c6 View commit details
    Browse the repository at this point in the history
  23. fix rebase

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3e2ee70 View commit details
    Browse the repository at this point in the history
  24. initial refactor

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7c14b7a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d7595e8 View commit details
    Browse the repository at this point in the history
  26. initial refactor

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cd35c2b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2624c41 View commit details
    Browse the repository at this point in the history
  28. initial refactor

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bebe206 View commit details
    Browse the repository at this point in the history
  29. rebase fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9a81e32 View commit details
    Browse the repository at this point in the history
  30. move paths to fixtures

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    921818e View commit details
    Browse the repository at this point in the history
  31. initial refactor

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    836b157 View commit details
    Browse the repository at this point in the history
  32. initial caption functionality

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a7f1e30 View commit details
    Browse the repository at this point in the history
  33. debugging

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    11e4c0e View commit details
    Browse the repository at this point in the history
  34. more debugging

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    10c7835 View commit details
    Browse the repository at this point in the history
  35. post debugging code

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7d1c5ca View commit details
    Browse the repository at this point in the history
  36. fix imports

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0f9ebcc View commit details
    Browse the repository at this point in the history
  37. cleanup post model fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9b147fc View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    699dafc View commit details
    Browse the repository at this point in the history
  39. remove image embs loading

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    55cf8c6 View commit details
    Browse the repository at this point in the history
  40. update dimensions

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    83c9570 View commit details
    Browse the repository at this point in the history
  41. rebase

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ce670a9 View commit details
    Browse the repository at this point in the history
  42. remove extra param

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6c8cd4d View commit details
    Browse the repository at this point in the history
  43. remove typo

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    dd1d6b2 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    04be990 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    74a6e5b View commit details
    Browse the repository at this point in the history
  46. rebase fix

    dsikka committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d583fde View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. expose pipeline engine args

    dsikka committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8fb97ad View commit details
    Browse the repository at this point in the history