Update ch04.ipynb

Add missing import
This commit is contained in:
Rayed Bin Wahed
2024-02-27 23:05:36 +08:00
committed by GitHub
parent d89aaf319d
commit 2fb035435e

View File

@@ -118,6 +118,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"import torch\n",
"import torch.nn as nn\n", "import torch.nn as nn\n",
"\n", "\n",
"\n", "\n",