From a5c9541ef81c4991870aabc81a982ade1b8e77c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=EC=84=9D=EB=A6=AC=28Song=20Sukree=29?= Date: Tue, 25 Aug 2020 14:23:00 +0900 Subject: [PATCH] Typo "Trianing Time" to "Training Time" change Typo "Trianing Time" to "Training Time" change --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index 4b99d74..9f06095 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -591,7 +591,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "> important: Trianing Time: Depending on your network speed, it might take a few minutes to download the pretrained model and dataset. Running `fine_tune` might take a minute or so. Often models in this book take a few minutes to train, as will your own models, so it's a good idea to come up with good techniques to make the most of this time. For instance, keep reading the next section while your model trains, or open up another notebook and use it for some coding experiments." + "> important: Training Time: Depending on your network speed, it might take a few minutes to download the pretrained model and dataset. Running `fine_tune` might take a minute or so. Often models in this book take a few minutes to train, as will your own models, so it's a good idea to come up with good techniques to make the most of this time. For instance, keep reading the next section while your model trains, or open up another notebook and use it for some coding experiments." ] }, {