diff --git a/pytorch_forecasting/models/x_lstm_time/s_lstm/layer.py b/pytorch_forecasting/models/x_lstm_time/s_lstm/layer.py index a0393223..d3221791 100644 --- a/pytorch_forecasting/models/x_lstm_time/s_lstm/layer.py +++ b/pytorch_forecasting/models/x_lstm_time/s_lstm/layer.py @@ -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__(