Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
chainer.links.BatchNormalization 只能支持 2D 特征图吗?如何在chainer中编写BatchNormalization3D代码?
此外,pytorch 已经在此处支持 BN3D: https ://pytorch.org/docs/master/nn.html?highlight=batchnorm3d#torch.nn.BatchNorm3d 它是 5D 输入(带有附加通道的小批量 3D 输入方面)
Chainer 将在下一个版本 (v5.0.0b1) 中支持此功能。请参阅此处的讨论。