update
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ pipeline_tag: zero-shot-image-classification
|
|
| 19 |
|
| 20 |
# Quick Start
|
| 21 |
```python
|
| 22 |
-
model_large = unireplknet_l()
|
| 23 |
print(model_large)
|
| 24 |
ckpt = torch.load("UniRepLKNet-L-b75k_s10B_CLIP-in1k_75.72.pt")
|
| 25 |
model_large.load_state_dict(ckpt,strict=False)
|
|
|
|
| 19 |
|
| 20 |
# Quick Start
|
| 21 |
```python
|
| 22 |
+
model_large = unireplknet_l() ## provided in modeling_UniRepLKNet.py
|
| 23 |
print(model_large)
|
| 24 |
ckpt = torch.load("UniRepLKNet-L-b75k_s10B_CLIP-in1k_75.72.pt")
|
| 25 |
model_large.load_state_dict(ckpt,strict=False)
|