mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-01 11:26:43 +00:00
fixed return type of test function to str from none
This commit is contained in:
parent
f0919fed68
commit
2ee5df1cd8
@ -461,7 +461,7 @@ class LongShortTermMemory:
|
|||||||
|
|
||||||
self.backward_pass(errors, inputs)
|
self.backward_pass(errors, inputs)
|
||||||
|
|
||||||
def test(self) -> None:
|
def test(self) -> str:
|
||||||
"""
|
"""
|
||||||
Test the LSTM model.
|
Test the LSTM model.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user