Slackbot
09/22/2023, 3:14 PMCristian (Nixtla)
09/25/2023, 7:49 PMn_pool_kernel_size
downsamples only the inputs, and the n_freq_downsample
only the output. Having both at the same time do not compound, because they affect different parts of the architecture. Here is the diagram of the paper, the kernel controls the Maxpool im the inputs of the MLP stack, and n_freq_downsample
controls the output dimension of theta (points in the forecasting window)Cristian (Nixtla)
09/25/2023, 7:50 PMn_freq
) you need less information from the inputs, so kernel is largerCristian (Nixtla)
09/25/2023, 7:52 PMPhil
09/25/2023, 7:54 PMCristian (Nixtla)
09/25/2023, 9:56 PM