From f41cb074a9fafdac4ba2019a49aac71a09b533d7 Mon Sep 17 00:00:00 2001 From: christopherjean <62888475+christopherjean@users.noreply.github.com> Date: Wed, 22 Apr 2020 22:04:02 +0200 Subject: [PATCH] Code.ipynb Corrected the variable self._input to self.input_ in the comments. --- 03_dlfs/Code.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_dlfs/Code.ipynb b/03_dlfs/Code.ipynb index 70401bc..f6cbe4e 100644 --- a/03_dlfs/Code.ipynb +++ b/03_dlfs/Code.ipynb @@ -51,7 +51,7 @@ "\n", " def forward(self, input_: ndarray):\n", " '''\n", - " Stores input in the self._input instance variable\n", + " Stores input in the self.input_ instance variable\n", " Calls the self._output() function.\n", " '''\n", " self.input_ = input_\n",