We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pdformer_dataset中的这一行代码: self.sh_mx[self.sh_mx > 0] = 1 是否会将inf变为1 这样的话,没有连接的两个节点形成连接
The text was updated successfully, but these errors were encountered:
因为这行代码 self.init_weight_inf_or_zero = self.config.get('init_weight_inf_or_zero', 'inf') 将adj_mx的两个无连接节点的weight设置为了inf
Sorry, something went wrong.
@NickHan-cs
在数据集的config.json中,我们都将init_weight_inf_or_zero的值设定为"zero"
您好,我想问一下哪部分是时间延迟感知特征转换模块的代码吗
No branches or pull requests
pdformer_dataset中的这一行代码:
self.sh_mx[self.sh_mx > 0] = 1
是否会将inf变为1
这样的话,没有连接的两个节点形成连接
The text was updated successfully, but these errors were encountered: