sub_modules#
Implementation of nn.Modules for TimeXer model.
Classes
|
Attention layer that combines query, key, and value projections with an attention mechanism. |
|
Data embedding module for time series data. |
|
Encoder embedding module for time series data. |
|
Encoder module for the TimeXer model. |
|
Encoder layer for the TimeXer model. |
|
Flatten head for the output of the model. |
|
Full attention mechanism with optional masking and dropout. |
|
Positional embedding module for time series data. |
|
Triangular causal mask for attention mechanism. |