Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Casanova authored Sep 28, 2023
1 parent cdc0a0a commit f23d785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09_pytorch_model_deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f23d785

Please sign in to comment.