Transformer_Time_Series icon indicating copy to clipboard operation
Transformer_Time_Series copied to clipboard

Enhancing the Locality and Breaking the Memory Bottleneck of Transformer on Time Series Forecasting (NeurIPS 2019)

Results 3 Transformer_Time_Series issues
Sort by recently updated
recently updated
newest added

Dear mlpotter, your code is perfect! I found you just deal with the initial input by causal convolutions, however, the K and Q were still calculated by 'torch.nn.TransformerEncoderLayer'. Thus, this...

Thanks for your code. But I think your code is very different from the method which the paper mentioned.

Thank you for your code, it's very useful. I found that the current version of the code only has one-dimensional time characteristics, ``in_ Channels`` is 1. If my data has...