From bf6de526897bfc427a3d5e1e9b014dd1f741f720 Mon Sep 17 00:00:00 2001 From: Anubhav Maity Date: Tue, 27 Sep 2022 22:22:33 -0700 Subject: [PATCH] update: small typo --- 00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb b/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb index ddf1f41e2..1506bfc4f 100644 --- a/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb +++ b/00-is-it-a-bird-creating-a-model-from-your-own-data.ipynb @@ -472,7 +472,7 @@ "source": [ "Generally when I run this I see 100% accuracy on the validation set (although it might vary a bit from run to run).\n", "\n", - "\"Fine-tuning\" a model means that we're starting with a model someone else has trained using some other dataset (called the *pretrained model*), and adjusting the weights a little bit so that the model learns to recognise your particular dataset. In this case, the pretrained model was trained to recognise photos in *imagenet*, and widely-used computer vision dataset with images covering 1000 categories) For details on fine-tuning and why it's important, check out the [free fast.ai course](https://course.fast.ai/)." + "\"Fine-tuning\" a model means that we're starting with a model someone else has trained using some other dataset (called the *pretrained model*), and adjusting the weights a little bit so that the model learns to recognise your particular dataset. In this case, the pretrained model was trained to recognise photos in *imagenet*, an widely-used computer vision dataset with images covering 1000 categories) For details on fine-tuning and why it's important, check out the [free fast.ai course](https://course.fast.ai/)." ] }, {