Notebook 9.5

This commit is contained in:
Youcef Rahal
2024-05-12 15:27:57 -04:00
parent 2ac42e70d3
commit 0233131b07

View File

@@ -95,7 +95,7 @@
"D_k = 200 # Hidden dimensions\n",
"D_o = 10 # Output dimensions\n",
"\n",
"# Define a model with two hidden layers of size 100\n",
"# Define a model with two hidden layers of size 200\n",
"# And ReLU activations between them\n",
"model = nn.Sequential(\n",
"nn.Linear(D_i, D_k),\n",