1. 24 Nov, 2021 1 commit
  2. 27 Oct, 2021 1 commit
  3. 23 Sep, 2021 1 commit
  4. 06 Sep, 2021 1 commit
  5. 31 Aug, 2021 3 commits
  6. 25 Aug, 2021 1 commit
  7. 16 Aug, 2021 1 commit
  8. 11 Aug, 2021 1 commit
  9. 19 Jul, 2021 1 commit
  10. 13 Jul, 2021 1 commit
  11. 21 Jun, 2021 1 commit
  12. 17 Jun, 2021 1 commit
  13. 15 Jun, 2021 1 commit
  14. 09 Jun, 2021 1 commit
    • NielsRogge's avatar
      Add DETR (#11653) · d3eacbb8
      NielsRogge authored
      
      
      * Squash all commits of modeling_detr_v7 branch into one
      
      * Improve docs
      
      * Fix tests
      
      * Style
      
      * Improve docs some more and fix most tests
      
      * Fix slow tests of ViT, DeiT and DETR
      
      * Improve replacement of batch norm
      
      * Restructure timm backbone forward
      
      * Make DetrForSegmentation support any timm backbone
      
      * Fix name of output
      
      * Address most comments by @LysandreJik
      
      * Give better names for variables
      
      * Conditional imports + timm in setup.py
      
      * Address additional comments by @sgugger
      
      * Make style, add require_timm and require_vision to tests茅
      
      * Remove train_backbone attribute of DetrConfig, add methods to freeze/unfreeze backbone
      
      * Add png files to fixtures
      
      * Fix type hint
      
      * Add timm to workflows
      
      * Add `BatchNorm2d` to the weight initialization
      
      * Fix retain_grad test
      
      * Replace model checkpoints by Facebook namespace
      
      * Fix name of checkpoint in test
      
      * Add user-friendly message when scipy is not available
      
      * Address most comments by @patrickvonplaten
      
      * Remove return_intermediate_layers attribute of DetrConfig and simplify Joiner
      
      * Better initialization
      
      * Scipy is necessary to get sklearn metrics
      
      * Rename TimmBackbone to DetrTimmConvEncoder and rename DetrJoiner to DetrConvModel
      
      * Make style
      
      * Improve docs and add 2 community notebooks
      Co-authored-by: default avatarLysandre <lysandre.debut@reseau.eseo.fr>
      d3eacbb8
  15. 01 Jun, 2021 1 commit
  16. 06 May, 2021 1 commit
  17. 21 Apr, 2021 1 commit
  18. 16 Apr, 2021 2 commits
  19. 13 Apr, 2021 1 commit
  20. 08 Apr, 2021 2 commits
  21. 31 Mar, 2021 1 commit
  22. 15 Mar, 2021 1 commit
  23. 09 Mar, 2021 1 commit
  24. 08 Mar, 2021 2 commits
  25. 05 Mar, 2021 2 commits
  26. 23 Feb, 2021 1 commit
  27. 20 Feb, 2021 1 commit
  28. 19 Feb, 2021 1 commit
  29. 17 Feb, 2021 1 commit
  30. 15 Feb, 2021 1 commit
  31. 10 Feb, 2021 1 commit
  32. 13 Jan, 2021 1 commit
    • Lysandre Debut's avatar
      Fix slow tests v4.2.0 (#9561) · c9495166
      Lysandre Debut authored
      * Fix conversational pipeline test
      
      * LayoutLM
      
      * ProphetNet
      
      * BART
      
      * Blenderbot & small
      
      * Marian
      
      * mBART
      
      * Pegasus
      
      * Tapas tokenizer
      
      * BERT2BERT test
      
      * Style
      
      * Example requirements
      
      * TF BERT2BERT test
      c9495166
  33. 03 Dec, 2020 1 commit
  34. 24 Nov, 2020 1 commit
    • Lysandre Debut's avatar
      Fix slow tests v2 (#8746) · 6fdd0bb2
      Lysandre Debut authored
      * Fix BART test
      
      * Fix MBART tests
      
      * Remove erroneous line from yaml
      
      * Update tests/test_modeling_bart.py
      
      * Quality
      6fdd0bb2