"vscode:/vscode.git/clone" did not exist on "47cccb53182f2a5722504895c104ac9a163afeb1"
  1. 14 Nov, 2022 15 commits
  2. 11 Nov, 2022 3 commits
  3. 10 Nov, 2022 9 commits
  4. 09 Nov, 2022 11 commits
  5. 08 Nov, 2022 2 commits
    • amyeroberts's avatar
      AutoImageProcessor (#20111) · 4eb918e6
      amyeroberts authored
      * AutoImageProcessor skeleton
      
      * Update references
      
      * Add mapping in init
      
      * Add model image processors to __init__ for importing
      
      * Add AutoImageProcessor tests
      
      * Fix up
      
      * Image Processor documentation
      
      * Remove pdb
      
      * Update docs/source/en/model_doc/mobilevit.mdx
      
      * Update docs
      
      * Don't add whitespace on json files
      
      * Remove fixtures
      
      * Move checking model config down
      
      * Fix up
      
      * Add check for image processor
      
      * Remove FeatureExtractorMixin in docstrings
      
      * Rename model_tmpfile to config_tmpfile
      
      * Don't make None if not in image processor map
      4eb918e6
    • Sylvain Gugger's avatar
      Adapt has_labels test when no labels were found (#20113) · c08a1e26
      Sylvain Gugger authored
      * Make default labels for non-pretrained models
      
      * Fix the has_labels test instead
      c08a1e26