From 64cf357035a74c537cf2fe6a4f7eb0ef1f0c1fa6 Mon Sep 17 00:00:00 2001 From: wxywb Date: Tue, 28 Jun 2022 15:15:54 +0800 Subject: [PATCH] fix the reference paper link. Signed-off-by: wxywb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37238f6..e07c0c9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Description -This operator extracts features for image or text with [CLIP](https://arxiv.org/abs/2108.02927) which can generate embeddings for text and image by jointly training an image encoder and text encoder to maximize the cosine similarity. +This operator extracts features for image or text with [CLIP](https://arxiv.org/abs/2103.00020) which can generate embeddings for text and image by jointly training an image encoder and text encoder to maximize the cosine similarity.