MCPcopy Create free account

hub / github.com/QWTforGithub/T2LDM / types & classes

Types & classes478 in github.com/QWTforGithub/T2LDM

↓ 125 callersClassByoBlockCfg
timm/models/byobnet.py:159
↓ 48 callersClassBasicConv2d
timm/models/inception_v4.py:28
↓ 44 callersClassByoModelCfg
timm/models/byobnet.py:176
↓ 44 callersClassConvBnAct
timm/models/layers/conv_bn_act.py:11
↓ 38 callersClassBasicConv2d
timm/models/inception_resnet_v2.py:38
↓ 33 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
timm/models/layers/drop.py:160
↓ 30 callersClassBranchSeparables
timm/models/nasnet.py:66
↓ 20 callersClassBlock17
timm/models/inception_resnet_v2.py:139
↓ 20 callersClassClassifierHead
Classifier head w/ configurable global pooling and dropout.
timm/models/layers/classifier.py:40
↓ 16 callersClassThetaPhiPEInjector
models/T2LDM.py:132
↓ 15 callersClassNormalCell
timm/models/nasnet.py:265
↓ 15 callersClassPatchEmbed
Image to Patch Embedding
timm/models/twins.py:240
↓ 13 callersClassCell
timm/models/pnasnet.py:186
↓ 12 callersClassBlock
timm/models/xception.py:65
↓ 12 callersClassBranchSeparables
timm/models/pnasnet.py:54
↓ 12 callersClassMlp
MLP as used in Vision Transformer, MLP-Mixer and related networks
timm/models/layers/mlp.py:10
↓ 10 callersClassBlock35
timm/models/inception_resnet_v2.py:84
↓ 10 callersClassBlock8
timm/models/inception_resnet_v2.py:197
↓ 10 callersClassCircularConv2D
models/T2LDM.py:1165
↓ 10 callersClassLayerFn
timm/models/byobnet.py:835
↓ 9 callersClassActConvBn
timm/models/nasnet.py:34
↓ 8 callersClassDualPathBlock
timm/models/dpn.py:83
↓ 7 callersClassInceptionB
timm/models/inception_v4.py:143
↓ 7 callersClassLinear
r"""Applies a linear transformation to the incoming data: :math:`y = xA^T + b` Wraps torch.nn.Linear to support AMP + torchscript usage by manual
timm/models/layers/linear.py:8
↓ 7 callersClassResnetBlock
models/T2LDM.py:949
↓ 7 callersClassSEModule
timm/models/senet.py:70
↓ 6 callersClassAugmentOp
timm/data/auto_augment.py:315
↓ 6 callersClassCircularUNet
models/T2LDM.py:1353
↓ 6 callersClassConditionalX0
data/conditional_x0/conditionalx0.py:14
↓ 6 callersClassDlaTree
timm/models/dla.py:206
↓ 6 callersClassLiDARUtility
utils/lidar.py:13
↓ 6 callersClassNuScenesDataset
data/nuScenes/nuScenes.py:8
↓ 5 callersClassActConvBn
timm/models/pnasnet.py:78
↓ 5 callersClassBasicConv2d
timm/models/inception_v3.py:274
↓ 5 callersClassBlock
timm/models/gluon_xception.py:66
↓ 5 callersClassBnActConv2d
timm/models/dpn.py:73
↓ 5 callersClassContinuousTimeGaussianDiffusion
Continuous-time Gaussian diffusion https://arxiv.org/pdf/2107.00630.pdf
models/diffusion/continuous_time.py:63
↓ 5 callersClassDiscreteTimeGaussianDiffusion
Discrete-time Gaussian diffusion https://arxiv.org/abs/2006.11239
models/diffusion/discrete_time.py:52
↓ 5 callersClassFeatureInfo
timm/models/features.py:20
↓ 5 callersClassKITTI360Dataset
data/kitti_360/kitti_360.py:7
↓ 5 callersClassKITTISemanticDataset
data/kitti_semantic/kitti_semantic.py:9
↓ 5 callersClassLayerNorm
Subclass torch's LayerNorm to handle fp16.
models/CLIP/clip/model.py:161
↓ 5 callersClassSelectAdaptivePool2d
Selectable global pooling layer with dynamic input kernel size
timm/models/layers/adaptive_avgmax_pool.py:79
↓ 5 callersClassStem
timm/models/byobnet.py:1185
↓ 5 callersClasst5
models/T5/T5.py:21
↓ 4 callersClassConvNorm
timm/models/levit.py:116
↓ 4 callersClassConvPosEnc
Convolutional Position Encoding. Note: This module is similar to the conditional position encoding in CPVT.
timm/models/coat.py:169
↓ 4 callersClassConvRelPosEnc
Convolutional relative position encoding.
timm/models/coat.py:63
↓ 4 callersClassEfficientNetBuilder
Build Trunk Blocks This ended up being somewhat of a cross between https://github.com/tensorflow/tpu/blob/master/models/official/mnasnet/mna
timm/models/efficientnet_builder.py:262
↓ 4 callersClassFactorAtt_ConvRelPosEnc
Factorized attention with convolutional relative position encoding class.
timm/models/coat.py:127
↓ 4 callersClassInceptionA
timm/models/inception_v4.py:92
↓ 4 callersClassInceptionC
timm/models/inception_v3.py:119
↓ 4 callersClassLars
LARS for PyTorch Paper: `Large batch training of Convolutional Networks` - https://arxiv.org/pdf/1708.03888.pdf Args: params (i
timm/optim/lars.py:17
↓ 4 callersClassNfCfg
timm/models/nfnet.py:151
↓ 4 callersClassNormLinear
timm/models/levit.py:165
↓ 4 callersClassSeparableConv2d
timm/models/gluon_xception.py:44
↓ 4 callersClassSerialBlock
Serial block class. Note: In this implementation, each serial block only contains a conv-attention and a FFN (MLP) module.
timm/models/coat.py:196
↓ 3 callersClassAttention
Multi-Head Attention
timm/models/tnt.py:44
↓ 3 callersClassBlock
timm/models/visformer.py:114
↓ 3 callersClassBlock
TNT Block
timm/models/tnt.py:77
↓ 3 callersClassConvMlp
MLP using 1x1 convs that keeps spatial dims
timm/models/layers/mlp.py:99
↓ 3 callersClassFeatureHooks
Feature Hook Helper This module helps with the setup and extraction of hooks for extracting features from internal nodes in a model by node
timm/models/features.py:84
↓ 3 callersClassFirstCell
timm/models/nasnet.py:205
↓ 3 callersClassInceptionA
timm/models/inception_v3.py:52
↓ 3 callersClassInceptionC
timm/models/inception_v4.py:202
↓ 3 callersClassResidual
timm/models/levit.py:202
↓ 3 callersClassRoPECacheTheta
models/T2LDM.py:225
↓ 3 callersClassSeparableConv2d
timm/models/xception.py:51
↓ 3 callersClassToNumpy
timm/data/transforms.py:15
↓ 3 callersClassZeroConv2d
1×1 convolution with both weight and bias initialized to zero. 用于 ControlNet / Adapter 的零卷积。
models/T2LDM.py:1141
↓ 3 callersClasschamfer_3DDist
eval/modules/chamfer3D/dist_chamfer_3D.py:70
↓ 2 callersClassAdaBelief
r"""Implements AdaBelief algorithm. Modified from Adam in PyTorch Arguments: params (iterable): iterable of parameters to optimize or dic
timm/optim/adabelief.py:6
↓ 2 callersClassBlock
timm/models/convit.py:191
↓ 2 callersClassBottleneck
models/CLIP/clip/model.py:14
↓ 2 callersClassCatBnAct
timm/models/dpn.py:52
↓ 2 callersClassCompose
utils/common.py:857
↓ 2 callersClassCrossAttentionBlock
timm/models/crossvit.py:159
↓ 2 callersClassDropBlock2d
DropBlock. See https://arxiv.org/pdf/1810.12890.pdf
timm/models/layers/drop.py:109
↓ 2 callersClassGhostModule
timm/models/ghostnet.py:46
↓ 2 callersClassInceptionE
timm/models/inception_v3.py:196
↓ 2 callersClassLamb
Implements a pure pytorch variant of FuseLAMB (NvLamb variant) optimizer from apex.optimizers.FusedLAMB reference: https://github.com/NVIDIA/DeepL
timm/optim/lamb.py:60
↓ 2 callersClassMADGRAD
MADGRAD_: A Momentumized, Adaptive, Dual Averaged Gradient Method for Stochastic Optimization. .. _MADGRAD: https://arxiv.org/abs/2101.1
timm/optim/madgrad.py:24
↓ 2 callersClassRandomErasing
Randomly selects a rectangle region in an image and erases its pixels. 'Random Erasing Data Augmentation' by Zhong et al. See https:/
timm/data/random_erasing.py:25
↓ 2 callersClassSelectiveKernel
timm/models/layers/selective_kernel.py:49
↓ 2 callersClassSeparableConv2d
timm/models/pnasnet.py:38
↓ 2 callersClassSeparableConv2d
timm/models/nasnet.py:50
↓ 2 callersClassTarState
timm/data/parsers/parser_image_in_tar.py:31
↓ 2 callersClassTransformer
models/CLIP/clip/model.py:199
↓ 2 callersClasschamfer_2DDist
eval/modules/chamfer2D/dist_chamfer_2D.py:77
↓ 2 callersClassemdModule
eval/modules/emd/emd_module.py:90
↓ 1 callersClassActivationStatsHook
Iterates through each of `model`'s modules and matches modules using unix pattern matching based on `hook_fn_locs` and registers `hook_fn` to the
timm/utils/model.py:42
↓ 1 callersClassAdafactor
Implements Adafactor algorithm. This implementation is based on: `Adafactor: Adaptive Learning Rates with Sublinear Memory Cost` (see https://
timm/optim/adafactor.py:16
↓ 1 callersClassAdahessian
Implements the AdaHessian algorithm from "ADAHESSIAN: An Adaptive Second OrderOptimizer for Machine Learning" Arguments: params (ite
timm/optim/adahessian.py:9
↓ 1 callersClassAdamP
timm/optim/adamp.py:43
↓ 1 callersClassAdaptiveAvgMaxPool2d
timm/models/layers/adaptive_avgmax_pool.py:61
↓ 1 callersClassAdaptiveCatAvgMaxPool2d
timm/models/layers/adaptive_avgmax_pool.py:70
↓ 1 callersClassAttention
timm/models/levit.py:228
↓ 1 callersClassAttention
timm/models/visformer.py:85
↓ 1 callersClassAttention
timm/models/beit.py:74
↓ 1 callersClassAttention
This is much like `.vision_transformer.Attention` but uses *localised* self attention by accepting an input with an extra "image block" dim
timm/models/nest.py:61
next →1–100 of 478, ranked by callers