BN的具体实现对应到的是torch.batch_norm,具体调用可能需要阅读C代码,后续有需求继续深入。BN原理函数主要是BatchNorm1d(_BatchNorm)和BatchNorm2d...
確定! 回上一頁