From 45d294a110fe768d0ce1f16c335055c3c71c8a37 Mon Sep 17 00:00:00 2001 From: SOVIETIC-BOSS88 Date: Wed, 3 Jun 2020 22:03:58 +0200 Subject: [PATCH] Update 15_arch_details.ipynb --- 15_arch_details.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_arch_details.ipynb b/15_arch_details.ipynb index ff4e18c..614fd43 100644 --- a/15_arch_details.ipynb +++ b/15_arch_details.ipynb @@ -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:" ] }, {