From b9f6d3ad18fad914fd1e6bd4d4e6d5904b93056f Mon Sep 17 00:00:00 2001 From: Corey Levinson Date: Tue, 4 Aug 2020 02:04:48 -0400 Subject: [PATCH] Update README.md typo paired -> pared --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4874b3..2b60ee7f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Bunch of changes: ## Introduction -For each competition, personal, or freelance project involving images + Convolution Neural Networks, I build on top of an evolving collection of code and models. This repo contains a (somewhat) cleaned up and paired down iteration of that code. Hopefully it'll be of use to others. +For each competition, personal, or freelance project involving images + Convolution Neural Networks, I build on top of an evolving collection of code and models. This repo contains a (somewhat) cleaned up and pared down iteration of that code. Hopefully it'll be of use to others. The work of many others is present here. I've tried to make sure all source material is acknowledged: * Training/validation scripts evolved from early versions of the [PyTorch Imagenet Examples](https://github.com/pytorch/examples)