1. 17 Oct, 2022 1 commit
    • Sivaudha's avatar
      Fix pipeline predict transform methods (#19657) · 8aad4363
      Sivaudha authored
      * Remove key word argument X from pipeline predict and transform methods
      
      As __call__ of pipeline clasees require one positional argument, passing
      the input as a keyword argument inside predict, transform methods, causing
      __call__ to fail. Hence in this commit the keyword argument is modified
      into positional argument.
      
      * Implement basic tests for scikitcompat pipeline interface
      
      * Seperate tests instead of running with parameterized based on framework as both frameworks will not be active at the same time
      8aad4363
  2. 14 Oct, 2022 8 commits
  3. 13 Oct, 2022 1 commit
  4. 12 Oct, 2022 6 commits
  5. 11 Oct, 2022 9 commits
  6. 10 Oct, 2022 11 commits
  7. 08 Oct, 2022 1 commit
  8. 07 Oct, 2022 3 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