From 2d32d46d10f2f3b470ffe8d119e2211864a39cdc Mon Sep 17 00:00:00 2001 From: Mike Walmsley Date: Fri, 10 Mar 2023 09:00:40 -0800 Subject: [PATCH] another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3df9101..cd3f5afb 100755 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ CUDA 11.2 and CUDNN 8.1 for TensorFlow 2.10.0: ### Latest features (v1.0.0) -v1.0.0 is recognises that most of the complexity in this repo is training Zoobot from scratch, but most non-GZ users will probably simply want to load the pretrained Zoobot and finetune it on their data. +v1.0.0 recognises that most of the complexity in this repo is training Zoobot from scratch, but most non-GZ users will probably simply want to load the pretrained Zoobot and finetune it on their data. - Adds new finetuning interface (`finetune.run_finetuning()`), examples. - Refocuses docs on finetuning rather than training from scratch.