Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DingXiaoH/RepVGG
/ types & classes
Types & classes
26 in github.com/DingXiaoH/RepVGG
⨍
Functions
206
◇
Types & classes
26
↓ 20 callers
Class
AverageMeter
Computes and stores the average and current value
utils.py:12
↓ 14 callers
Class
RepVGG
repvgg.py:149
↓ 5 callers
Class
RepVGGplusStage
repvggplus_custom_L2.py:144
↓ 5 callers
Class
RepVGGplusStage
repvggplus.py:132
↓ 3 callers
Class
ProgressMeter
utils.py:36
↓ 3 callers
Class
SEBlock
se_block.py:7
↓ 2 callers
Class
PSPNet
example_pspnet.py:30
↓ 2 callers
Class
RepVGGBlock
repvgg.py:20
↓ 2 callers
Class
RepVGGplusBlock
repvggplus_custom_L2.py:28
↓ 2 callers
Class
RepVGGplusBlock
repvggplus.py:28
↓ 2 callers
Class
SubsetRandomSampler
r"""Samples elements randomly from a given list of indices, without replacement. Arguments: indices (sequence): a sequence of indices
data/samplers.py:3
↓ 1 callers
Class
AutoAugmentTransform
AutoAugment from Google. Implementation adapted from: https://github.com/tensorflow/tpu/blob/master/models/official/efficientnet/auto
train/randaug.py:290
↓ 1 callers
Class
BNStatistics
tools/insert_bn.py:54
↓ 1 callers
Class
BiasAdd
tools/insert_bn.py:71
↓ 1 callers
Class
CachedImageFolder
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 callers
Class
Cutout
train/cutout.py:3
↓ 1 callers
Class
LinearLRScheduler
train/lr_scheduler.py:52
↓ 1 callers
Class
PPM
example_pspnet.py:9
↓ 1 callers
Class
RandAugPolicy
train/randaug.py:393
↓ 1 callers
Class
RepVGGWholeQuant
quantization/repvgg_quantized.py:5
↓ 1 callers
Class
RepVGGplus
repvggplus_custom_L2.py:168
↓ 1 callers
Class
RepVGGplus
RepVGGplus An official improved version of RepVGG (RepVGG: Making VGG-style ConvNets Great Again) <https://openaccess.thecvf.com/content/CVPR2
repvggplus.py:156
↓ 1 callers
Class
WarmupCosineAnnealingLR
utils.py:84
Class
DatasetFolder
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
Class
ImageFolderLMDB
data/lmdb_dataset.py:29
Class
ZipReader
A class to read zipped files
data/zipreader.py:16