Open Jia-hn opened 10 months ago
因为这行代码 self.init_weight_inf_or_zero = self.config.get('init_weight_inf_or_zero', 'inf') 将adj_mx的两个无连接节点的weight设置为了inf
@NickHan-cs
在数据集的config.json中,我们都将init_weight_inf_or_zero的值设定为"zero"
您好,我想问一下哪部分是时间延迟感知特征转换模块的代码吗
pdformer_dataset中的这一行代码: self.sh_mx[self.sh_mx > 0] = 1 是否会将inf变为1 这样的话,没有连接的两个节点形成连接