"tests/models/openai/test_modeling_tf_openai.py" did not exist on "dd4df80f0b77c8f8e07e502298df0121cada9ce8"
  1. 14 Oct, 2022 7 commits
  2. 13 Oct, 2022 1 commit
  3. 12 Oct, 2022 6 commits
  4. 11 Oct, 2022 9 commits
  5. 10 Oct, 2022 11 commits
  6. 08 Oct, 2022 1 commit
  7. 07 Oct, 2022 5 commits
    • Sylvain Gugger's avatar
      Rework pipeline tests (#19366) · 9ac586b3
      Sylvain Gugger authored
      * Rework pipeline tests
      
      * Try to fix Flax tests
      
      * Try to put it before
      
      * Use a new decorator instead
      
      * Remove ignore marker since it doesn't work
      
      * Filter pipeline tests
      
      * Woopsie
      
      * Use the fitlered list
      
      * Clean up and fake modif
      
      * Remove init
      
      * Revert fake modif
      9ac586b3
    • Alara Dirik's avatar
      Improve and fix ImageSegmentationPipeline (#19367) · 983451a1
      Alara Dirik authored
      - Fixes the image segmentation pipeline test failures caused by changes to the postprocessing methods of supported models
      - Updates the ImageSegmentationPipeline tests
      - Improves docs, adds 'task' argument to optionally perform semantic, instance or panoptic segmentation
      983451a1
    • Dean Wyatte's avatar
      Export TensorFlow models to ONNX with dynamic input shapes (#19255) · a26d71d6
      Dean Wyatte authored
      * validate onnx models with a different input geometry than saved with
      
      * only test working features for now
      
      * simpler test skipping
      
      * rm TODO
      
      * expose batch_size/seq_length on vit
      
      * skip certain name, feature, framework parameterizations known to fail validation
      
      * Trigger CI
      
      * Trigger CI
      a26d71d6
    • Amrit Sahu's avatar
      [WIP] Add ZeroShotObjectDetectionPipeline (#18445) (#18930) · e9a49bab
      Amrit Sahu authored
      * Add ZeroShotObjectDetectionPipeline (#18445)
      
      * Add AutoModelForZeroShotObjectDetection task
      
      This commit also adds the following
      
      - Add explicit _processor method for ZeroShotObjectDetectionPipeline.
        This is necessary as pipelines don't auto infer processors yet and
        `OwlVitProcessor` wraps tokenizer and feature_extractor together, to
        process multiple images at once
      
      - Add auto tests and other tests for ZeroShotObjectDetectionPipeline
      
      * Add AutoModelForZeroShotObjectDetection task
      
      This commit also adds the following
      
      - Add explicit _processor method for ZeroShotObjectDetectionPipeline.
        This is necessary as pipelines don't auto infer processors yet and
        `OwlVitProcessor` wraps tokenizer and feature_extractor together, to
        process multiple images at once
      
      - Add auto tests and other tests for ZeroShotObjectDetectionPipeline
      
      * Add batching for ZeroShotObjectDetectionPipeline
      
      * Fix doc-string ZeroShotObjectDetectionPipeline
      
      * Fix output format: ZeroShotObjectDetectionPipeline
      e9a49bab
    • Bibhabasu Mohapatra's avatar
      add ONNX support for swin transformer (#19390) · e162cebf
      Bibhabasu Mohapatra authored
      
      
      * swin transformer onnx support
      
      * Updated image dimensions as dynamic
      Co-authored-by: default avatarlewtun <lewis.c.tunstall@gmail.com>
      Co-authored-by: default avatarlewtun <lewis.c.tunstall@gmail.com>
      e162cebf