towhee.models.utils.gelu_ignore_parameters.gelu_ignore_parameters

towhee.models.utils.gelu_ignore_parameters.gelu_ignore_parameters(*args, **kwargs) Module[source]

Bad trick to ignore the inplace=True argument in the DepthwiseSeparableConv of Timm.

Returns:

GELU activation function.

Return type:

activation (nn.Module)