From d57be2d10703a75a9fcaa1f65d6afefb9a48e9a6 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Fri, 9 Aug 2019 09:54:30 +1200 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0174a1b9..9e248c9d 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ Example: #### `model.mean` -Attribut of type `list` composed of 3 numbers which are used to normalize the input image (substract "color-channel-wise"). +Attribut of type `list` composed of 3 numbers which are used to normalize the input image (subtract "color-channel-wise"). Example: @@ -566,4 +566,4 @@ https://github.com/Cadene/tensorflow-model-zoo.torch ## Acknowledgement -Thanks to the deep learning community and especially to the contributers of the pytorch ecosystem. +Thanks to the deep learning community and especially to the contributors of the pytorch ecosystem.