• amyeroberts's avatar
    Update tests: replace feature extractor tests with image processor (#20768) · e2bd7f80
    amyeroberts authored
    
    
    * Update imports and test fetcher
    
    * Revert but keep test fetcher update
    
    * Fix imports
    
    * Fix all imports
    
    * Replace fe with ip names
    
    * Add generate kwargs to `AutomaticSpeechRecognitionPipeline` (#20952)
    
    * Add generate kwargs to AutomaticSpeechRecognitionPipeline
    
    * Add test for generation kwargs
    
    * Update image processor parameters if creating with kwargs (#20866)
    
    * Update parameters if creating with kwargs
    
    * Shallow copy to prevent mutating input
    
    * Pass all args in constructor dict - warnings in init
    
    * Fix typo
    
    * Rename tester class
    
    * Rebase and tidy up
    
    * Fixup
    
    * Use ImageProcessingSavingTestMixin
    
    * Update property ref in tests
    
    * Update property ref in tests
    
    * Update recently merged in models
    
    * Small fix
    Co-authored-by: default avatarbofeng huang <bofenghuang7@gmail.com>
    e2bd7f80
test_image_processing_imagegpt.py 6.57 KB