1. 14 Jun, 2024 1 commit
  2. 07 Jun, 2024 1 commit
  3. 22 May, 2024 1 commit
  4. 25 Mar, 2024 1 commit
  5. 05 Feb, 2024 1 commit
  6. 27 Nov, 2023 1 commit
  7. 01 Nov, 2023 1 commit
    • Andi Powers Holmes's avatar
      Add TensorFlow implementation of ConvNeXTv2 (#25558) · f8afb2b2
      Andi Powers Holmes authored
      * Add type annotations to TFConvNextDropPath
      
      * Use tf.debugging.assert_equal for TFConvNextEmbeddings shape check
      
      * Add TensorFlow implementation of ConvNeXTV2
      
      * check_docstrings: add TFConvNextV2Model to exclusions
      
      TFConvNextV2Model and TFConvNextV2ForImageClassification have docstrings
      which are equivalent to their PyTorch cousins, but a parsing issue prevents them
      from passing the test.
      
      Adding exclusions for these two classes as discussed in #25558.
      f8afb2b2
  8. 16 May, 2023 1 commit
  9. 06 Apr, 2023 2 commits
    • Yih-Dar's avatar
      update_pip_test_mapping (#22606) · fa01127a
      Yih-Dar authored
      
      
      * Add TFBlipForConditionalGeneration
      
      * update pipeline_model_mapping
      
      * Add import
      
      * Revert changes in GPTSanJapaneseTest
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      fa01127a
    • amyeroberts's avatar
      Backbone add mixin tests (#22542) · 12d51db2
      amyeroberts authored
      * Add out_indices to backbones, deprecate out_features
      
      * Update - can specify both out_features and out_indices but not both
      
      * Add backbone mixin tests
      
      * Test tidy up
      
      * Add test_backbone for convnext
      
      * Remove redefinition of method
      
      * Update for Dinat and Nat backbones
      
      * Update tests
      
      * Smarter indexing
      
      * Add checks on config creation for backbone
      
      * PR comments
      12d51db2
  10. 14 Mar, 2023 1 commit