Releases: ViCCo-Group/thingsvision
Releases · ViCCo-Group/thingsvision
v2.2.17
- incorporated
torchtyping
for better data type and shape annotations
v2.2.15
- file name fix for custom model
v2.2.12
- merged all self-supervised learning models into a single extractor (
custom
and vissl
-> ssl
)
- renamed
VisslExtractor(...)
to SSLExtractor(...)
v2.2.11
- Command-line interface (CLI)
- README and docs overhaul
v2.2.10
- renamed custom SSL models to include a suffix that denotes the architecture (
svaw.py
-> swav_rn50.py
)
- added
Vicreg
to custom SSL models
v2.2.8
- a few bug fixes and refactorings
v2.2.5
- vissl models are now available