Add SwinV2 (#6246)
* init submit
* fix typo
* support ufmt and mypy
* fix 2 unittest errors
* fix ufmt issue
* Apply suggestions from code review
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
* unify codes
* fix meshgrid indexing
* fix a bug
* fix type check
* add type_annotation
* add slow model
* fix device issue
* fix ufmt issue
* add expect pickle file
* fix jit script issue
* fix type check
* keep consistent argument order
* add support for pretrained_window_size
* avoid code duplication
* a better code reuse
* update window_size argument
* make permute and flatten operations modular
* add PatchMergingV2
* modify expect.pkl
* use None as default argument value
* fix type check
* fix indent
* fix window_size (temporarily)
* remove "v2_" related prefix and add v2 builder
* remove v2 builder
* keep default value consistent with official repo
* deprecate dropout
* deprecate pretra...
Showing
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Please register or sign in to comment