"examples/vscode:/vscode.git/clone" did not exist on "e8968bd03ad35c2bd0e38ddcbd9243870212944f"
  1. 09 Nov, 2021 1 commit
  2. 08 Nov, 2021 8 commits
  3. 06 Nov, 2021 4 commits
  4. 05 Nov, 2021 3 commits
  5. 04 Nov, 2021 4 commits
  6. 03 Nov, 2021 11 commits
  7. 02 Nov, 2021 7 commits
  8. 01 Nov, 2021 2 commits
    • NielsRogge's avatar
      Add BeitForSemanticSegmentation (#14096) · e20faa6f
      NielsRogge authored
      
      
      * Add first draft
      
      * Make forward pass work
      
      * Improve conversion script
      
      * Add notebook that checks if it works
      
      * Add BeitForSemanticSegmentation to the tests
      
      * More improvements
      
      * Make BeitForSemanticSegmentation consistent with Segformer
      
      * Small bug fix
      
      * Add BeitForSemanticSegmentation to docs
      
      * Make sure model doesn't output hidden states when the user doesn't want to
      
      * Make it possible to convert the large model
      
      * Fix issue
      
      * Fix conversion script for large model
      
      * Add auxiliary_head option to semantic segmentation model
      
      * Apply suggestions from @sgugger's review
      
      * Apply suggestions from code review
      
      * Fix failing test
      Co-authored-by: default avatarLysandre <lysandre.debut@reseau.eseo.fr>
      e20faa6f
    • Walter Martin's avatar