1. 17 Jun, 2022 1 commit
  2. 15 Jun, 2022 2 commits
  3. 09 Jun, 2022 1 commit
  4. 07 Jun, 2022 1 commit
  5. 02 Jun, 2022 2 commits
  6. 17 May, 2022 1 commit
  7. 13 May, 2022 3 commits
  8. 06 May, 2022 1 commit
  9. 02 May, 2022 1 commit
  10. 15 Apr, 2022 1 commit
  11. 23 Mar, 2022 1 commit
  12. 01 Mar, 2022 1 commit
    • Suraj Patil's avatar
      use python 3.7 for flax self-push tests (#15865) · afca0d51
      Suraj Patil authored
      * set python 3.7 for flax tests
      
      * setup-python@v2
      
      * python-dev
      
      * install -y
      
      * python3-dev
      
      * install kenlm from source
      
      * install cython
      
      * cd to kenlm
      
      * kenlm install
      
      * don't install kenlm
      
      * change flax pretrained to run flax tests
      
      * cleanup
      
      * remove python-dev
      afca0d51
  13. 24 Feb, 2022 1 commit
  14. 17 Dec, 2021 1 commit
  15. 08 Dec, 2021 1 commit
  16. 03 Dec, 2021 1 commit
  17. 25 Nov, 2021 1 commit
  18. 01 Sep, 2021 1 commit
  19. 31 Aug, 2021 3 commits
  20. 16 Aug, 2021 1 commit
  21. 12 Aug, 2021 2 commits
  22. 11 Aug, 2021 1 commit
  23. 10 Aug, 2021 5 commits
  24. 13 Jul, 2021 1 commit
  25. 01 Jul, 2021 1 commit
  26. 17 Jun, 2021 1 commit
  27. 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
  28. 01 Jun, 2021 1 commit
  29. 31 May, 2021 1 commit