1. 18 Aug, 2023 14 commits
  2. 17 Aug, 2023 23 commits
  3. 16 Aug, 2023 3 commits
    • Sanchit Gandhi's avatar
      [ASR Pipeline] Fix init with timestamps (#25438) · 36f183eb
      Sanchit Gandhi authored
      * [ASR Pipeline] Fix init
      
      * refactor test
      
      * change default kwarg setting
      
      * only perform checks if we have to
      
      * override init
      
      * move pre/forward/post checks to sanitize
      36f183eb
    • amyeroberts's avatar
      Input data format (#25464) · 6bca43bb
      amyeroberts authored
      * Add copied from statements for image processors
      
      * Move out rescale and normalize to base image processor
      
      * Remove rescale and normalize from vit (post rebase)
      
      * Update docstrings and tidy up
      
      * PR comments
      
      * Add input_data_format as preprocess argument
      
      * Resolve tests and tidy up
      
      * Remove num_channels argument
      
      * Update doc strings -> default ints not in code formatting
      6bca43bb
    • Zach Mueller's avatar
      More frozen args (#25540) · a6609caf
      Zach Mueller authored
      a6609caf