From 1482bb069614a0c3979648049a78112aef63a96d Mon Sep 17 00:00:00 2001 From: Claire Yu Date: Thu, 7 Apr 2022 20:39:12 +0800 Subject: [PATCH] Grammar fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f3190d..0cb1685 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ## Desription -An image embedding operator generates a vector given an image. -This operator extracts features for image with pretrained models provided by [Timm](https://github.com/rwightman/pytorch-image-models). +An image embedding operator generates a vector when given an image. +This operator extracts features for images with pretrained models provided by [Timm](https://github.com/rwightman/pytorch-image-models). Timm is a deep-learning library developed by [Ross Wightman](https://twitter.com/wightmanr), which maintains SOTA deep-learning models and tools in computer vision.