diff --git a/nbs/00b_models.ipynb b/nbs/00b_models.ipynb index a7972fd..1258700 100644 --- a/nbs/00b_models.ipynb +++ b/nbs/00b_models.ipynb @@ -204,7 +204,7 @@ "hidden": true }, "source": [ - "As you might already know, ImageNet data consists of 3-chanenl RGB images. Therefore, to be able to use pretrained weights in most libraries, the model expects a 3-channel input image. " + "As you might already know, ImageNet data consists of 3-channel RGB images. Therefore, to be able to use pretrained weights in most libraries, the model expects a 3-channel input image. " ] }, {