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

[🐞] <title>PEMS系列数据集预处理dow与模型所需输入不符合 #219

Open
ZYFand-0517 opened this issue Dec 27, 2024 · 0 comments
Labels
bug Something isn't working needs-triaged for issues raised to be triaged

Comments

@ZYFand-0517
Copy link

ZYFand-0517 commented Dec 27, 2024

在staeformer_arch.py中,
self.dow_embedding = nn.Embedding(7, dow_embedding_dim)
dow_emb = self.dow_embedding(dow.long()),期望的输入应该类似这样
[3, 3, 6, 6, 6, 2, 4, 0, 4, 2, 2, 2, 6, 2, 0, 4]
与PEMS04数据预处理脚本产生的输入:
image
不符合,应该是0-6的离散值才符合吧

@ZYFand-0517 ZYFand-0517 added bug Something isn't working needs-triaged for issues raised to be triaged labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triaged for issues raised to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant