murufeng / EPSANet

MIT License
274 stars 48 forks source link

论文和代码中的疑惑 #14

Open so-bright opened 3 years ago

so-bright commented 3 years ago

您好,论文中的图示和代码实现的不一致,是论文里图画错了吗

zhululmt commented 2 years ago

您好,Is out = torch.cat((out, x_se_weight_fp), dim=1)? 是否写反了

image

ndsclark commented 2 years ago

您好,Is out = torch.cat((out, x_se_weight_fp), dim=1)? 是否写反了

image

我也认为应该是写反了