Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21dab0f

Browse files
committedOct 15, 2024·
Refactor LSTM input data initialization
1 parent 3c2da6e commit 21dab0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎neural_network/lstm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def test(self) -> None:
345345

346346
if __name__ == "__main__":
347347
# Define the input data and hyperparameters
348-
# data = "LSTM Neural Networks are designed to handle sequences of data.This is just rantom test data"
348+
data = "LSTM Neural Networks are designed to handle sequences of data.This is just rantom test data"
349349
# hidden_dim = 50
350350
# epochs = 1000
351351
# lr = 0.01

0 commit comments

Comments
 (0)
Please sign in to comment.