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

代码问题 #36

Open
Jia-hn opened this issue Jan 14, 2024 · 4 comments
Open

代码问题 #36

Jia-hn opened this issue Jan 14, 2024 · 4 comments

Comments

@Jia-hn
Copy link

Jia-hn commented Jan 14, 2024

pdformer_dataset中的这一行代码:
self.sh_mx[self.sh_mx > 0] = 1
是否会将inf变为1
这样的话,没有连接的两个节点形成连接

@Jia-hn
Copy link
Author

Jia-hn commented Jan 14, 2024

因为这行代码
self.init_weight_inf_or_zero = self.config.get('init_weight_inf_or_zero', 'inf')
将adj_mx的两个无连接节点的weight设置为了inf

@aptx1231
Copy link
Member

aptx1231 commented Mar 7, 2024

@NickHan-cs

@NickHan-cs
Copy link
Member

在数据集的config.json中,我们都将init_weight_inf_or_zero的值设定为"zero"

@LayCYL
Copy link

LayCYL commented Jul 3, 2024

您好,我想问一下哪部分是时间延迟感知特征转换模块的代码吗

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

4 participants