MCPcopy Create free account

hub / github.com/cavalleria/cavaface / functions

Functions528 in github.com/cavalleria/cavaface

Methodforward
(self, x)
backbone/mobilenetv3.py:41
Methodforward
(self, x)
backbone/mobilenetv3.py:50
Methodforward
(self, x)
backbone/mobilenetv3.py:65
Methodforward
(self, x)
backbone/mobilenetv3.py:138
Methodforward
(self, x)
backbone/mobilenetv3.py:230
Methodforward
(self, x)
backbone/resattnet.py:78
Methodforward
(self, x)
backbone/resattnet.py:151
Methodforward
(self, x)
backbone/resattnet.py:207
Methodforward
(self, x)
backbone/resattnet.py:264
Methodforward
(self, x)
backbone/resattnet.py:342
Methodforward
(self, x)
backbone/rexnetv1.py:21
Methodforward
(self, x)
backbone/rexnetv1.py:70
Methodforward
(self, x)
backbone/rexnetv1.py:112
Methodforward
(self, x)
backbone/rexnetv1.py:207
Methodforward
(self, x)
backbone/common.py:57
Methodforward
(self, x)
backbone/common.py:66
Methodforward
(self, x)
backbone/common.py:76
Methodforward
(self, x)
backbone/common.py:94
Methodforward
(self, x)
backbone/common.py:157
Methodforward
(self, x)
backbone/common.py:213
Methodforward
(self, input)
backbone/common.py:226
Methodforward
(self, x)
backbone/common.py:254
Methodforward
(self, x)
backbone/common.py:283
Methodforward
(self, x)
backbone/common.py:309
Methodforward
(self, x)
backbone/common.py:389
Methodforward
(self, x)
backbone/common.py:429
Methodforward
(self, x)
backbone/common.py:484
Methodforward
(self, x)
backbone/common.py:606
Methodforward
(self, x)
backbone/common.py:623
Methodforward
(self, x)
backbone/common.py:691
Methodforward
(self, x)
backbone/common.py:890
Methodforward
(self, x)
backbone/common.py:941
Methodforward
(self, x)
backbone/common.py:1021
Methodforward
(self, x)
backbone/common.py:1043
Methodforward
(self, x)
backbone/common.py:1060
Methodforward
(self, x)
backbone/common.py:1087
Methodforward
(self, x)
backbone/common.py:1103
Methodforward
(self, x)
backbone/common.py:1120
Methodforward
(self, x)
backbone/efficientnet.py:98
Methodforward
(self, x)
backbone/efficientnet.py:189
Methodforward
(self, x)
backbone/efficientnet.py:240
Methodforward
(self, x)
backbone/efficientnet.py:378
Methodforward
(self, x)
backbone/mobilenetv2.py:92
Methodforward
(self, x)
backbone/mobilenetv2.py:202
Methodforward
(self, input)
backbone/mobilefacenet.py:29
Methodforward
(self, x)
backbone/mobilefacenet.py:53
Methodforward
(self, x)
backbone/mobilefacenet.py:76
Methodforward
(self, x)
backbone/mobilefacenet.py:118
Methodforward
(self, x)
backbone/mobilefacenet.py:161
Methodforward
(self, x)
backbone/mobilefacenet.py:174
Methodforward
(self, x)
backbone/mobilefacenet.py:197
Methodforward
(self, x)
backbone/mobilefacenet.py:283
Methodforward
(self, x)
backbone/mobilenext.py:128
Methodforward
(self, x)
backbone/mobilenext.py:244
Methodforward
(self, x)
backbone/resnet.py:45
Methodforward
(self, x)
backbone/resnet.py:79
Methodforward
(self, x)
backbone/resnet.py:160
Methodforward
(self, x)
backbone/proxylessnas.py:70
Methodforward
(self, x)
backbone/proxylessnas.py:128
Methodforward
(self, x)
backbone/proxylessnas.py:252
Methodforward
(self, x)
head/metrics.py:28
Methodforward
(self, embbedings, label)
head/metrics.py:66
Methodforward
(self, input, label)
head/metrics.py:118
Methodforward
(self, input, label)
head/metrics.py:160
Methodforward
(self, input, label=None)
head/metrics.py:202
Methodforward
(self, input, label)
head/metrics.py:261
Methodforward
(self, embbedings, label)
head/metrics.py:330
Methodforward
(self, embbedings, label)
head/metrics.py:373
Methodforward
(self, input, label)
head/metrics.py:436
Methodforward
(self, input, label)
head/metrics.py:507
Methodforward
(self, embbedings, label)
head/metrics.py:564
Methodforward
(self, embbedings, label)
head/metrics.py:605
Methodforward
(self, input, label)
head/metrics.py:636
Methodforward
(self, input)
head/metrics_parallel.py:61
Methodforward
(self, input, target)
loss/loss.py:13
Methodforward
(self, input, target)
loss/loss.py:26
Methodforward
(self, pred, target)
loss/loss.py:56
Methodforward
(self, input, target)
loss/loss.py:78
Methodget_sample_num_of_each_class
(self)
dataset/datasets.py:125
Methodget_tensor_stat
Get the stat of a single tensor Returns: - stat: a tuple containing (tensor_name, tensor_size, tensor_numel,
evaluation/utils/pytorch_memlab/mem_reporter.py:73
Functionget_val_dataset
(data_dir, val_set_name)
util/verification.py:259
Functionhard_sigmoid
(x, inplace: bool = False)
backbone/ghostnet.py:35
Functioninner_decorator
(func)
evaluation/utils/pytorch_memlab/line_profiler.py:159
Functionl2_norm
(input, axis=1)
backbone/common.py:230
Functionl2_norm
(input, axis=1)
util/utils.py:19
Functionlinear_hook
(self, input, output)
util/flops_counter.py:61
Functionload_ipython_extension
(ipython)
evaluation/utils/pytorch_memlab/extension.py:86
Methodload_state_dict
(self, state_dict)
optimizer/optimizer.py:57
Methodload_state_dict
Loads the schedulers state. Arguments: state_dict (dict): scheduler state. Should be an object returned from a ca
optimizer/lr_scheduler.py:81
Functionmain_worker
(gpu, ngpus_per_node, cfg)
train.py:40
Functionmerge_func
()
evaluation/evaluate_service.py:69
Methodmetric
(self)
evaluation/eval_megaface.py:291
Methodmlrun
Execute a statement/cell under the PyTorch Memlab profiler to collect CUDA memory allocation information on a per-line basis.
evaluation/utils/pytorch_memlab/extension.py:50
Methodparse_results_into_file
(self)
evaluation/eval_megaface.py:463
Functionpooling_hook
(self, input, output)
util/flops_counter.py:84
Functionprint_pass
(*args)
train.py:48
Functionprint_stats_atexit
()
evaluation/utils/pytorch_memlab/line_profiler.py:209
Functionprofile
Profile the CUDA memory usage of target function line by line The profiling results will be printed at exiting, KeyboardInterrupt raised. The
evaluation/utils/pytorch_memlab/line_profiler.py:178
Functionprofile_every
Profile the CUDA memory usage of target function line by line Prints the profiling output every `output_interval` execution of the target fun
evaluation/utils/pytorch_memlab/line_profiler.py:145
Functionproxylessnas
Create ProxylessNAS model with specific parameters. Parameters: ---------- version : str Version of ProxylessNAS ('cpu', 'gp
backbone/proxylessnas.py:258
← previousnext →401–500 of 528, ranked by callers