Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone committed May 12, 2024
1 parent 3538249 commit 2d01c43
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions notebooks/chapter_builders_guide/parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@
"source": [
"## Tied Parameters\n",
"\n",
"Often, we want to share parameters across multiple layers. Let’s see how to do this elegantly. In the following we allocate a fully connected layer and then use its parameters specifically to set those of another layer. Here we need to run the forward propagation net(X) before accessing the parameters."
"Often, we want to share parameters across multiple layers. Let’s see how to do this elegantly. In the following we allocate a fully connected layer and then use its parameters specifically to set those of another layer."
]
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 29,
"id": "af9d9273",
"metadata": {},
"outputs": [
Expand All @@ -132,15 +132,6 @@
"true\n",
"true\n"
]
},
{
"data": {
"text/plain": [
"1.0f0"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
Expand Down

0 comments on commit 2d01c43

Please sign in to comment.