From 562eeb423df51d7cea77a457e749c2f106a996a3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:47:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- neural_network/lstm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neural_network/lstm.py b/neural_network/lstm.py index aee64fbb5..44f008b55 100644 --- a/neural_network/lstm.py +++ b/neural_network/lstm.py @@ -57,7 +57,6 @@ class LongShortTermMemory: self.output_gate_activations: dict[int, np.ndarray] self.network_outputs: dict[int, np.ndarray] - self.input_data: str = input_data.lower() self.hidden_layer_size: int = hidden_layer_size self.training_epochs: int = training_epochs