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