Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ state_dict = torch.load(path_to_checkpoint)
|
|
62 |
model.load_state_dict(state_dict, strict=False)
|
63 |
```
|
64 |
#### Models after post-training dino or similar (following dino architecture)
|
65 |
-
#####
|
66 |
```python
|
67 |
import torch
|
68 |
from timm.models.vision_transformer import vit_small_patch16_224, vit_base_patch16_224
|
|
|
62 |
model.load_state_dict(state_dict, strict=False)
|
63 |
```
|
64 |
#### Models after post-training dino or similar (following dino architecture)
|
65 |
+
##### timm vit-small and vit-base architectures
|
66 |
```python
|
67 |
import torch
|
68 |
from timm.models.vision_transformer import vit_small_patch16_224, vit_base_patch16_224
|