diff --git a/09_pytorch_model_deployment.ipynb b/09_pytorch_model_deployment.ipynb index 8249ee90..9af321cb 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",