From f23d78511acc24c1dc5aed9913e4bafff2f30e9d Mon Sep 17 00:00:00 2001 From: Alejandro Casanova <36633619+Alejandro-Casanova@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:36:34 +0200 Subject: [PATCH] fixed typo --- 09_pytorch_model_deployment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_pytorch_model_deployment.ipynb b/09_pytorch_model_deployment.ipynb index e7171bd7..377a7dcf 100644 --- a/09_pytorch_model_deployment.ipynb +++ b/09_pytorch_model_deployment.ipynb @@ -2564,7 +2564,7 @@ "\n", "There are exceptions to the rule and new research is being published all the time to help make larger models perform faster.\n", "\n", - "And it can be tempting to just deploy the *best* performing model but it's also good to take into considersation where the model is going to be performing.\n", + "And it can be tempting to just deploy the *best* performing model but it's also good to take into consideration where the model is going to be performing.\n", "\n", "In our case, the differences between our model's performance levels (on the test loss and test accuracy) aren't too extreme.\n", "\n",