You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Don't include GSP history in the query for time_transformer. We're already giving the GSP history into the SatelliteTransformer. And it may be confusing for the model to have the GSP history go to zero for the forecast horizons.
Don't give the GSP history in any of the main queries. Instead give a separate input to the time_transformer which includes the GSP history, and a marker to say "this is history".
Plot attention matrix
Don't give PV history in any of the queries. It's already in the RNN.
nwp_init_time_utc_fourier
where the other queries havetime_fourier_t0
.GSPQueryGenerator
! #162time_transformer
. We're already giving the GSP history into theSatelliteTransformer
. And it may be confusing for the model to have the GSP history go to zero for the forecast horizons.time_transformer
which includes the GSP history, and a marker to say "this is history".PVQueryGenerator
andGSPQueryGenerator
#144The text was updated successfully, but these errors were encountered: