MCPcopy Create free account

hub / github.com/ansleliu/LightNetPlusPlus / functions

Functions269 in github.com/ansleliu/LightNetPlusPlus

Method__init__
(self, in_channels, growth, layers, bottleneck_factor=4, norm_act=ABN, dilation=1)
modules/dense.py:10
Method__init__
(self, in_chs, out_chs, up_ratio=2, aspp_dilate=(12, 24, 36), norm_act=InPlaceABN)
modules/aspp.py:88
Method__init__
(self, in_chs, out_chs, up_ratio=2, aspp_dilate=(12, 24, 36), norm_act=InPlaceABN)
modules/aspp.py:143
Method__init__
(self, input_num, num1, num2, dilation_rate, drop_out, norm_act=InPlaceABN)
modules/aspp.py:199
Method__init__
(self, in_chns, out_chns, stride, dilate, branch_model, norm_act=InPlaceABN)
modules/shuffle.py:90
Method__init__
Configurable identity-mapping residual block Parameters ---------- in_channels : int Number of input channels.
modules/residual.py:8
Method__init__
(self, spatial_scale, out_size, out_channels,
modules/deformable/modules/deform_pool.py:38
Method__init__
(self, spatial_scale, out_size, out_channels,
modules/deformable/modules/deform_pool.py:91
Method__init__
(self, in_channels, out_channels, kernel_size,
modules/deformable/modules/deform_conv.py:61
Method__init__
(self, in_channels, out_channels, kernel_size,
modules/deformable/modules/deform_conv.py:108
Method__init__
Creates an InPlace Activated Batch Normalization module Parameters ---------- num_features : int Number of featur
modules/inplace_abn/iabn.py:87
Method__init__
(self)
utils/metrics.py:20
Method__init__
Computes and stores the Metric values from Confusion Matrix - overall accuracy - mean accuracy - mean IU
utils/metrics.py:40
Method__init__
Bootstrapped CrossEntropy2D: The pixel-bootstrapped cross entropy loss :param weight: <torch.Tensor, optional> A manual rescaling we
utils/losses.py:23
Method__init__
(self, top_k=512*512, ignore_index=255)
utils/losses.py:112
Method__init__
Bootstrapped CrossEntropy2D: The pixel-bootstrapped cross entropy loss :param weight: <torch.Tensor, optional> A manual rescaling we
utils/losses.py:131
Method__init__
Loss(x, class) = - \alpha (1-softmax(x)[class])^gamma \log(softmax(x)[class]) :param ignore_label: <int> ignore label :para
utils/losses.py:296
Method__init__
Semantic Encoding Loss :param num_classes: <int> Number of classes :param ignore_label: <int, optional> Specifies a target va
utils/losses.py:390
Method__init__
Soft-Jaccard Loss for Semantic Segmentation :param weight: <torch.Tensor, optional> A manual rescaling weight given to each class.
utils/losses.py:559
Method__init__
Tversky Loss for Semantic Segmentation :param alpha: <int> Parameter to control precision and recall :param beta: <int> Para
utils/losses.py:627
Method__init__
Tversky Loss for Semantic Segmentation :param beta: <int> Parameter to control precision and recall :param weight: <torch.Te
utils/losses.py:703
Method__init__
(self, params, lr=1e-3, betas=(0.9, 0.999), final_lr=0.1, gamma=1e-3, eps=1e-8, weight_decay=
utils/adabound.py:25
Method__init__
(self, mode, base_lr, num_epochs, iters_per_epoch=0, lr_step=0, restart_step=20, warmup_epochs=0)
utils/lr_scheduler.py:18
Method__init__
(self, model, layer_name, upscale=False)
netviz/feat_viz.py:6
Method__init__
(self, augmentations)
datasets/augmentations.py:18
Method__init__
(self, size, padding=0)
datasets/augmentations.py:36
Method__init__
(self, size)
datasets/augmentations.py:63
Method__init__
(self, size)
datasets/augmentations.py:87
Method__init__
(self, size)
datasets/augmentations.py:97
Method__init__
:param limit: <tuple of float> for example: (0.725, 1.25)
datasets/augmentations.py:112
Method__init__
(self, size)
datasets/augmentations.py:129
Method__init__
(self, degree)
datasets/augmentations.py:164
Method__init__
(self, data_root, list_path, num_classes=19, phase="train", augmentations=None, use_transform
datasets/cityscapes/cityscapes.py:80
Method__init__
(self, num_classes=19, fuse_chns=512, aspp_chns=256, aspp_d
models/shufflenetv2plus.py:17
Method__init__
(self, in_planes, reduced_dim, act_type="relu")
models/mixnetseg.py:68
Method__init__
(self, in_planes, out_planes, kernel_size, stride=1, groups=1, dilate=1, act_type="relu")
models/mixnetseg.py:82
Method__init__
(self, in_planes, out_planes, kernel_sizes)
models/mixnetseg.py:106
Method__init__
(self, in_planes, kernel_sizes, stride=1, dilate=1)
models/mixnetseg.py:132
Method__init__
(self, in_planes, out_planes, expand_ratio, exp_kernel_sizes, kernel_sizes, poi_kernel_sizes,
models/mixnetseg.py:161
Method__init__
(self, in_chs, out_chs, up_ratio=2, aspp_dilate=(6, 12, 18))
models/mixnetseg.py:230
Method__init__
(self, feature_size=64, expand_ratio=1, epsilon=0.0001)
models/mixnetseg.py:284
Method__init__
(self, bone_feat_sizes, feature_size=64, expand_ratio=1, fpn_repeats=3)
models/mixnetseg.py:343
Method__init__
(self, arch="s", decoder_feat=64, fpn_repeats=3, num_classes=19)
models/mixnetseg.py:363
Method__init__
MobileNetV2Plus: MobileNetV2 based Semantic Segmentation :param num_classes: (int) Number of classes :param width_multi:
models/mobilenetv2plus.py:15
Method__len__
__len__
datasets/cityscapes/cityscapes.py:136
Method__repr__
(self)
modules/inplace_abn/iabn.py:74
Method__repr__
(self)
modules/inplace_abn/iabn.py:121
Method__setstate__
(self, state)
utils/adabound.py:45
Function_broadcast_shape
(x)
modules/inplace_abn/functions.py:33
Function_check
(fn, *args, **kwargs)
modules/inplace_abn/functions.py:27
Function_reduce
(x)
modules/inplace_abn/functions.py:43
Method_update_topk
(self, top_k)
utils/losses.py:40
Method_update_topk
(self, top_k)
utils/losses.py:117
Method_update_topk
(self, top_k)
utils/losses.py:215
Functionallreduce
Cross GPU all reduce autograd operation for calculate mean and variance in SyncBN.
utils/parallel.py:27
Functionatomic_add
modules/inplace_abn/src/utils/common.h:23
Functionbackward
modules/inplace_abn/src/inplace_abn.cpp:45
Methodbackward
(ctx, grad_output)
modules/deformable/functions/deform_pool.py:50
Methodbackward
(ctx, grad_output)
modules/deformable/functions/deform_conv.py:55
Methodbackward
(ctx, grad_output)
modules/deformable/functions/deform_conv.py:146
Methodbackward
(ctx, dz)
modules/inplace_abn/functions.py:207
Methodbackward
(ctx, *inputs)
utils/parallel.py:48
Methodbackward
(ctx, gradOutput)
utils/parallel.py:65
Functionchannel_shuffle
(x, groups)
models/mixnetseg.py:24
Functioncosine_annealing_lr
(optimizer, init_lr, period, batch_idx)
utils/lr_scheduler.py:77
Functiondeform_conv_backward_input_cuda
modules/deformable/src/deform_conv_cuda.cpp:260
Functiondeform_conv_backward_parameters_cuda
modules/deformable/src/deform_conv_cuda.cpp:373
Functiondeform_conv_forward_cuda
modules/deformable/src/deform_conv_cuda.cpp:151
Functiondeform_psroi_pooling_cuda_backward
modules/deformable/src/deform_pool_cuda.cpp:54
Functiondeform_psroi_pooling_cuda_forward
modules/deformable/src/deform_pool_cuda.cpp:30
Functionedz_eydz
modules/inplace_abn/src/inplace_abn.cpp:32
Functionelu_backward
modules/inplace_abn/src/inplace_abn.cpp:78
Functionelu_forward
modules/inplace_abn/src/inplace_abn.cpp:74
Functionforward
modules/inplace_abn/src/inplace_abn.cpp:19
Methodforward
(self, x)
modules/mobile.py:42
Methodforward
(self, x)
modules/mobile.py:83
Methodforward
Add Cartesian Coordination Info to Current Tensor :param x: shape(N, C, H, W) :return: shape(N, C+2 or C+3, H, W)
modules/misc.py:12
Methodforward
(self, x)
modules/misc.py:79
Methodforward
(self, x)
modules/attentions.py:42
Methodforward
(self, x)
modules/attentions.py:63
Methodforward
(self, x)
modules/attentions.py:88
Methodforward
(self, x)
modules/attentions.py:121
Methodforward
(self, x)
modules/attentions.py:160
Methodforward
(self, x)
modules/attentions.py:218
Methodforward
(self, x)
modules/attentions.py:256
Methodforward
(self, x)
modules/attentions.py:279
Methodforward
(self, x)
modules/efficient.py:37
Methodforward
(self, x)
modules/efficient.py:49
Methodforward
(self, x)
modules/efficient.py:69
Methodforward
(self, x)
modules/efficient.py:86
Methodforward
(self, inputs)
modules/efficient.py:113
Methodforward
(self, feat1, feat2, feat3, feat4, feat5)
modules/efficient.py:151
Methodforward
(self, x)
modules/efficient.py:200
Methodforward
(self, x)
modules/usm.py:69
Methodforward
(self, x)
modules/usm.py:119
Methodforward
(self, x)
modules/usm.py:133
Methodforward
(self, input)
modules/dropout.py:30
Methodforward
(self, x)
modules/dense.py:34
Methodforward
(self, x)
modules/aspp.py:120
Methodforward
(self, x)
modules/aspp.py:172
← previousnext →101–200 of 269, ranked by callers