摘要: 1. 在运行SFNet代码时,前后代码保持不变,运行两次结果发生变化, 把下面这段代码注掉就可以保持前后两次运行结果一致,不确定是否是nn.BatchNorm2d计算均值和方差导致 class dynamic_filter(nn.Module): def __init__(self, inchann 阅读全文
posted @ 2023-10-23 15:54 helloWorldhelloWorld 阅读(245) 评论(0) 推荐(0)