Skip to content

Commit

Permalink
fix autograd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lhlich committed Jun 29, 2023
1 parent 15385c0 commit 3d44b1c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions 06_rnns/Autograd_Simple.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -22,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -31,7 +32,7 @@
"7"
]
},
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -43,7 +44,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand All @@ -66,7 +67,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -137,7 +138,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 3d44b1c

Please sign in to comment.