MCPcopy Create free account

hub / github.com/microsoft/Cream / types & classes

Types & classes813 in github.com/microsoft/Cream

↓ 75 callersClassSubPolicy
CDARTS/benchmark201/datasets/data_utils.py:292
↓ 75 callersClassSubPolicy
CDARTS/lib/datasets/data_utils.py:292
↓ 41 callersClassConvModule
Conv-Norm-Activation block. Args: in_channels (int): Same as nn.Conv2d. out_channels (int): Same as nn.Conv2d. kernel_siz
CDARTS/CDARTS_detection/mmdet/models/utils/conv_module.py:46
↓ 23 callersClassBatchNorm2d
For torch < 1.4 A wrapper around :class:`torch.nn.BatchNorm2d` to support zero-size tensor.
CDARTS/CDARTS_segmentation/train/layers.py:18
↓ 21 callersClassAverageMeter
Computes and stores the average and current value
CDARTS/lib/utils/utils.py:13
↓ 21 callersClassXceptionBlock
CDARTS/CDARTS_segmentation/segmentation/model/backbone/xception.py:50
↓ 20 callersClassAverageMeter
Computes and stores the average and current value
TinyViT/my_meter.py:18
↓ 20 callersClassAverageMeter
Computes and stores the average and current value
MiniViT/Mini-Swin/my_meter.py:5
↓ 19 callersClassMBBlock
CDARTS/CDARTS_detection/mmdet/models/backbones/fbnet_blocks.py:128
↓ 18 callersClassUSConv2d
CDARTS/CDARTS_segmentation/train/slimmable_ops.py:23
↓ 16 callersClassConv2d_BN
EfficientViT/downstream/efficientvit.py:24
↓ 16 callersClassConv2d_BN
EfficientViT/classification/model/efficientvit.py:13
↓ 15 callersClassMBBlock
CDARTS/CDARTS_detection/mmdet/models/necks/auto_neck/hit_ops.py:189
↓ 15 callersClassUSBatchNorm2d
CDARTS/CDARTS_segmentation/train/slimmable_ops.py:53
↓ 14 callersClassMBBlock
CDARTS/CDARTS_detection/mmdet/models/bbox_heads/auto_head/mbblock_ops.py:136
↓ 13 callersClassConvBnRelu
CDARTS/CDARTS_segmentation/train/seg_oprs.py:24
↓ 9 callersClassConv2d_BN
TinyViT/models/tiny_vit.py:28
↓ 9 callersClassConvBNReLU
CDARTS/CDARTS_detection/mmdet/models/bbox_heads/auto_head/mbblock_ops.py:62
↓ 9 callersClassConvNorm
conv => norm => activation use native nn.Conv2d, not slimmable
CDARTS/CDARTS_segmentation/train/operations.py:79
↓ 9 callersClassDropPath
Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).
AutoFormer/model/utils.py:91
↓ 9 callersClassRegistry
CDARTS/CDARTS_detection/mmdet/utils/registry.py:6
↓ 9 callersClassResidual
EfficientViT/downstream/efficientvit.py:98
↓ 9 callersClassResidual
EfficientViT/classification/model/efficientvit.py:78
↓ 9 callersClassStructure
CDARTS/benchmark201/utils/genotypes.py:179
↓ 8 callersClassConvBNReLU
CDARTS/CDARTS_detection/mmdet/models/backbones/fbnet_blocks.py:69
↓ 7 callersClassConvBNReLU
CDARTS/CDARTS_detection/mmdet/models/necks/auto_neck/hit_ops.py:95
↓ 7 callersClassLayerNorm
Subclass torch's LayerNorm to handle fp16.
TinyCLIP/src/open_clip/model.py:40
↓ 7 callersClassModelEma
Model Exponential Moving Average Keep a moving average of everything in the model state_dict (parameters and buffers). This is intended to al
CDARTS/CDARTS_segmentation/tools/utils/dist_utils.py:22
↓ 7 callersClassReLUConvBN
CDARTS/benchmark201/models/ops.py:29
↓ 7 callersClassRepeatedModuleList
MiniViT/Mini-DeiT/mini_vision_transformer.py:21
↓ 6 callersClassAugmentOp
TinyViT/data/augmentation/auto_augment.py:315
↓ 6 callersClassAverageMeter
Computes and stores the average and current value
CDARTS/CDARTS_segmentation/segmentation/utils/utils.py:8
↓ 6 callersClassCLIPVisionCfg
TinyCLIP/src/open_clip/model.py:570
↓ 6 callersClassCityscapes
Cityscapes semantic segmentation dataset. Arguments: root: Str, root directory. split: Str, data split, e.g. train/val/test.
CDARTS/CDARTS_segmentation/dataloaders/segdatasets/cityscapes.py:46
↓ 6 callersClassDistributedSampler
CDARTS/CDARTS_detection/mmdet/datasets/loader/sampler.py:11
↓ 6 callersClassEfficientViT
EfficientViT/downstream/efficientvit.py:304
↓ 6 callersClassEfficientViT
EfficientViT/classification/model/efficientvit.py:285
↓ 6 callersClassMixedConv2d
Mixed Grouped Convolution Based on MDConv and GroupedConv in MixNet impl: https://github.com/tensorflow/tpu/blob/master/models/official/mna
CDARTS/CDARTS_detection/mmdet/models/backbones/efficientnet_builder.py:520
↓ 6 callersClassMixup
Mixup/Cutmix that applies different params to each element or whole batch Args: mixup_alpha (float): mixup alpha value, mixup is active
TinyViT/data/augmentation/mixup.py:91
↓ 6 callersClassPool
AvgPool or MaxPool
CDARTS/lib/models/ops.py:103
↓ 6 callersClassSelectAdaptivePool2d
Selectable global pooling layer with dynamic input kernel size
CDARTS/CDARTS_segmentation/train/cydas.py:34
↓ 5 callersClassAugRandomContext
TinyViT/data/augmentation/aug_random.py:7
↓ 5 callersClassCOCO
CDARTS/CDARTS_segmentation/tools/datasets/coco/coco.py:148
↓ 5 callersClassFixedResize
change the short edge length to size
CDARTS/CDARTS_segmentation/dataloaders/custom_transforms.py:159
↓ 5 callersClassImageEncoder
TinyCLIP/src/open_clip/model.py:597
↓ 5 callersClassLinearSuper
AutoFormer/model/module/Linear_super.py:6
↓ 5 callersClassMMDataParallel
CDARTS/CDARTS_detection/mmcv/parallel/data_parallel.py:6
↓ 5 callersClassMMDistributedDataParallel
CDARTS/CDARTS_detection/mmcv/parallel/distributed.py:10
↓ 5 callersClassNormalize
Normalize a tensor image with mean and standard deviation. Args: mean (tuple): means for each channel. std (tuple): standard devia
CDARTS/CDARTS_segmentation/dataloaders/custom_transforms.py:12
↓ 5 callersClassSqueezeExcite
CDARTS/CDARTS_segmentation/train/builder.py:525
↓ 5 callersClassSumCell
CDARTS/CDARTS_detection/mmdet/models/necks/nas_fpn.py:58
↓ 5 callersClassToTensor
Convert ndarrays in sample to Tensors.
CDARTS/CDARTS_segmentation/dataloaders/custom_transforms.py:36
↓ 4 callersClassAnchorGenerator
CDARTS/CDARTS_detection/mmdet/core/anchor/anchor_generator.py:4
↓ 4 callersClassBasicResidual_downup_2x
CDARTS/CDARTS_segmentation/train/seg_oprs.py:347
↓ 4 callersClassCompose
CDARTS/CDARTS_detection/mmdet/datasets/pipelines/compose.py:8
↓ 4 callersClassDataInfo
TinyCLIP/src/training/data.py:68
↓ 4 callersClassDilConv
(Dilated) depthwise separable conv ReLU - (Dilated) depthwise separable - Pointwise - BN If dilation == 2, 3x3 conv => 5x5 receptive field
CDARTS/lib/models/ops.py:157
↓ 4 callersClassDistillHeadImagenet
CDARTS/lib/models/aux_head.py:30
↓ 4 callersClassDistilledVisionTransformer
iRPE/DeiT-with-iRPE/models.py:20
↓ 4 callersClassDistilledVisionTransformer
MiniViT/Mini-DeiT/models.py:18
↓ 4 callersClassDistributedGroupSampler
Sampler that restricts data loading to a subset of the dataset. It is especially useful in conjunction with :class:`torch.nn.parallel.Distribu
CDARTS/CDARTS_detection/mmdet/datasets/loader/sampler.py:102
↓ 4 callersClassDropBlock2D
r"""Randomly zeroes 2D spatial blocks of the input tensor. As described in the paper `DropBlock: A regularization method for convolutional net
CDARTS/CDARTS_detection/mmdet/models/backbones/dropblock.py:7
↓ 4 callersClassDropBlockScheduled
CDARTS/CDARTS_detection/mmdet/models/backbones/dropblock.py:134
↓ 4 callersClassFFN
EfficientViT/downstream/efficientvit.py:112
↓ 4 callersClassFFN
EfficientViT/classification/model/efficientvit.py:92
↓ 4 callersClassGPCell
CDARTS/CDARTS_detection/mmdet/models/necks/nas_fpn.py:63
↓ 4 callersClassHead
CDARTS/CDARTS_segmentation/train/seg_oprs.py:236
↓ 4 callersClassLambda
Apply a user-defined lambda as a transform. Args: lambd (function): Lambda/function to be used for transform.
TinyViT/data/augmentation/aug_tv_transforms.py:298
↓ 4 callersClassLayerNorm
Subclass torch's LayerNorm to handle fp16.
TinyViT/models/clip.py:16
↓ 4 callersClassMNASNet
MNASNet, as described in https://arxiv.org/pdf/1807.11626.pdf. This implements the B1 variant of the model. >>> model = MNASNet(1000, 1.0)
CDARTS/CDARTS_segmentation/segmentation/model/backbone/mnasnet.py:90
↓ 4 callersClassMaskedConv2d
A MaskedConv2d which inherits the official Conv2d. The masked forward doesn't implement the backward function and only supports the stride pa
CDARTS/CDARTS_detection/mmdet/ops/masked_conv/modules/masked_conv.py:5
↓ 4 callersClassMlp
MiniViT/Mini-Swin/models/swin_mlp.py:8
↓ 4 callersClassNestedTensor
iRPE/DETR-with-iRPE/util/misc.py:283
↓ 4 callersClassPatchEmbed
r""" Image to Patch Embedding Args: img_size (int): Image size. Default: 224. patch_size (int): Patch token size. Default: 4.
MiniViT/Mini-Swin/models/swin_mlp.py:293
↓ 4 callersClassSelf_Attn
CDARTS/CDARTS_segmentation/train/att_sa.py:127
↓ 4 callersClassSemanticTargetGenerator
Generates semantic training target only for Panoptic-DeepLab (no instance). Annotation is assumed to have Cityscapes format. Arguments:
CDARTS/CDARTS_segmentation/dataloaders/transforms/target_transforms.py:161
↓ 4 callersClassSemanticTargetGenerator
Generates semantic training target only for Panoptic-DeepLab (no instance). Annotation is assumed to have Cityscapes format. Arguments:
CDARTS/CDARTS_segmentation/segmentation/data/transforms/target_transforms.py:161
↓ 4 callersClassSepBlock
CDARTS/CDARTS_detection/mmdet/models/necks/auto_neck/hit_ops.py:168
↓ 4 callersClassSepConv
CDARTS/benchmark201/models/ops.py:43
↓ 4 callersClassSubsetDistributedSampler
Sampler that restricts data loading to a subset of the dataset. It is especially useful in conjunction with :class:`torch.nn.parallel.Distrib
CDARTS/benchmark201/datasets/data_utils.py:9
↓ 4 callersClassSubsetDistributedSampler
Sampler that restricts data loading to a subset of the dataset. It is especially useful in conjunction with :class:`torch.nn.parallel.Distrib
CDARTS/lib/datasets/data_utils.py:9
↓ 4 callersClassSubsetRandomSampler
r"""Samples elements randomly from a given list of indices, without replacement. Arguments: indices (sequence): a sequence of indices
MiniViT/Mini-Swin/data/samplers.py:4
↓ 4 callersClassTransformer
TinyCLIP/src/open_clip/model.py:342
↓ 4 callersClassVisionTransformer
Vision Transformer with support for patch or hybrid CNN input stage and image relative position encoding
iRPE/DeiT-with-iRPE/rpe_vision_transformer.py:120
↓ 4 callersClassVisionTransformer
Vision Transformer with support for patch or hybrid CNN input stage and image relative position encoding
MiniViT/Mini-DeiT/mini_vision_transformer.py:188
↓ 3 callersClassASPP
CDARTS/CDARTS_segmentation/segmentation/model/decoder/aspp.py:44
↓ 3 callersClassASPPConv
CDARTS/CDARTS_segmentation/segmentation/model/decoder/aspp.py:13
↓ 3 callersClassAdaptiveAvgMaxPool2d
CDARTS/CDARTS_detection/mmdet/models/backbones/efficientnet.py:91
↓ 3 callersClassAdaptiveCatAvgMaxPool2d
CDARTS/CDARTS_detection/mmdet/models/backbones/efficientnet.py:100
↓ 3 callersClassAugmentCell
Cell for augmentation Each edge is discrete.
CDARTS/lib/models/augment_cells.py:8
↓ 3 callersClassBasicResidual1x
CDARTS/CDARTS_segmentation/train/operations.py:168
↓ 3 callersClassBasicResidual2x
CDARTS/CDARTS_segmentation/train/operations.py:330
↓ 3 callersClassBasicResidual_downup_1x
CDARTS/CDARTS_segmentation/train/operations.py:241
↓ 3 callersClassBasicResidual_downup_2x
CDARTS/CDARTS_segmentation/train/operations.py:413
↓ 3 callersClassCLIP
TinyCLIP/src/open_clip/model.py:1073
↓ 3 callersClassCityscapesSegmentation
CDARTS/CDARTS_segmentation/dataloaders/datasets/cityscapes.py:23
↓ 3 callersClassCompose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
TinyViT/data/augmentation/aug_tv_transforms.py:42
↓ 3 callersClassCondConv2d
Conditionally Parameterized Convolution Inspired by: https://github.com/tensorflow/tpu/blob/master/models/official/efficientnet/condconv/condconv
CDARTS/CDARTS_detection/mmdet/models/backbones/builder.py:92
↓ 3 callersClassCondConvResidual
Inverted residual block w/ CondConv routing
CDARTS/CDARTS_detection/mmdet/models/backbones/efficientnet_builder.py:380
↓ 3 callersClassConfigDict
CDARTS/CDARTS_detection/mmcv/utils/config.py:12
next →1–100 of 813, ranked by callers