↓ 7 callersFunctionconv_bn_relu(in_channels, out_channels, kernel_size, stride, padding, groups, dilation=1)
segmentation/replknet.py:58
↓ 6 callersFunctionconv_bn(in_channels, out_channels, kernel_size, stride, padding, groups, dilation=1)
segmentation/replknet.py:49
↓ 4 callersFunctionget_conv2d(in_channels, out_channels, kernel_size, stride, padding, dilation, groups, bias)
segmentation/replknet.py:18
Method__init__(self, channels, num_blocks, stage_lk_size, drop_path,
small_kernel, dw_ratio=1, ffn_ratio=4,
replknet.py:172
Method__init__(self, in_channels, out_channels, kernel_size,
stride, groups,
small_kernel,
segmentation/replknet.py:79
Method__init__(self, in_channels, dw_channels, block_lk_size, small_kernel, drop_path, small_kernel_merged=False)
segmentation/replknet.py:151
Method__init__(self, channels, num_blocks, stage_lk_size, drop_path,
small_kernel, dw_ratio=1, ffn_ratio=4,
segmentation/replknet.py:173
Method__init__(self, large_kernel_sizes, layers, channels, drop_path_rate, small_kernel,
dw_ratio=1, ffn_ra
segmentation/replknet.py:207
Method__init__(self, large_kernel_sizes, layers, channels, small_kernel,
dw_ratio=1, ffn_ratio=4,
erf/replknet_for_erf.py:11