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

Add support for conditional detr #18948

Merged
merged 240 commits into from Sep 22, 2022

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    9fdafb7 View commit details
    Browse the repository at this point in the history
  2. checked copies

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4f57d8e View commit details
    Browse the repository at this point in the history
  3. checked copies

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f17ed0b View commit details
    Browse the repository at this point in the history
  4. fixed style and copies

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a295255 View commit details
    Browse the repository at this point in the history
  5. fixed style and copies

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b1c7c2f View commit details
    Browse the repository at this point in the history
  6. fixed hub

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    af009ec View commit details
    Browse the repository at this point in the history
  7. fixed style

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3a02a97 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    380cb21 View commit details
    Browse the repository at this point in the history
  9. Update docs/source/en/_toctree.yml

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    705ae58 View commit details
    Browse the repository at this point in the history
  10. Update docs/source/en/index.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    bdec20e View commit details
    Browse the repository at this point in the history
  11. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    37a4df7 View commit details
    Browse the repository at this point in the history
  12. Update src/transformers/models/conditional_detr/convert_conditional_d…

    …etr_original_pytorch_checkpoint_to_pytorch.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    72ca1fd View commit details
    Browse the repository at this point in the history
  13. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    43fc3f2 View commit details
    Browse the repository at this point in the history
  14. Update docs/source/en/model_doc/conditional_detr.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ff83049 View commit details
    Browse the repository at this point in the history
  15. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    808440a View commit details
    Browse the repository at this point in the history
  16. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7238020 View commit details
    Browse the repository at this point in the history
  17. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3439327 View commit details
    Browse the repository at this point in the history
  18. fixed some doc issue

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ef0fa89 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'add_conditional_detr_4' of github.com:DeppMeng/transfor…

    …mers into add_conditional_detr_4
    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    450c68a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1225efa View commit details
    Browse the repository at this point in the history
  21. fixed docs

    DeppMeng committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a303acf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Update README_ko.md

    DeppMeng committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    437ed9a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. added spatial_model_name

    DeppMeng committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    519e495 View commit details
    Browse the repository at this point in the history
  2. fixed fix-copies

    DeppMeng committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a054c0d View commit details
    Browse the repository at this point in the history
  3. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e93117c View commit details
    Browse the repository at this point in the history
  4. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f9ed251 View commit details
    Browse the repository at this point in the history
  5. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3490338 View commit details
    Browse the repository at this point in the history
  6. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ec27a18 View commit details
    Browse the repository at this point in the history
  7. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4e8d871 View commit details
    Browse the repository at this point in the history
  8. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d2f4fb0 View commit details
    Browse the repository at this point in the history
  9. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    37d4ed1 View commit details
    Browse the repository at this point in the history
  10. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    dcfe174 View commit details
    Browse the repository at this point in the history
  11. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    16605bb View commit details
    Browse the repository at this point in the history
  12. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    63cb539 View commit details
    Browse the repository at this point in the history
  13. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4426abf View commit details
    Browse the repository at this point in the history
  14. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4487f2b View commit details
    Browse the repository at this point in the history
  15. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0e70489 View commit details
    Browse the repository at this point in the history
  16. added some copied from

    DeppMeng committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    01b20c9 View commit details
    Browse the repository at this point in the history
  17. added some copied from

    DeppMeng committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    801f3c9 View commit details
    Browse the repository at this point in the history
  18. added some copied from

    DeppMeng committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    203d1df View commit details
    Browse the repository at this point in the history
  19. added some copied from

    DeppMeng committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ae30a78 View commit details
    Browse the repository at this point in the history
  20. fixed use_pretrained issue

    DeppMeng committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    67424e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. changed post-process

    DeppMeng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    908141d View commit details
    Browse the repository at this point in the history
  2. added conditional_detr files

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    256145f View commit details
    Browse the repository at this point in the history
  3. checked copies

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f2a47b4 View commit details
    Browse the repository at this point in the history
  4. checked copies

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f1a6673 View commit details
    Browse the repository at this point in the history
  5. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    533f349 View commit details
    Browse the repository at this point in the history
  6. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1c69c39 View commit details
    Browse the repository at this point in the history
  7. fixed hub

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5c56728 View commit details
    Browse the repository at this point in the history
  8. fixed style

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8a2c20b View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    38a9af8 View commit details
    Browse the repository at this point in the history
  10. Update docs/source/en/_toctree.yml

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7572fce View commit details
    Browse the repository at this point in the history
  11. Update docs/source/en/index.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f9b46b0 View commit details
    Browse the repository at this point in the history
  12. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f4cfec6 View commit details
    Browse the repository at this point in the history
  13. Update src/transformers/models/conditional_detr/convert_conditional_d…

    …etr_original_pytorch_checkpoint_to_pytorch.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    3428cb3 View commit details
    Browse the repository at this point in the history
  14. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    febe49a View commit details
    Browse the repository at this point in the history
  15. fixed some doc issue

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    2ba7703 View commit details
    Browse the repository at this point in the history
  16. Update docs/source/en/model_doc/conditional_detr.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fb4280f View commit details
    Browse the repository at this point in the history
  17. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    81af3de View commit details
    Browse the repository at this point in the history
  18. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c2f9e6f View commit details
    Browse the repository at this point in the history
  19. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4d1c230 View commit details
    Browse the repository at this point in the history
  20. changed prefix to ConditionalDetr

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    82000ae View commit details
    Browse the repository at this point in the history
  21. fixed docs

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8064c37 View commit details
    Browse the repository at this point in the history
  22. Update README_ko.md

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    94f63a0 View commit details
    Browse the repository at this point in the history
  23. added spatial_model_name

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    97a9792 View commit details
    Browse the repository at this point in the history
  24. fixed fix-copies

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f2d758e View commit details
    Browse the repository at this point in the history
  25. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d00e8c5 View commit details
    Browse the repository at this point in the history
  26. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f29393b View commit details
    Browse the repository at this point in the history
  27. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b22a763 View commit details
    Browse the repository at this point in the history
  28. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    14fa313 View commit details
    Browse the repository at this point in the history
  29. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4032246 View commit details
    Browse the repository at this point in the history
  30. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    318ac68 View commit details
    Browse the repository at this point in the history
  31. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1a9c920 View commit details
    Browse the repository at this point in the history
  32. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    389b28c View commit details
    Browse the repository at this point in the history
  33. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    41395f2 View commit details
    Browse the repository at this point in the history
  34. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c3e3ff1 View commit details
    Browse the repository at this point in the history
  35. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ce34980 View commit details
    Browse the repository at this point in the history
  36. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5e5b6d4 View commit details
    Browse the repository at this point in the history
  37. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5e02594 View commit details
    Browse the repository at this point in the history
  38. added some copied from

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0f28629 View commit details
    Browse the repository at this point in the history
  39. added some copied from

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    727ed2f View commit details
    Browse the repository at this point in the history
  40. added some copied from

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7aa2fbb View commit details
    Browse the repository at this point in the history
  41. added some copied from

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fc6c71e View commit details
    Browse the repository at this point in the history
  42. fixed use_pretrained issue

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a0d02aa View commit details
    Browse the repository at this point in the history
  43. changed post-process

    DeppMeng authored and Depu Meng committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    3f2cd47 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Merge branch 'add_conditional_detr_4' of github.com:DeppMeng/transfor…

    …mers into add_conditional_detr_4
    DeppMeng committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fa212b9 View commit details
    Browse the repository at this point in the history
  2. fix style quality and copies

    DeppMeng committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0bfc87a View commit details
    Browse the repository at this point in the history
  3. fix style quality and copies

    DeppMeng committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3d3d78f View commit details
    Browse the repository at this point in the history
  4. fix style quality and copies

    DeppMeng committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8273131 View commit details
    Browse the repository at this point in the history
  5. fix style quality and copies

    DeppMeng committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ce0e01f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. add more fix-copies

    DeppMeng committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    81788ee View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7bc5720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acbaba0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d5498c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'add_conditional_detr_4' of github.com:DeppMeng/transfor…

    …mers into add_conditional_detr_4
    DeppMeng committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4cbb5ad View commit details
    Browse the repository at this point in the history
  6. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    DeppMeng and NielsRogge committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7a6b084 View commit details
    Browse the repository at this point in the history
  7. added more copied from

    DeppMeng committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cbfea52 View commit details
    Browse the repository at this point in the history
  8. fixed quality

    DeppMeng committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2123596 View commit details
    Browse the repository at this point in the history
  9. changed pretrained config

    DeppMeng committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4c1b817 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    f8bd9f0 View commit details
    Browse the repository at this point in the history
  2. added conditional_detr files

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bbb01a6 View commit details
    Browse the repository at this point in the history
  3. checked copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e28dd8e View commit details
    Browse the repository at this point in the history
  4. checked copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5456262 View commit details
    Browse the repository at this point in the history
  5. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d41f433 View commit details
    Browse the repository at this point in the history
  6. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5b64059 View commit details
    Browse the repository at this point in the history
  7. fixed hub

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    cdbeea6 View commit details
    Browse the repository at this point in the history
  8. fixed style

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    08f2853 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ece15d2 View commit details
    Browse the repository at this point in the history
  10. Update docs/source/en/_toctree.yml

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    12a2ffc View commit details
    Browse the repository at this point in the history
  11. Update docs/source/en/index.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0d10b38 View commit details
    Browse the repository at this point in the history
  12. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f6b7986 View commit details
    Browse the repository at this point in the history
  13. Update src/transformers/models/conditional_detr/convert_conditional_d…

    …etr_original_pytorch_checkpoint_to_pytorch.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    abf75f4 View commit details
    Browse the repository at this point in the history
  14. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3755993 View commit details
    Browse the repository at this point in the history
  15. fixed some doc issue

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    14bb0e7 View commit details
    Browse the repository at this point in the history
  16. Update docs/source/en/model_doc/conditional_detr.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6e8b4d8 View commit details
    Browse the repository at this point in the history
  17. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    75b7ba9 View commit details
    Browse the repository at this point in the history
  18. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bc4d1fa View commit details
    Browse the repository at this point in the history
  19. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    88c4fae View commit details
    Browse the repository at this point in the history
  20. changed prefix to ConditionalDetr

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    56e5bca View commit details
    Browse the repository at this point in the history
  21. fixed docs

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5194ea9 View commit details
    Browse the repository at this point in the history
  22. Update README_ko.md

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bbc0334 View commit details
    Browse the repository at this point in the history
  23. added spatial_model_name

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    194276b View commit details
    Browse the repository at this point in the history
  24. fixed fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    91bbe07 View commit details
    Browse the repository at this point in the history
  25. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4396859 View commit details
    Browse the repository at this point in the history
  26. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    763e101 View commit details
    Browse the repository at this point in the history
  27. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f96899e View commit details
    Browse the repository at this point in the history
  28. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5cc02c1 View commit details
    Browse the repository at this point in the history
  29. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5cca671 View commit details
    Browse the repository at this point in the history
  30. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    10dab49 View commit details
    Browse the repository at this point in the history
  31. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    eecd87c View commit details
    Browse the repository at this point in the history
  32. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e6d5015 View commit details
    Browse the repository at this point in the history
  33. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    63a00b2 View commit details
    Browse the repository at this point in the history
  34. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    06f394e View commit details
    Browse the repository at this point in the history
  35. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ec48112 View commit details
    Browse the repository at this point in the history
  36. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    81b64d7 View commit details
    Browse the repository at this point in the history
  37. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    be85f01 View commit details
    Browse the repository at this point in the history
  38. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fcc2970 View commit details
    Browse the repository at this point in the history
  39. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1f3b2ce View commit details
    Browse the repository at this point in the history
  40. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    098b221 View commit details
    Browse the repository at this point in the history
  41. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b46d965 View commit details
    Browse the repository at this point in the history
  42. fixed use_pretrained issue

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b944f0f View commit details
    Browse the repository at this point in the history
  43. changed post-process

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    97d7733 View commit details
    Browse the repository at this point in the history
  44. added conditional_detr files

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    72e8e7b View commit details
    Browse the repository at this point in the history
  45. checked copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ae286ae View commit details
    Browse the repository at this point in the history
  46. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0b835dc View commit details
    Browse the repository at this point in the history
  47. fixed some doc issue

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f69d13f View commit details
    Browse the repository at this point in the history
  48. changed prefix to ConditionalDetr

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    72d788d View commit details
    Browse the repository at this point in the history
  49. fixed docs

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b0eae03 View commit details
    Browse the repository at this point in the history
  50. added spatial_model_name

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4d1c90f View commit details
    Browse the repository at this point in the history
  51. fixed fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    55214b7 View commit details
    Browse the repository at this point in the history
  52. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    07612c4 View commit details
    Browse the repository at this point in the history
  53. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b31aec9 View commit details
    Browse the repository at this point in the history
  54. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ef55c0e View commit details
    Browse the repository at this point in the history
  55. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    967fd7e View commit details
    Browse the repository at this point in the history
  56. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    923fe3b View commit details
    Browse the repository at this point in the history
  57. fix style quality and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1b15d79 View commit details
    Browse the repository at this point in the history
  58. fix style quality and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    92fc3df View commit details
    Browse the repository at this point in the history
  59. fix style quality and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6696ec8 View commit details
    Browse the repository at this point in the history
  60. add more fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a3c45b3 View commit details
    Browse the repository at this point in the history
  61. fixed some variable names & added more fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    37e2b25 View commit details
    Browse the repository at this point in the history
  62. fixed some variable names & added more fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    99b7660 View commit details
    Browse the repository at this point in the history
  63. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c5063f1 View commit details
    Browse the repository at this point in the history
  64. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    745dfaa View commit details
    Browse the repository at this point in the history
  65. added more copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    89e167f View commit details
    Browse the repository at this point in the history
  66. fixed quality

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ee5a80f View commit details
    Browse the repository at this point in the history
  67. changed pretrained config

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0005e5c View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9231db8 View commit details
    Browse the repository at this point in the history
  69. fixed style

    DeppMeng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8c9ab85 View commit details
    Browse the repository at this point in the history
  70. rebased

    DeppMeng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b0a1342 View commit details
    Browse the repository at this point in the history
  71. added conditional_detr files

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9c80a81 View commit details
    Browse the repository at this point in the history
  72. checked copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    aa64e29 View commit details
    Browse the repository at this point in the history
  73. checked copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e70647f View commit details
    Browse the repository at this point in the history
  74. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    145ba8a View commit details
    Browse the repository at this point in the history
  75. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9de75d1 View commit details
    Browse the repository at this point in the history
  76. fixed hub

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    52764fa View commit details
    Browse the repository at this point in the history
  77. fixed style

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4832c6d View commit details
    Browse the repository at this point in the history
  78. Update README.md

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    758bb44 View commit details
    Browse the repository at this point in the history
  79. Update docs/source/en/_toctree.yml

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    241cb6d View commit details
    Browse the repository at this point in the history
  80. Update docs/source/en/index.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4e64ef3 View commit details
    Browse the repository at this point in the history
  81. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e0aecc4 View commit details
    Browse the repository at this point in the history
  82. Update src/transformers/models/conditional_detr/convert_conditional_d…

    …etr_original_pytorch_checkpoint_to_pytorch.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    aa3b218 View commit details
    Browse the repository at this point in the history
  83. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7812e53 View commit details
    Browse the repository at this point in the history
  84. fixed some doc issue

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d873c12 View commit details
    Browse the repository at this point in the history
  85. Update docs/source/en/model_doc/conditional_detr.mdx

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    143bda2 View commit details
    Browse the repository at this point in the history
  86. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8c24e88 View commit details
    Browse the repository at this point in the history
  87. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    daa2da0 View commit details
    Browse the repository at this point in the history
  88. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    641f36d View commit details
    Browse the repository at this point in the history
  89. changed prefix to ConditionalDetr

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b3f0a6c View commit details
    Browse the repository at this point in the history
  90. fixed docs

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9b512e1 View commit details
    Browse the repository at this point in the history
  91. Update README_ko.md

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9b6906a View commit details
    Browse the repository at this point in the history
  92. added spatial_model_name

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d91f7ea View commit details
    Browse the repository at this point in the history
  93. fixed fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6a78fa1 View commit details
    Browse the repository at this point in the history
  94. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fbd4614 View commit details
    Browse the repository at this point in the history
  95. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    cf548b6 View commit details
    Browse the repository at this point in the history
  96. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a9e6cf8 View commit details
    Browse the repository at this point in the history
  97. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0ca32a9 View commit details
    Browse the repository at this point in the history
  98. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f898c9b View commit details
    Browse the repository at this point in the history
  99. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e7c120f View commit details
    Browse the repository at this point in the history
  100. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ec3e486 View commit details
    Browse the repository at this point in the history
  101. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e12b924 View commit details
    Browse the repository at this point in the history
  102. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    24576f5 View commit details
    Browse the repository at this point in the history
  103. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    aa41556 View commit details
    Browse the repository at this point in the history
  104. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3be87d5 View commit details
    Browse the repository at this point in the history
  105. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c60fe6d View commit details
    Browse the repository at this point in the history
  106. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    af40dce View commit details
    Browse the repository at this point in the history
  107. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e0e586c View commit details
    Browse the repository at this point in the history
  108. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9c79f40 View commit details
    Browse the repository at this point in the history
  109. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0793156 View commit details
    Browse the repository at this point in the history
  110. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0c84ed8 View commit details
    Browse the repository at this point in the history
  111. fixed use_pretrained issue

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ade3e4c View commit details
    Browse the repository at this point in the history
  112. changed post-process

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1ba0ff0 View commit details
    Browse the repository at this point in the history
  113. added conditional_detr files

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    af40671 View commit details
    Browse the repository at this point in the history
  114. checked copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ad01fc1 View commit details
    Browse the repository at this point in the history
  115. fixed style and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8881535 View commit details
    Browse the repository at this point in the history
  116. fixed some doc issue

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b78443b View commit details
    Browse the repository at this point in the history
  117. changed prefix to ConditionalDetr

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0963e5e View commit details
    Browse the repository at this point in the history
  118. fixed docs

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    449ffc3 View commit details
    Browse the repository at this point in the history
  119. added spatial_model_name

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8629564 View commit details
    Browse the repository at this point in the history
  120. fixed fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b57116e View commit details
    Browse the repository at this point in the history
  121. Update src/transformers/models/conditional_detr/modeling_conditional_…

    …detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7c7f38e View commit details
    Browse the repository at this point in the history
  122. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8c1992d View commit details
    Browse the repository at this point in the history
  123. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5614267 View commit details
    Browse the repository at this point in the history
  124. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6dc2216 View commit details
    Browse the repository at this point in the history
  125. added some copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f9c65fc View commit details
    Browse the repository at this point in the history
  126. fix style quality and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    40d9e03 View commit details
    Browse the repository at this point in the history
  127. fix style quality and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b5d5dbb View commit details
    Browse the repository at this point in the history
  128. fix style quality and copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d5655f6 View commit details
    Browse the repository at this point in the history
  129. add more fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6bdf416 View commit details
    Browse the repository at this point in the history
  130. fixed some variable names & added more fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1af9397 View commit details
    Browse the repository at this point in the history
  131. fixed some variable names & added more fix-copies

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a7e6870 View commit details
    Browse the repository at this point in the history
  132. Update src/transformers/models/conditional_detr/feature_extraction_co…

    …nditional_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5c2314e View commit details
    Browse the repository at this point in the history
  133. Update src/transformers/models/conditional_detr/configuration_conditi…

    …onal_detr.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    2 people authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d462afa View commit details
    Browse the repository at this point in the history
  134. added more copied from

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0646482 View commit details
    Browse the repository at this point in the history
  135. fixed quality

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e203814 View commit details
    Browse the repository at this point in the history
  136. changed pretrained config

    DeppMeng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    61fb0dc View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    5eecfb1 View commit details
    Browse the repository at this point in the history
  138. Merge branch 'add_conditional_detr_5' of github.com:DeppMeng/transfor…

    …mers into add_conditional_detr_5
    Depu Meng authored and Depu Meng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1c192e6 View commit details
    Browse the repository at this point in the history
  139. Merge branch 'add_conditional_detr_5' of github.com:DeppMeng/transfor…

    …mers into add_conditional_detr_5
    DeppMeng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2fa0593 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    a59fc09 View commit details
    Browse the repository at this point in the history
  141. rebased

    DeppMeng committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    31492a5 View commit details
    Browse the repository at this point in the history