in models/regnet.py [0:0]
def __init__(
self,
width_in: int,
width_out: int,
stride: int,
bn_epsilon: float,
bn_momentum: float,
activation: nn.Module,
group_width: int,
bottleneck_multiplier: float,
se_ratio: Optional[float],