Skip to content

Tags: dPys/vision

Tags

ciflow/default/5009

Toggle ciflow/default/5009's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'main' into please_dont_modify_this_branch_unless_you_ar…

…e_just_merging_with_main

ciflow/default/1449

Toggle ciflow/default/1449's commit message
2022-06-29 nightly release (7ba9719)

ciflow/default/5106

Toggle ciflow/default/5106's commit message
apply pre-commit

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix all broken URLs (pytorch#6176) (pytorch#6177)

v0.13.0-rc6

Toggle v0.13.0-rc6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix all broken URLs (pytorch#6176) (pytorch#6177)

v0.13.0-rc5

Toggle v0.13.0-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix all broken URLs (pytorch#6176) (pytorch#6177)

v0.13.0-rc4

Toggle v0.13.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix push on release reference name (pytorch#6170) (pytorch#6171)

v0.13.0-rc3

Toggle v0.13.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor swin transfomer so later we can reuse component for 3d versi…

…on (pytorch#6088) (pytorch#6100)

* Use List[int] instead of int for window_size and shift_size

* Make PatchMerging and SwinTransformerBlock able to handle 2d and 3d cases

* Separate patch embedding from SwinTransformer and enable to get model without head by specifying num_heads=None

* Dont use if before padding so it is fx friendly

* Put the handling on window_size edge cases on separate function and wrap with torch.fx.wrap so it is excluded from tracing

* Update the weight url to the converted weight with new structure

* Update the accuracy of swin_transformer

* Change assert to Exception and nit

* Make num_classes optional

* Add typing output for _fix_window_and_shift_size function

* init head to None to make it jit scriptable

* Revert the change to make num_classes optional

* Revert unneccesarry changes that might be risky

* Remove self.head declaration

v0.13.0-rc2

Toggle v0.13.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[v0.13.0] .circleci: Bump version for pytorch 1.12.0 (pytorch#6089)

v0.13.0-rc1

Toggle v0.13.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test against torch RC instead of nightly (pytorch#6080)