Update 15_arch_details.ipynb

This commit is contained in:
SOVIETIC-BOSS88 2020-06-03 22:03:58 +02:00 committed by GitHub
parent 62ac21d085
commit 45d294a110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,7 +635,7 @@
"return self.layers(x)\n",
"```\n",
"\n",
"We won't show `__init__` here, since it's not that interesting, but will look at each line of code in `forward`in turn. The first line:"
"We won't show `__init__` here, since it's not that interesting, but we will look at each line of code in `forward` in turn. The first line:"
]
},
{