Skip to content

Commit

Permalink
Update layer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phoeenniixx committed Jan 6, 2025
1 parent f67509a commit 46a9e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_forecasting/models/x_lstm_time/s_lstm/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class sLSTMLayer(nn.Module):
"""
Enhanced s_lstm Layer that supports multiple s_lstm cells across timesteps and residual connections.
Enhanced s_lstm Layer that supports multiple s_lstm cells.
"""

def __init__(
Expand Down

0 comments on commit 46a9e74

Please sign in to comment.