1. 20 Jan, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Adding ConvNeXt architecture in prototype (#5197) · afda28ac
      Vasilis Vryniotis authored
      * Adding CNBlock and skeleton architecture
      
      * Completed implementation.
      
      * Adding model in prototypes.
      
      * Add test and minor refactor for JIT.
      
      * Fix mypy.
      
      * Fixing naming conventions.
      
      * Fixing tests.
      
      * Fix stochastic depth percentages.
      
      * Adding stochastic depth to tiny variant.
      
      * Minor refactoring and adding comments.
      
      * Adding weights.
      
      * Update default weights.
      
      * Fix transforms issue
      
      * Move convnext to prototype.
      
      * linter fix
      
      * fix docs
      
      * Addressing code review comments.
      afda28ac
  2. 05 Jan, 2022 1 commit
    • Yiwen Song's avatar
      Adding pretrained ViT weights (#5085) · df628c49
      Yiwen Song authored
      * Adding pretrained ViT weights
      
      * Adding recipe as part of meta
      
      * update checkpoints using best ema results
      
      * Fix handle_legacy_interface and update recipe url
      
      * Update README
      df628c49
  3. 04 Jan, 2022 1 commit
  4. 02 Jan, 2022 1 commit
  5. 20 Dec, 2021 1 commit
  6. 13 Dec, 2021 1 commit
  7. 10 Dec, 2021 1 commit
  8. 09 Dec, 2021 2 commits
  9. 08 Dec, 2021 3 commits
  10. 07 Dec, 2021 3 commits
  11. 02 Dec, 2021 1 commit
  12. 30 Nov, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Refactor the `get_weights` API (#5006) · 3d8723d5
      Vasilis Vryniotis authored
      * Change the `default` weights mechanism to sue Enum aliases.
      
      * Change `get_weights` to work with full Enum names and make it public.
      
      * Applying improvements from code review.
      3d8723d5
  13. 29 Nov, 2021 1 commit
  14. 26 Nov, 2021 1 commit
  15. 22 Nov, 2021 2 commits
  16. 15 Nov, 2021 1 commit
  17. 12 Nov, 2021 2 commits
  18. 09 Nov, 2021 1 commit
  19. 04 Nov, 2021 1 commit
  20. 03 Nov, 2021 4 commits
  21. 02 Nov, 2021 3 commits
  22. 01 Nov, 2021 1 commit
  23. 28 Oct, 2021 1 commit
  24. 25 Oct, 2021 2 commits
  25. 24 Oct, 2021 1 commit
  26. 22 Oct, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Additional SOTA ingredients on Classification Recipe (#4493) · b280c318
      Vasilis Vryniotis authored
      * Update EMA every X iters.
      
      * Adding AdamW optimizer.
      
      * Adjusting EMA decay scheme.
      
      * Support custom weight decay for Normalization layers.
      
      * Fix identation bug.
      
      * Change EMA adjustment.
      
      * Quality of life changes to faciliate testing
      
      * ufmt format
      
      * Fixing imports.
      
      * Adding FixRes improvement.
      
      * Support EMA in store_model_weights.
      
      * Adding interpolation values.
      
      * Change train_crop_size.
      
      * Add interpolation option.
      
      * Removing hardcoded interpolation and sizes from the scripts.
      
      * Fixing linter.
      
      * Incorporating feedback from code review.
      b280c318
  27. 17 Oct, 2021 1 commit