add CLIP intro post

This commit is contained in:
James 2023-10-13 20:40:34 +01:00 committed by GitHub
parent a1d071733d
commit cc7a074200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -197,3 +197,4 @@ Note that the `C` value should be determined via a hyperparameter sweep using a
* [OpenCLIP](https://github.com/mlfoundations/open_clip): includes larger and independently trained CLIP models up to ViT-G/14
* [Hugging Face implementation of CLIP](https://huggingface.co/docs/transformers/model_doc/clip): for easier integration with the HF ecosystem
* [OpenAI's CLIP is the most important advancement in computer vision this year](https://blog.roboflow.com/openai-clip/): analysis of CLIP use cases in computer vision (Roboflow, 2021).