Closed oremnirv closed 1 year ago
Clarification question: In algorithm 2 in your paper, how do you go from the softmax weights having K dimensions to R variable with L dimensions?
Thank you
Hi, this process is quite clear in Code. Line 38-48 in https://github.com/thuml/Autoformer/blob/main/layers/AutoCorrelation.py We will adopt the K softmax weights to aggregate K delayed length-L time series.
Clarification question: In algorithm 2 in your paper, how do you go from the softmax weights having K dimensions to R variable with L dimensions?
Thank you