Zeying-Gong / PatchMixer

About Code release for "PatchMixer: A Patch-Mixing Architecture for Long-Term Time Series Forecasting"
MIT License
154 stars 14 forks source link

Dual Forecasting Heads #5

Open ynning opened 2 months ago

ynning commented 2 months ago

May I ask how the results of the dual prediction head are combined? Is the optimal result obtained by multiplying the predicted results for each head with different weights?

Zeying-Gong commented 1 week ago

As the code shows, it simply adds up the output results of the dual heads, allowing the network itself to learn and assign weights.