MCPcopy Create free account

hub / github.com/DingXiaoH/RepVGG / functions

Functions206 in github.com/DingXiaoH/RepVGG

↓ 1 callersFunctionupdate_running_mean_var
(x, running_mean, running_var, momentum=0.9, is_first_batch=False)
tools/insert_bn.py:42
Method__call__
(self, pil_img)
train/cutout.py:45
Method__call__
(self, img: PIL.Image)
train/randaug.py:323
Method__call__
(self, img)
train/randaug.py:398
Method__getitem__
(self, index)
data/lmdb_dataset.py:56
Method__getitem__
Args: index (int): Index Returns: tuple: (sample, target) where target is class_index of the target class.
data/cached_image_folder.py:138
Method__getitem__
Args: index (int): Index Returns: tuple: (image, target) where target is class_index of the target class.
data/cached_image_folder.py:228
Method__getstate__
(self)
data/lmdb_dataset.py:42
Method__init__
(self, backbone_name, backbone_file, deploy, bins=(1, 2, 3, 6), dropout=0.1,
example_pspnet.py:31
Method__init__
(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, pad
repvgg.py:22
Method__init__
(self, num_batches, meters, prefix="")
utils.py:37
Method__init__
(self, optimizer, T_cosine_max, eta_min=0, last_epoch=-1, warmup=0)
utils.py:86
Method__init__
(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, pad
repvggplus_custom_L2.py:30
Method__init__
(self, in_planes, planes, num_blocks, stride, use_checkpoint, use_post_se=False, deploy=False)
repvggplus_custom_L2.py:146
Method__init__
(self, input_channels, internal_neurons)
se_block.py:9
Method__init__
(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, pad
repvggplus.py:30
Method__init__
(self, in_planes, planes, num_blocks, stride, use_checkpoint, use_post_se=False, deploy=False)
repvggplus.py:134
Method__init__
(self, num_features)
tools/insert_bn.py:55
Method__init__
(self, repvgg_model, quantlayers)
quantization/repvgg_quantized.py:7
Method__init__
(self, db_path, transform=None, target_transform=None)
data/lmdb_dataset.py:30
Method__init__
(self, indices)
data/samplers.py:10
Method__init__
(self)
data/zipreader.py:20
Method__init__
(self, root, ann_file='', img_prefix='', transform=None, target_transform=None, loader=defaul
data/cached_image_folder.py:220
Method__init__
(self, size=16)
train/cutout.py:5
Method__init__
Args: name (str): any type of transforms list in _RAND_TRANSFORMS. prob (float): probability of perform current augme
train/randaug.py:297
Method__init__
(self, layers=2, magnitude=10)
train/randaug.py:394
Method__init__
(self, optimizer: torch.optim.Optimizer, t_initial: int, lr
train/lr_scheduler.py:53
Method__iter__
(self)
data/samplers.py:14
Method__len__
(self)
data/lmdb_dataset.py:89
Method__len__
(self)
data/samplers.py:17
Method__repr__
(self)
data/lmdb_dataset.py:92
Method__repr__
(self)
data/cached_image_folder.py:157
Method__setstate__
(self, state)
data/lmdb_dataset.py:47
Method__str__
(self)
utils.py:31
Function_cutout_level_to_arg
(level, _hparams)
train/randaug.py:173
Function_enhance_level_to_arg
(level, _hparams)
train/randaug.py:186
Function_posterize_original_level_to_arg
(level, _hparams)
train/randaug.py:212
Function_posterize_research_level_to_arg
(level, _hparams)
train/randaug.py:218
Function_posterize_tpu_level_to_arg
(level, _hparams)
train/randaug.py:224
Function_rotate_level_to_arg
(level, _hparams)
train/randaug.py:179
Function_shear_level_to_arg
(level, _hparams)
train/randaug.py:191
Function_solarize_add_level_to_arg
(level, _hparams)
train/randaug.py:235
Function_solarize_level_to_arg
(level, _hparams)
train/randaug.py:230
Function_translate_abs_level_to_arg
(level, hparams)
train/randaug.py:198
Function_translate_rel_level_to_arg
(level, _hparams)
train/randaug.py:205
Functionauto_contrast
(img, **__)
train/randaug.py:111
Functionbrightness
(img, factor, **__)
train/randaug.py:160
Functioncolor
(img, factor, **__)
train/randaug.py:156
Functioncontrast
(img, factor, **__)
train/randaug.py:152
Functioncreate_RepVGG_A0
(deploy=False, use_checkpoint=False)
repvgg.py:199
Functioncreate_RepVGG_A1
(deploy=False, use_checkpoint=False)
repvgg.py:203
Functioncreate_RepVGG_A2
(deploy=False, use_checkpoint=False)
repvgg.py:207
Functioncreate_RepVGG_B0
(deploy=False, use_checkpoint=False)
repvgg.py:211
Functioncreate_RepVGG_B1g2
(deploy=False, use_checkpoint=False)
repvgg.py:219
Functioncreate_RepVGG_B1g4
(deploy=False, use_checkpoint=False)
repvgg.py:223
Functioncreate_RepVGG_B2
(deploy=False, use_checkpoint=False)
repvgg.py:228
Functioncreate_RepVGG_B2g2
(deploy=False, use_checkpoint=False)
repvgg.py:232
Functioncreate_RepVGG_B2g4
(deploy=False, use_checkpoint=False)
repvgg.py:236
Functioncreate_RepVGG_B3
(deploy=False, use_checkpoint=False)
repvgg.py:241
Functioncreate_RepVGG_B3g2
(deploy=False, use_checkpoint=False)
repvgg.py:245
Functioncreate_RepVGG_B3g4
(deploy=False, use_checkpoint=False)
repvgg.py:249
Functioncreate_RepVGG_D2se
(deploy=False, use_checkpoint=False)
repvgg.py:253
Functioncreate_RepVGGplus_L2pse
(deploy=False, use_checkpoint=False)
repvggplus_custom_L2.py:259
Functioncreate_RepVGGplus_L2pse
(deploy=False, use_checkpoint=False)
repvggplus.py:245
Functioncutout
(img, factor, **kwargs)
train/randaug.py:41
Functiondefault_img_loader
(path)
data/cached_image_folder.py:193
Functionequalize
(img, **__)
train/randaug.py:123
Methodforward
(self, x)
example_pspnet.py:22
Methodforward
(self, x, y=None)
example_pspnet.py:100
Methodforward
(self, inputs)
repvgg.py:53
Methodforward
(self, x)
repvgg.py:181
Methodforward
(self, x, L2)
repvggplus_custom_L2.py:61
Methodforward
(self, x, L2)
repvggplus_custom_L2.py:159
Methodforward
(self, x)
repvggplus_custom_L2.py:207
Methodforward
(self, inputs)
se_block.py:15
Methodforward
(self, x)
repvggplus.py:61
Methodforward
(self, x)
repvggplus.py:147
Methodforward
(self, x)
repvggplus.py:209
Methodforward
(self, x)
tools/insert_bn.py:62
Methodforward
(self, x)
tools/insert_bn.py:75
Methodforward
(self, x)
quantization/repvgg_quantized.py:17
Methodfreeze_quant_bn
(self)
quantization/repvgg_quantized.py:62
Functionget_RepVGGplus_func_by_name
(name)
repvggplus_custom_L2.py:267
Methodget_custom_L2
(self)
repvgg.py:73
Functionget_default_val_trans
(args)
quantization/quant_qat_train.py:151
Methodget_epoch_values
(self, epoch: int)
train/lr_scheduler.py:91
Methodget_update_values
(self, num_updates: int)
train/lr_scheduler.py:97
Functionidentity
(img, **__)
train/randaug.py:119
Methodimread
(path)
data/zipreader.py:86
Functioninvert
(img, **__)
train/randaug.py:115
Methodlist_files
(path, extension=None)
data/zipreader.py:60
Methodlist_folder
(path)
data/zipreader.py:42
Functionposterize
(img, bits_to_keep, **__)
train/randaug.py:146
Functionraw_reader
(path)
data/lmdb_dataset.py:96
Functionrepvgg_model_convert
(model:torch.nn.Module, save_path=None, do_copy=True)
repvgg.py:295
Functionrotate
(img, degrees, **kwargs)
train/randaug.py:78
Functionsharpness
(img, factor, **__)
train/randaug.py:164
Functionshear_x
(img, factor, **kwargs)
train/randaug.py:46
Functionshear_y
(img, factor, **kwargs)
train/randaug.py:51
Functionsolarize
(img, thresh, **__)
train/randaug.py:127
← previousnext →101–200 of 206, ranked by callers