"examples/vscode:/vscode.git/clone" did not exist on "e44a569fef82d22a3aa20f2142910603db38d1d4"
  1. 04 Jun, 2024 1 commit
  2. 22 May, 2024 2 commits
  3. 14 Feb, 2024 1 commit
  4. 23 Jan, 2024 1 commit
  5. 20 Dec, 2023 1 commit
    • amyeroberts's avatar
      Align backbone stage selection with out_indices & out_features (#27606) · ee298a16
      amyeroberts authored
      * Iteratre over out_features instead of stage_names
      
      * Update for all backbones
      
      * Add tests
      
      * Fix
      
      * Align timm backbone behaviour with other backbones
      
      * Fix tests
      
      * Stricter checks on set out_features and out_indices
      
      * Revert back stage selection logic
      
      * Remove out-of-order logic
      
      * Document restriction in docstrings
      ee298a16
  6. 28 Nov, 2023 1 commit
  7. 06 Jun, 2023 1 commit
    • amyeroberts's avatar
      Add TimmBackbone model (#22619) · a717e031
      amyeroberts authored
      
      
      * Add test_backbone for convnext
      
      * Add TimmBackbone model
      
      * Add check for backbone type
      
      * Tidying up - config checks
      
      * Update convnextv2
      
      * Tidy up
      
      * Fix indices & clearer comment
      
      * Exceptions for config checks
      
      * Correclty update config for tests
      
      * Safer imports
      
      * Safer safer imports
      
      * Fix where decorators go
      
      * Update import logic and backbone tests
      
      * More import fixes
      
      * Fixup
      
      * Only import all_models if torch available
      
      * Fix kwarg updates in from_pretrained & main rebase
      
      * Tidy up
      
      * Add tests for AutoBackbone
      
      * Tidy up
      
      * Fix import error
      
      * Fix up
      
      * Install nattan in doc_test_job
      
      * Revert back to setting self._out_xxx directly
      
      * Bug fix - out_indices mapping from out_features
      
      * Fix tests
      
      * Dont accept output_loading_info for Timm models
      
      * Set out_xxx and don't remap
      
      * Use smaller checkpoint for test
      
      * Don't remap timm indices - check out_indices based on stage names
      
      * Skip test as it's n/a
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * Cleaner imports / spelling is hard
      
      ---------
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      a717e031
  8. 04 May, 2023 1 commit
    • amyeroberts's avatar
      Add methods to update and verify out_features out_indices (#23031) · 90e8263d
      amyeroberts authored
      * Add methods to update and verify out_features out_indices
      
      * Safe update for config attributes
      
      * Fix function names
      
      * Save config correctly
      
      * PR comments - use property setters
      
      * PR comment - directly set attributes
      
      * Update test
      
      * Add updates to recently merged focalnet backbone
      90e8263d