1. 06 Nov, 2023 1 commit
  2. 03 Nov, 2023 1 commit
    • Maria Khalusova's avatar
      [Docs] Model_doc structure/clarity improvements (#26876) · 5964f820
      Maria Khalusova authored
      * first batch of structure improvements for model_docs
      
      * second batch of structure improvements for model_docs
      
      * more structure improvements for model_docs
      
      * more structure improvements for model_docs
      
      * structure improvements for cv model_docs
      
      * more structural refactoring
      
      * addressed feedback about image processors
      5964f820
  3. 20 Jun, 2023 1 commit
  4. 04 Apr, 2023 1 commit
    • Shubhamai's avatar
      Flax Regnet (#21867) · 90067748
      Shubhamai authored
      * initial commit
      
      * review changes
      
      * post model PR merge
      
      * updating doc
      90067748
  5. 17 Mar, 2023 1 commit
  6. 21 Feb, 2023 1 commit
  7. 17 Jan, 2023 1 commit
  8. 30 Nov, 2022 1 commit
  9. 29 Jun, 2022 1 commit
    • Aritra Roy Gosthipaty's avatar
      TF implementation of RegNets (#17554) · a7eba831
      Aritra Roy Gosthipaty authored
      
      
      * chore: initial commit
      
      Copied the torch implementation of regnets and porting the code to tf step by step. Also introduced an output layer which was needed for regnets.
      
      * chore: porting the rest of the modules to tensorflow
      
      did not change the documentation yet, yet to try the playground on the model
      
      * Fix initilizations (#1)
      
      * fix: code structure in few cases.
      
      * fix: code structure to align tf models.
      
      * fix: layer naming, bn layer still remains.
      
      * chore: change default epsilon and momentum in bn.
      
      * chore: styling nits.
      
      * fix: cross-loading bn params.
      
      * fix: regnet tf model, integration passing.
      
      * add: tests for TF regnet.
      
      * fix: code quality related issues.
      
      * chore: added rest of the files.
      
      * minor additions..
      
      * fix: repo consistency.
      
      * fix: regnet tf tests.
      
      * chore: reorganize dummy_tf_objects for regnet.
      
      * chore: remove checkpoint var.
      
      * chore: remov unnecessary files.
      
      * chore: run make style.
      
      * Update docs/source/en/model_doc/regnet.mdx
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * chore: PR feedback I.
      
      * fix: pt test. thanks to @ydshieh.
      
      * New adaptive pooler (#3)
      
      * feat: new adaptive pooler
      
      Co-authored-by: @Rocketknight1
      
      * chore: remove image_size argument.
      Co-authored-by: default avatarmatt <rocketknight1@gmail.com>
      Co-authored-by: default avatarmatt <rocketknight1@gmail.com>
      
      * Empty-Commit
      
      * chore: remove image_size comment.
      
      * chore: remove playground_tf.py
      
      * chore: minor changes related to spacing.
      
      * chore: make style.
      
      * Update src/transformers/models/regnet/modeling_tf_regnet.py
      Co-authored-by: default avataramyeroberts <aeroberts4444@gmail.com>
      
      * Update src/transformers/models/regnet/modeling_tf_regnet.py
      Co-authored-by: default avataramyeroberts <aeroberts4444@gmail.com>
      
      * chore: refactored __init__.
      
      * chore: copied from -> taken from./g
      
      * adaptive pool -> global avg pool, channel check.
      
      * chore: move channel check to stem.
      
      * pr comments - minor refactor and add regnets to doc tests.
      
      * Update src/transformers/models/regnet/modeling_tf_regnet.py
      Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
      
      * minor fix in the xlayer.
      
      * Empty-Commit
      
      * chore: removed from_pt=True.
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      Co-authored-by: default avatarmatt <rocketknight1@gmail.com>
      Co-authored-by: default avataramyeroberts <aeroberts4444@gmail.com>
      Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
      a7eba831
  10. 07 Apr, 2022 1 commit