sneha
commited on
Commit
·
84d8923
1
Parent(s):
439c689
change eaif_models to vc_models
Browse files- config.yaml +4 -4
config.yaml
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
_target_:
|
| 2 |
model:
|
| 3 |
-
_target_:
|
| 4 |
checkpoint_path: model_ckpts/vc1_vitl.pth
|
| 5 |
model:
|
| 6 |
-
_target_:
|
| 7 |
img_size: 224
|
| 8 |
use_cls: True
|
| 9 |
drop_path_rate: 0.0
|
| 10 |
transform:
|
| 11 |
-
_target_:
|
| 12 |
metadata:
|
| 13 |
algo: mae
|
| 14 |
model: vit_large_patch16
|
|
|
|
| 1 |
+
_target_: vc_models.models.load_model
|
| 2 |
model:
|
| 3 |
+
_target_: vc_models.models.vit.vit.load_mae_encoder
|
| 4 |
checkpoint_path: model_ckpts/vc1_vitl.pth
|
| 5 |
model:
|
| 6 |
+
_target_: vc_models.models.vit.vit.vit_large_patch16
|
| 7 |
img_size: 224
|
| 8 |
use_cls: True
|
| 9 |
drop_path_rate: 0.0
|
| 10 |
transform:
|
| 11 |
+
_target_: vc_models.transforms.vit_transforms
|
| 12 |
metadata:
|
| 13 |
algo: mae
|
| 14 |
model: vit_large_patch16
|