1. 22 Feb, 2023 1 commit
  2. 15 Nov, 2022 1 commit
    • Arthur's avatar
      update relative positional embedding (#20203) · f60eec40
      Arthur authored
      * update relative positional embedding
      
      * make fix copies
      
      * add `use_cache` to list of arguments
      
      * fixup
      
      * 1line fucntion
      
      * add `test_decoder_model_past_with_large_inputs_relative_pos_emb`
      
      * add relative pos embedding test for more models
      
      * style
      f60eec40
  3. 09 Nov, 2022 1 commit
  4. 02 Nov, 2022 1 commit
  5. 20 Jul, 2022 1 commit
  6. 24 Jun, 2022 1 commit
    • NielsRogge's avatar
      Improve vision models (#17731) · 09178705
      NielsRogge authored
      
      
      * Improve vision models
      
      * Add a lot of improvements
      
      * Remove to_2tuple from swin tests
      
      * Fix TF Swin
      
      * Fix more tests
      
      * Fix copies
      
      * Improve more models
      
      * Fix ViTMAE test
      
      * Add channel check for TF models
      
      * Add proper channel check for TF models
      
      * Apply suggestion from code review
      
      * Apply suggestions from code review
      
      * Add channel check for Flax models, apply suggestion
      
      * Fix bug
      
      * Add tests for greyscale images
      
      * Add test for interpolation of pos encodigns
      Co-authored-by: default avatarNiels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
      09178705
  7. 10 Jun, 2022 1 commit
  8. 08 Jun, 2022 1 commit
    • Sayak Paul's avatar
      Add TFData2VecVision for semantic segmentation (#17271) · 9d99489f
      Sayak Paul authored
      
      
      * feat: initial implementation of data2vec segmentation model in TF.
      
      * chore: minor corrections to make the segmenter work.
      
      * chore: removed unncessary files.
      
      * chore: add tests and other modifications.
      
      * fix: loss computation for segmentation.
      
      * chore: remove unused variable.
      
      * chore: formatting.
      
      * added a dummy adaptive pooling layer.
      
      * removed unnecessary file.
      
      * potentially add identifiers to layer names.
      
      * fix: layer naming.
      
      * chore: removed unnecessary print.
      
      * Skipping unneeded test
      
      * chore: add logging to debug tolerance.
      
      * fix: segmentation tests for tfdata2vecvision
      
      * chore: make style.
      
      * fix: layer names, assertion to be resolved.
      
      * Bumping test tolerance a bit
      
      * chore: bump the tol in PT test.
      Co-authored-by: default avatarmatt <rocketknight1@gmail.com>
      9d99489f
  9. 12 May, 2022 1 commit
  10. 04 May, 2022 2 commits
  11. 03 May, 2022 1 commit
    • Yih-Dar's avatar
      Move test model folders (#17034) · 19420fd9
      Yih-Dar authored
      
      
      * move test model folders (TODO: fix imports and others)
      
      * fix (potentially partially) imports (in model test modules)
      
      * fix (potentially partially) imports (in tokenization test modules)
      
      * fix (potentially partially) imports (in feature extraction test modules)
      
      * fix import utils.test_modeling_tf_core
      
      * fix path ../fixtures/
      
      * fix imports about generation.test_generation_flax_utils
      
      * fix more imports
      
      * fix fixture path
      
      * fix get_test_dir
      
      * update module_to_test_file
      
      * fix get_tests_dir from wrong transformers.utils
      
      * update config.yml (CircleCI)
      
      * fix style
      
      * remove missing imports
      
      * update new model script
      
      * update check_repo
      
      * update SPECIAL_MODULE_TO_TEST_MAP
      
      * fix style
      
      * add __init__
      
      * update self-scheduled
      
      * fix add_new_model scripts
      
      * check one way to get location back
      
      * python setup.py build install
      
      * fix import in test auto
      
      * update self-scheduled.yml
      
      * update slack notification script
      
      * Add comments about artifact names
      
      * fix for yolos
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      19420fd9