Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ansleliu/LightNetPlusPlus
/ functions
Functions
269 in github.com/ansleliu/LightNetPlusPlus
⨍
Functions
269
◇
Types & classes
87
Method
forward
(self, _input)
modules/aspp.py:210
Method
forward
(self, x)
modules/shuffle.py:78
Method
forward
(self, x)
modules/shuffle.py:139
Method
forward
(self, x)
modules/residual.py:80
Method
forward
(self, data, rois, offset)
modules/deformable/modules/deform_pool.py:27
Method
forward
(self, data, rois)
modules/deformable/modules/deform_pool.py:66
Method
forward
(self, data, rois)
modules/deformable/modules/deform_pool.py:128
Method
forward
(self, input, offset)
modules/deformable/modules/deform_conv.py:53
Method
forward
(self, input, offset, mask)
modules/deformable/modules/deform_conv.py:100
Method
forward
(self, input)
modules/deformable/modules/deform_conv.py:136
Method
forward
(ctx, data, rois, offset, spatial_scale,
modules/deformable/functions/deform_pool.py:10
Method
forward
(ctx, input, offset, weight, stride=1,
modules/deformable/functions/deform_conv.py:11
Method
forward
(ctx, input, offset, mask, weight,
modules/deformable/functions/deform_conv.py:111
Method
forward
(self, x)
modules/inplace_abn/iabn.py:61
Method
forward
(self, x)
modules/inplace_abn/iabn.py:107
Method
forward
(self, x)
modules/inplace_abn/iabn.py:117
Method
forward
(cls, ctx, x, weight, bias, running_mean, running_var, training=True, momentum=0.1, eps=1e-05,
modules/inplace_abn/functions.py:145
Method
forward
(ctx, num_inputs, *inputs)
utils/parallel.py:36
Method
forward
(ctx, *inputs)
utils/parallel.py:59
Method
forward
(self, inputs, *targets, **kwargs)
utils/parallel.py:127
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets: <torch
utils/losses.py:43
Method
forward
(self, predictions, targets)
utils/losses.py:120
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets: <torch
utils/losses.py:218
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets: <torch
utils/losses.py:322
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets
utils/losses.py:428
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets: <torch
utils/losses.py:459
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets: <torch
utils/losses.py:572
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets: <torch
utils/losses.py:644
Method
forward
:param predictions: <torch.FloatTensor> Network Predictions of size [N, C, H, W], where C = number of classes :param targets: <torch
utils/losses.py:718
Method
forward
(self, x)
models/shufflenetv2plus.py:131
Method
forward
(self, x)
models/mixnetseg.py:59
Method
forward
(self, x)
models/mixnetseg.py:76
Method
forward
(self, x)
models/mixnetseg.py:98
Method
forward
(self, x)
models/mixnetseg.py:119
Method
forward
(self, x)
models/mixnetseg.py:148
Method
forward
(self, x)
models/mixnetseg.py:202
Method
forward
(self, x)
models/mixnetseg.py:257
Method
forward
(self, inputs)
models/mixnetseg.py:317
Method
forward
(self, feat1, feat2, feat3, feat4, feat5)
models/mixnetseg.py:357
Method
forward
(self, x)
models/mixnetseg.py:517
Method
forward
(self, x)
models/mobilenetv2plus.py:134
Function
freeze_bn
(m, freeze_bn_affine=False)
utils/utils.py:90
Method
gather
(self, outputs, output_device)
utils/parallel.py:98
Function
gauss_kernel
(kernel_size, sigma)
modules/usm.py:9
Function
get_dims
modules/inplace_abn/src/inplace_abn.h:39
Method
get_input_array
(self, m, i, o)
netviz/feat_viz.py:18
Method
get_output_array
(self, m, i, o)
netviz/feat_viz.py:27
Method
get_scores
Returns score about: - overall accuracy - mean accuracy - mean IU - fwavacc For refe
utils/metrics.py:88
Function
init_weights
(net, init_type='normal')
utils/utils.py:65
Function
leaky_relu_backward
modules/inplace_abn/src/inplace_abn.cpp:62
Function
leaky_relu_forward
modules/inplace_abn/src/inplace_abn.cpp:58
Function
mean_var
modules/inplace_abn/src/inplace_abn.cpp:7
Function
modulated_deform_conv_cuda_backward
modules/deformable/src/deform_conv_cuda.cpp:566
Function
modulated_deform_conv_cuda_forward
modules/deformable/src/deform_conv_cuda.cpp:486
Function
new_replicate
(module, device_ids)
utils/parallel.py:257
Method
out_channels
(self)
modules/dense.py:31
Function
patch_replication_callback
Monkey-patch an existing `DataParallel` object. Add the replication callback. Useful when you have customized `DataParallel` implementation.
utils/parallel.py:238
Function
reduce
modules/inplace_abn/src/inplace_abn.h:55
Method
reset
(self)
utils/metrics.py:26
Method
reset
Reset Confusion Matrix :return:
utils/metrics.py:81
Method
step
Performs a single optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
utils/adabound.py:50
Function
step_topk_scheduler
(init_topk1, init_topk2, epoch, step_size, limit=(384, 384), ratio=0.875)
utils/utils.py:79
Method
train
(self, mode=True, freeze_bn=False, freeze_bn_affine=False)
models/shufflenetv2plus.py:117
Method
train
(self, mode=True, freeze_bn=False, freeze_bn_affine=False)
models/mobilenetv2plus.py:120
Method
update
Compute Confusion Matrix For reference, please see: https://en.wikipedia.org/wiki/Confusion_matrix :param label_gts: <np.nda
utils/metrics.py:69
Function
weights_init_kaiming
(m)
utils/utils.py:41
Function
weights_init_normal
(m)
utils/utils.py:17
Function
weights_init_orthogonal
(m)
utils/utils.py:53
Function
weights_init_xavier
(m)
utils/utils.py:29
← previous
201–269 of 269, ranked by callers