Skip to content

Commit

Permalink
Feature/sg 109 beit architecture (#185)
Browse files Browse the repository at this point in the history
* beit added

* url updated and redundant files removed

* beit large conf fixed

* linter

* replace head support

* todo comment for method removal

* redundant method removed
  • Loading branch information
shaydeci authored Jun 8, 2022
1 parent 658f638 commit bd56ade
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/super_gradients/training/models/all_architectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
STDC1Seg, STDC2Seg

from super_gradients.training.models.kd_modules.kd_module import KDModule

from super_gradients.training.models.classification_models.beit import beit_base_patch16_224, beit_large_patch16_224
# IF YOU UPDATE THE ARCHITECTURE DICT PLEASE ALSO UPDATE THE ENUM CLASS DOWN BELOW.


Expand Down Expand Up @@ -115,6 +115,8 @@
"vit_base": vit_base,
"vit_large": vit_large,
"vit_huge": vit_huge,
"beit_base_patch16_224": beit_base_patch16_224,
"beit_large_patch16_224": beit_large_patch16_224
}

KD_ARCHITECTURES = {
Expand Down
Loading

0 comments on commit bd56ade

Please sign in to comment.