Image Feature Extraction
timm
vision
self-supervised-learning
image-classification
feature-extraction
vit
Instructions to use BooBooWu/visreg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use BooBooWu/visreg with timm:
import timm model = timm.create_model("hf_hub:BooBooWu/visreg", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -102,7 +102,7 @@ python downstream/linear_prob/run_evaluation.py \
|
|
| 102 |
```bibtex
|
| 103 |
@inproceedings{wu2026visreg,
|
| 104 |
title = {VISReg: Variance-Invariance-Sketching Regularization for JEPA training},
|
| 105 |
-
author = {Wu, Haiyu and Balestriero, Randall and
|
| 106 |
booktitle = {arXiv},
|
| 107 |
year = {2026}
|
| 108 |
}
|
|
|
|
| 102 |
```bibtex
|
| 103 |
@inproceedings{wu2026visreg,
|
| 104 |
title = {VISReg: Variance-Invariance-Sketching Regularization for JEPA training},
|
| 105 |
+
author = {Wu, Haiyu and Balestriero, Randall and Levine, Morgan},
|
| 106 |
booktitle = {arXiv},
|
| 107 |
year = {2026}
|
| 108 |
}
|