MCPcopy Create free account

hub / github.com/DingXiaoH/RepVGG / types & classes

Types & classes26 in github.com/DingXiaoH/RepVGG

↓ 20 callersClassAverageMeter
Computes and stores the average and current value
utils.py:12
↓ 14 callersClassRepVGG
repvgg.py:149
↓ 5 callersClassRepVGGplusStage
repvggplus_custom_L2.py:144
↓ 5 callersClassRepVGGplusStage
repvggplus.py:132
↓ 3 callersClassProgressMeter
utils.py:36
↓ 3 callersClassSEBlock
se_block.py:7
↓ 2 callersClassPSPNet
example_pspnet.py:30
↓ 2 callersClassRepVGGBlock
repvgg.py:20
↓ 2 callersClassRepVGGplusBlock
repvggplus_custom_L2.py:28
↓ 2 callersClassRepVGGplusBlock
repvggplus.py:28
↓ 2 callersClassSubsetRandomSampler
r"""Samples elements randomly from a given list of indices, without replacement. Arguments: indices (sequence): a sequence of indices
data/samplers.py:3
↓ 1 callersClassAutoAugmentTransform
AutoAugment from Google. Implementation adapted from: https://github.com/tensorflow/tpu/blob/master/models/official/efficientnet/auto
train/randaug.py:290
↓ 1 callersClassBNStatistics
tools/insert_bn.py:54
↓ 1 callersClassBiasAdd
tools/insert_bn.py:71
↓ 1 callersClassCachedImageFolder
A generic data loader where the images are arranged in this way: :: root/dog/xxx.png root/dog/xxy.png root/dog/xxz.png
data/cached_image_folder.py:201
↓ 1 callersClassCutout
train/cutout.py:3
↓ 1 callersClassLinearLRScheduler
train/lr_scheduler.py:52
↓ 1 callersClassPPM
example_pspnet.py:9
↓ 1 callersClassRandAugPolicy
train/randaug.py:393
↓ 1 callersClassRepVGGWholeQuant
quantization/repvgg_quantized.py:5
↓ 1 callersClassRepVGGplus
repvggplus_custom_L2.py:168
↓ 1 callersClassRepVGGplus
RepVGGplus An official improved version of RepVGG (RepVGG: Making VGG-style ConvNets Great Again) <https://openaccess.thecvf.com/content/CVPR2
repvggplus.py:156
↓ 1 callersClassWarmupCosineAnnealingLR
utils.py:84
ClassDatasetFolder
A generic data loader where the samples are arranged in this way: :: root/class_x/xxx.ext root/class_x/xxy.ext root/class_x/xx
data/cached_image_folder.py:64
ClassImageFolderLMDB
data/lmdb_dataset.py:29
ClassZipReader
A class to read zipped files
data/zipreader.py:16