From 831c57f61fb41be2c70b14fee763cfd6cbe0f524 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:20:57 +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 insertion(+) diff --git a/neural_network/lstm.py b/neural_network/lstm.py index c642e6df1..726786633 100644 --- a/neural_network/lstm.py +++ b/neural_network/lstm.py @@ -364,6 +364,7 @@ if __name__ == "__main__": iter and Schmidhuber in 1997, and were refined and " "popularized by many people in following work.""" import doctest + doctest.testmod() # lstm = LSTM(data=data, hidden_dim=25, epochs=10, lr=0.05)