mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +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…
Reference in New Issue
Block a user