MCPcopy Create free account

hub / github.com/cavalleria/cavaface / functions

Functions528 in github.com/cavalleria/cavaface

Methodread_image_feature
(self, path)
evaluation/eval_ijbc.py:86
Methodread_score
(self, path)
evaluation/eval_ijbc.py:92
Functionrelu_hook
(self, input, output)
util/flops_counter.py:79
Methodreset
stop DropBlock
backbone/common.py:469
Functionreset_dropblock
Example: from functools import partial apply_drop_prob = partial(reset_dropblock, 0, epochs*iters_per_epoch, 0.0, 0.1) ne
backbone/common.py:579
Functionresnest100
(input_size, **kwargs)
backbone/resnest.py:544
Functionresnest101
(input_size, **kwargs)
backbone/resnest.py:526
Functionresnest101_fast
(input_size, **kwargs)
backbone/resnest.py:616
Functionresnest200
(input_size, **kwargs)
backbone/resnest.py:562
Functionresnest269
(input_size, **kwargs)
backbone/resnest.py:580
Functionresnest50
(input_size, **kwargs)
backbone/resnest.py:508
Functionresnest50_fast
(input_size, **kwargs)
backbone/resnest.py:598
Functionresnext101_32x8d
r"""ResNeXt-101 32x8d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ Args
backbone/resnext.py:22
Functionresnext50_32x4d
r"""ResNeXt-50 32x4d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_ Args:
backbone/resnext.py:8
Methodrun
(self)
evaluation/evaluate_service.py:199
Methodrun
(self)
evaluation/infer/citrus_base_infer.py:66
Methodrun
(self)
evaluation/infer/citrus_base_infer.py:98
Methodrun
(self)
evaluation/infer/citrus_base_infer.py:142
Functionrun_func
(*args, **kwargs)
evaluation/utils/pytorch_memlab/line_profiler.py:166
Functionset_target_gpu
Set the target GPU id to profile memory Because of the lack of output space, only one GPU's memory usage is shown in line profiler. However y
evaluation/utils/pytorch_memlab/line_profiler.py:11
Functionsigint_handler
(signum, frame)
evaluation/evaluate_service.py:227
Functionsigint_handler
(signum, frame)
evaluation/infer/citrus_base_infer.py:37
Methodstate_dict
Returns the state of the scheduler as a :class:`dict`. It contains an entry for every variable in self.__dict__ which is not the opti
optimizer/lr_scheduler.py:71
Methodstep
Performs a single Lookahead optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
optimizer/optimizer.py:77
Methodstep
(self, closure=None)
optimizer/optimizer.py:156
Methodstep
(self, closure=None)
optimizer/optimizer.py:310
Methodstep
(self, closure=None)
optimizer/optimizer.py:472
Methodtrace_callback
Trace the execution of python line-by-line
evaluation/utils/pytorch_memlab/line_profiler.py:99
← previous501–528 of 528, ranked by callers