towhee.models.utils.create_conv2dΒΆ

Functions

create_conv2d

Select a 2d convolution implementation based on arguments Creates and returns one of torch.nn.Conv2d, Conv2dSame, MixedConv2d, or CondConv2d.