ConvBnReLU1d
-
class
torch.nn.intrinsic.
ConvBnReLU1d
(conv, bn, relu)[source] This is a sequential container which calls the Conv 1d, Batch Norm 1d, and ReLU modules. During quantization this will be replaced with the corresponding fused module.
torch.nn.intrinsic.
ConvBnReLU1d
(conv, bn, relu)[source]This is a sequential container which calls the Conv 1d, Batch Norm 1d, and ReLU modules. During quantization this will be replaced with the corresponding fused module.