Created using Colaboratory

This commit is contained in:
udlbook
2023-12-07 17:29:53 +00:00
parent e184e09b28
commit d7750430f7

View File

@@ -4,7 +4,7 @@
"metadata": { "metadata": {
"colab": { "colab": {
"provenance": [], "provenance": [],
"authorship_tag": "ABX9TyOL1aX3C4928zwYWnmdoN+P", "authorship_tag": "ABX9TyN1qtywBuyezaVMnc9MI7x2",
"include_colab_link": true "include_colab_link": true
}, },
"kernelspec": { "kernelspec": {
@@ -141,7 +141,7 @@
"# https://pytorch.org/docs/stable/generated/torch.nn.Flatten.html\n", "# https://pytorch.org/docs/stable/generated/torch.nn.Flatten.html\n",
"# https://pytorch.org/docs/1.13/generated/torch.nn.Linear.html?highlight=linear#torch.nn.Linear\n", "# https://pytorch.org/docs/1.13/generated/torch.nn.Linear.html?highlight=linear#torch.nn.Linear\n",
"\n", "\n",
"# NOTE THAT THE CONVOLUTIONAL LAYERS DO NOT NEED TO TAKE THE NUMBER OF INPUT CHANNELS AS A PARAMETER\n", "# NOTE THAT THE CONVOLUTIONAL LAYERS NEED TO TAKE THE NUMBER OF INPUT CHANNELS AS A PARAMETER\n",
"# AND NOT THE INPUT SIZE.\n", "# AND NOT THE INPUT SIZE.\n",
"\n", "\n",
"# Replace the following function:\n", "# Replace the following function:\n",