An error
RuntimeError: The size of tensor a (96) must match the size of tensor b (144) at non-singleton dimension 1
I met this error too, but I'm using NeuralForecast. I tried fixing it in a PR: Nixtla/neuralforecast#1141
RuntimeError: The size of tensor a (96) must match the size of tensor b (144) at non-singleton dimension 1 You need to set label_len=0
RuntimeError: The size of tensor a (96) must match the size of tensor b (144) at non-singleton dimension 1
Thanks to attention for our work. Could you please provide the detailed log and specific scripts?
I met the same problem, @wtt6668888 please check label_len set, default value is 48, and 96+48=144