Shortcuts

BNReLU2d

class torch.ao.nn.intrinsic.quantized.BNReLU2d(num_features, eps=1e-05, momentum=0.1, device=None, dtype=None)[源代码]

BNReLU2d 模块是 BatchNorm2d 和 ReLU 的融合模块

我们采用与 torch.ao.nn.quantized.BatchNorm2d 相同的接口。

Variables

torch.ao.nn.quantized.BatchNorm2d (与...相同) –

优云智算