MCPcopy Create free account

hub / github.com/QWTforGithub/T2LDM / functions

Functions2,893 in github.com/QWTforGithub/T2LDM

↓ 3 callersMethodupsample
Feature map up-sampling.
timm/models/coat.py:266
↓ 2 callersMethod__init__
(self, transforms)
utils/common.py:858
↓ 2 callersMethod__init__
(self, in_channels, out_channels, reps, strides=1, start_with_relu=True, grow_first=True)
timm/models/xception.py:66
↓ 2 callersMethod__init__
(self, inplanes, planes, stride=1, dilation=1, start_with_relu=True, norm_layer=None)
timm/models/gluon_xception.py:67
↓ 2 callersMethod__init__
(self, cfgs, num_classes=1000, width=1.0, dropout=0.2, in_chans=3, output_stride=32, global_pool='avg')
timm/models/ghostnet.py:136
↓ 2 callersMethod__init__
( self, in_chs, out_chs, stride=1, dilation=1, pad_type='', start_with_relu=True, no_s
timm/models/xception_aligned.py:82
↓ 2 callersMethod__init__
(self, cfg, in_chans=3, num_classes=1000, global_pool='avg', drop_rate=0.0, head='classification')
timm/models/hrnet.py:509
↓ 2 callersMethod__init__
(self, layers, in_chans=3, num_classes=1000, width_factor=1.0, global_pool='fast', drop_rate=0.)
timm/models/tresnet.py:156
↓ 2 callersMethod__init__
(self, block, layers, num_classes=1000, in_chans=3, cardinality=1, base_width=64, stem_width=
timm/models/resnet.py:582
↓ 2 callersMethod__init__
(self, dim, num_heads, mlp_ratio=4., qkv_bias=False, drop=0., attn_drop=0., drop_path=0., act
timm/models/vision_transformer.py:213
↓ 2 callersMethod__init__
(self, cfg, in_chans=3, num_classes=1000, output_stride=32, global_pool='avg', drop_rate=0.,
timm/models/regnet.py:240
↓ 2 callersMethod__init__
(self, in_channels, use_scale=True, rd_ratio=1/8, rd_channels=None, rd_divisor=8, **kwargs)
timm/models/layers/non_local_attn.py:22
↓ 2 callersMethod__init__
(self, dim, max_freq=4)
timm/models/layers/attention_pool2d.py:44
↓ 2 callersMethod__init__
(self, block_size=4)
timm/models/layers/space_to_depth.py:6
↓ 2 callersMethod__init__
(self, inc, outc, ks=3, stride=1, dilation=1)
eval/models/ts/basic_blocks.py:51
↓ 2 callersMethod__init__
(self, use_xyz: bool = True)
pointops/functions/pointops.py:640
↓ 2 callersMethod_add_noise
(self, lrs, t)
timm/scheduler/scheduler.py:87
↓ 2 callersFunction_add_samples
(info, fn)
timm/data/parsers/parser_image_in_tar.py:122
↓ 2 callersFunction_add_submodule
(module, name, submodule)
timm/utils/model.py:203
↓ 2 callersFunction_assert
(condition: bool, message: str)
timm/models/layers/trace_utils.py:4
↓ 2 callersFunction_cfg
(url='', **kwargs)
timm/models/visformer.py:23
↓ 2 callersFunction_cfg
(url='', **kwargs)
timm/models/tnt.py:22
↓ 2 callersMethod_collect
(self, x)
timm/models/features.py:200
↓ 2 callersFunction_create_fc
(num_features, num_classes, use_conv=False)
timm/models/layers/classifier.py:23
↓ 2 callersFunction_create_inception_resnet_v2
(variant, pretrained=False, **kwargs)
timm/models/inception_resnet_v2.py:337
↓ 2 callersFunction_create_pool
(num_features, num_classes, pool_type='avg', use_conv=False)
timm/models/layers/classifier.py:12
↓ 2 callersFunction_create_tnt
(variant, pretrained=False, **kwargs)
timm/models/tnt.py:241
↓ 2 callersFunction_create_visformer
(variant, pretrained=False, default_cfg=None, **kwargs)
timm/models/visformer.py:318
↓ 2 callersFunction_decode_and_center_crop
Crops to center of image with padding then scales image_size.
timm/data/tf_preprocessing.py:113
↓ 2 callersFunction_download_from_hf
(model_id: str, filename: str)
timm/models/hub.py:77
↓ 2 callersMethod_erase
(self, img, chan, img_h, img_w, dtype)
timm/data/random_erasing.py:68
↓ 2 callersMethod_filename
(self, index, basename=False, absolute=False)
timm/data/parsers/parser.py:9
↓ 2 callersFunction_flatten_binary_scores
Flattens predictions in the batch (binary case) Remove labels equal to 'ignore'
utils/common.py:560
↓ 2 callersFunction_flatten_probas
Flattens predictions in the batch
utils/common.py:652
↓ 2 callersFunction_freeze_unfreeze
Freeze or unfreeze parameters of the specified modules and those of all their hierarchical descendants. This is done in place. Args:
timm/utils/model.py:167
↓ 2 callersFunction_gen_mixnet_s
Creates a MixNet Small model. Ref impl: https://github.com/tensorflow/tpu/tree/master/models/official/mnasnet/mixnet Paper: https://arxiv.org
timm/models/efficientnet.py:1077
↓ 2 callersFunction_get_feature_info
(net, out_indices)
timm/models/features.py:135
↓ 2 callersMethod_get_lr
(self, t)
timm/scheduler/cosine_lr.py:72
↓ 2 callersMethod_get_lr
(self, t)
timm/scheduler/multistep_lr.py:48
↓ 2 callersMethod_get_lr
(self, t)
timm/scheduler/poly_lr.py:69
↓ 2 callersMethod_get_lr
(self, t)
timm/scheduler/step_lr.py:46
↓ 2 callersFunction_init_vit_weights
ViT weight initialization * When called without n, head_bias, jax_impl args it will behave exactly the same as my original init for compati
timm/models/vision_transformer.py:372
↓ 2 callersMethod_lazy_init
Lazily initialize the dataset. This is necessary to init the Tensorflow dataset pipeline in the (dataloader) process that will be us
timm/data/parsers/parser_tfds.py:154
↓ 2 callersFunction_lovasz_hinge_flat
Binary Lovasz hinge loss Args: logits: [P] Logits at each prediction (between -infinity and +infinity) labels: [P] Tensor, bina
utils/common.py:541
↓ 2 callersFunction_lovasz_softmax_flat
Multi-class Lovasz-Softmax loss Args: @param probas: [P, C] Class probabilities at each prediction (between 0 and 1) @param lab
utils/common.py:603
↓ 2 callersMethod_make_conv_level
(self, inplanes, planes, convs, stride=1, dilation=1)
timm/models/dla.py:301
↓ 2 callersMethod_make_head
(self, pre_stage_channels, incre_only=False)
timm/models/hrnet.py:575
↓ 2 callersMethod_make_layer
(self, block, inplanes, planes, blocks, stride=1)
timm/models/hrnet.py:640
↓ 2 callersFunction_module_list
(module, flatten_sequential=False)
timm/models/features.py:121
↓ 2 callersFunction_node_get
Gets attributes of a node which is polymorphic over return type. From https://github.com/pytorch/pytorch/pull/82628
models/CLIP/clip/clip.py:148
↓ 2 callersMethod_normalize
(self, x)
timm/data/dataset.py:140
↓ 2 callersMethod_params_per_batch
(self)
timm/data/mixup.py:141
↓ 2 callersMethod_rms
(tensor)
timm/optim/adafactor.py:71
↓ 2 callersFunction_rotate_half
(x)
models/T2LDM.py:263
↓ 2 callersMethod_save
(self, save_path, epoch, metric=None)
timm/utils/checkpoint_saver.py:99
↓ 2 callersFunction_scale_stage_depth
Per-stage depth scaling Scales the block repeats in each stage. This depth scaling impl maintains compatibility with the EfficientNet scaling
timm/models/efficientnet_builder.py:200
↓ 2 callersFunction_search_split
(root, split)
timm/data/dataset_factory.py:25
↓ 2 callersMethod_set_transforms
(self, x)
timm/data/dataset.py:126
↓ 2 callersFunction_split_channels
(num_chan, num_groups)
timm/models/layers/mixed_conv2d.py:14
↓ 2 callersFunction_try
(syn)
timm/data/dataset_factory.py:32
↓ 2 callersMethod_update
(self, model, update_fn)
timm/utils/model_ema.py:115
↓ 2 callersFunctionadaptive_catavgmax_pool2d
(x, output_size=1)
timm/models/layers/adaptive_avgmax_pool.py:30
↓ 2 callersMethodbackward
(ctx, grad_output)
timm/models/layers/activations_me.py:82
↓ 2 callersFunctionbatch2list
Aggregation Type: Default 'depth', ['all', 'sector', 'depth']
eval/metric_utils.py:328
↓ 2 callersFunctionbilinear_rasterizer
https://github.com/VCL3D/SphericalViewSynthesis/blob/master/supervision/splatting.py
utils/render.py:75
↓ 2 callersFunctionblockify
image to blocks Args: x (Tensor): with shape (B, H, W, C) block_size (int): edge length of a single square block in units of H, W
timm/models/nest.py:140
↓ 2 callersMethodbottleneck_fn
(self, xs)
timm/models/densenet.py:60
↓ 2 callersFunctionbytes_to_unicode
Returns list of utf-8 byte and a corresponding list of unicode strings. The reversible bpe codes work on unicode strings. This means you
models/CLIP/clip/simple_tokenizer.py:16
↓ 2 callersMethodcell_forward
(self, x_left, x_right)
timm/models/pnasnet.py:120
↓ 2 callersFunctionclass_name
(index)
data/nuScenes/descriptor_plus.py:98
↓ 2 callersFunctionconv2d_same
( x, weight: torch.Tensor, bias: Optional[torch.Tensor] = None, stride: Tuple[int, int] = (1, 1),
timm/models/layers/conv2d_same.py:13
↓ 2 callersFunctioncreate_conv2d_pad
(in_chs, out_chs, kernel_size, **kwargs)
timm/models/layers/conv2d_same.py:33
↓ 2 callersFunctioncreate_norm_act
(layer_type, num_features, apply_act=True, jit=False, **kwargs)
timm/models/layers/create_norm_act.py:40
↓ 2 callersFunctioncreate_parser
(name, root, split='train', **kwargs)
timm/data/parsers/parser_factory.py:8
↓ 2 callersFunctioncreate_resnetv2_stem
( in_chs, out_chs=64, stem_type='', preact=True, conv_layer=StdConv2d, norm_layer=partial(Grou
timm/models/resnetv2.py:300
↓ 2 callersFunctiondeblockify
blocks to image Args: x (Tensor): with shape (B, T, N, C) where T is number of blocks and N is sequence size per block block_size
timm/models/nest.py:156
↓ 2 callersFunctiondispatch_clip_grad
Dispatch to gradient clipping method Args: parameters (Iterable): model parameters to clip value (float): clipping value/factor/
timm/utils/clip_grad.py:6
↓ 2 callersMethodencode
(self, text)
models/CLIP/clip/simple_tokenizer.py:121
↓ 2 callersMethodfeat_mult
(self)
timm/models/layers/adaptive_avgmax_pool.py:111
↓ 2 callersMethodforward_features
(self, x)
timm/models/dla.py:321
↓ 2 callersMethodforward_features
(self, x0)
timm/models/coat.py:488
↓ 2 callersMethodforward_postaux
(self, x)
timm/models/inception_v3.py:373
↓ 2 callersMethodforward_preaux
(self, x)
timm/models/inception_v3.py:339
↓ 2 callersMethodg_guidence
(self, g_x, attn_fs)
models/T2LDM.py:2400
↓ 2 callersFunctiongenerate_description
生成当前LiDAR场景中出现类型的数量文本描述 Example: Two cars, three trucks, one tree, ... , zero barrier.
data/nuScenes/descriptor_plus.py:709
↓ 2 callersFunctiongenerate_description
生成当前LiDAR场景中出现类型的数量文本描述 Example: Two cars, three trucks, one tree, ... , zero barrier.
data/nuScenes/descriptor.py:655
↓ 2 callersMethodget_attention
(self, x)
timm/models/convit.py:90
↓ 2 callersMethodget_attention_biases
(self, device: torch.device)
timm/models/levit.py:270
↓ 2 callersMethodget_attention_biases
(self, device: torch.device)
timm/models/levit.py:364
↓ 2 callersFunctionget_bin_semantic_paths
()
data/kitti_semantic/descriptor.py:559
↓ 2 callersFunctionget_cache_dir
Returns the location of the directory where models are cached (and creates it if necessary).
timm/models/hub.py:26
↓ 2 callersMethodget_embed
NOTE: shape arg should include spatial dim only
timm/models/layers/attention_pool2d.py:49
↓ 2 callersFunctionget_learning_map
(ignore_index=16)
data/nuScenes/descriptor_plus.py:144
↓ 2 callersFunctionget_learning_map
(ignore_index=16)
data/nuScenes/descriptor.py:120
↓ 2 callersFunctionget_mask
(metric, min_depth=0.01, max_depth=50.0)
utils/common.py:2052
↓ 2 callersMethodget_mask
(self, metric)
utils/lidar.py:294
↓ 2 callersFunctionget_padding
(kernel_size, stride, dilation=1)
timm/models/resnet.py:281
↓ 2 callersFunctionget_pairs
Return set of symbol pairs in a word. Word is represented as tuple of symbols (symbols being variable-length strings).
models/CLIP/clip/simple_tokenizer.py:38
↓ 2 callersFunctionget_same_padding
(x: int, k: int, s: int, d: int)
timm/models/layers/padding.py:18
↓ 2 callersFunctionget_state_dict
(model, unwrap_fn=unwrap_model)
timm/utils/model.py:20
← previousnext →301–400 of 2,893, ranked by callers