Skip to content

Commit

Permalink
Update Forward-RNN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yifan1207 committed Feb 27, 2024
1 parent a26bd1e commit 9f7bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMLS Code/Forward-RNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import torch
import torch.nn as nn

# Define the MLMG class as a subclas of nn.Modules
# Define the MLMG class as a subclas of nn.Modul es
class MLMG(nn.Module):
# Define the constructor with input_size, hidden_size, output_size as parameters
def __init__(self, input_size, hidden_size, output_size):
Expand Down

0 comments on commit 9f7bae1

Please sign in to comment.