mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-02 11:56:46 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
88ac16b1e6
commit
562eeb423d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user