An open source implementation of CLIP.
Stars
13.6k
Forks
1.3k
Watchers
13.6k
Open Issues
60
Overall repository health assessment
No package.json found
This might not be a Node.js project
280
commits
64
commits
55
commits
41
commits
31
commits
25
commits
12
commits
11
commits
8
commits
7
commits
Refactor checkpoint deletion based on save frequency
2896af3View on GitHubMoving main version to 4.0.0.dev0 for unstable development
39cf3c4View on GitHubFix a few DDP issues, reduce chances of timeouts during checkpoint, early exits, and DDP sync issue on non-zero-shot eval (unwrap DDP). Fix #1121
bfd2f34View on GitHubAllow transforms that accept torch.Tensor / np.ndarray from the beginning
d3cdb73View on GitHubAdd MobileCLIP2 model configs & pretrained weights. Needs latest timm for S3/S4 (mci3/mci4) models. Fix #1110
13b01ecView on GitHubAdd a text locking impl that works across CustomCLIP and CLIP. Fix #1070, fix #830, fix #805, fix #648
b857e89View on GitHub