Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forecasting head #11

Open
bwrooney82 opened this issue Nov 13, 2024 · 1 comment
Open

Forecasting head #11

bwrooney82 opened this issue Nov 13, 2024 · 1 comment

Comments

@bwrooney82
Copy link

Hi ! Thank you for your interesting work. In some scenarios such as anomaly detection, how to modify the forecasting decoder into a reconstructed decoder while matching the dimensions of the input (B,M,L,N)?

@willzhang3
Copy link
Collaborator

willzhang3 commented Nov 16, 2024

The final latent representation (equation 12) by using t-PatchGNN as an encoder is (B, N, D), where N is the number of variables and D is the hidden dimension of the representation. This latent representation can be used by the task-specific decoder for other time series tasks, such as anomaly detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants