From fafed4f6fb6f05e4287a4a2bf06ea48af1656a9f Mon Sep 17 00:00:00 2001 From: wxywb Date: Tue, 28 Jun 2022 15:12:06 +0800 Subject: [PATCH] fix the paper reference link. Signed-off-by: wxywb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ceffe..5ec724b 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.