Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cavalleria/cavaface
/ functions
Functions
528 in github.com/cavalleria/cavaface
⨍
Functions
528
◇
Types & classes
126
↳
Endpoints
4
Method
read_image_feature
(self, path)
evaluation/eval_ijbc.py:86
Method
read_score
(self, path)
evaluation/eval_ijbc.py:92
Function
relu_hook
(self, input, output)
util/flops_counter.py:79
Method
reset
stop DropBlock
backbone/common.py:469
Function
reset_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
Function
resnest100
(input_size, **kwargs)
backbone/resnest.py:544
Function
resnest101
(input_size, **kwargs)
backbone/resnest.py:526
Function
resnest101_fast
(input_size, **kwargs)
backbone/resnest.py:616
Function
resnest200
(input_size, **kwargs)
backbone/resnest.py:562
Function
resnest269
(input_size, **kwargs)
backbone/resnest.py:580
Function
resnest50
(input_size, **kwargs)
backbone/resnest.py:508
Function
resnest50_fast
(input_size, **kwargs)
backbone/resnest.py:598
Function
resnext101_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
Function
resnext50_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
Method
run
(self)
evaluation/evaluate_service.py:199
Method
run
(self)
evaluation/infer/citrus_base_infer.py:66
Method
run
(self)
evaluation/infer/citrus_base_infer.py:98
Method
run
(self)
evaluation/infer/citrus_base_infer.py:142
Function
run_func
(*args, **kwargs)
evaluation/utils/pytorch_memlab/line_profiler.py:166
Function
set_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
Function
sigint_handler
(signum, frame)
evaluation/evaluate_service.py:227
Function
sigint_handler
(signum, frame)
evaluation/infer/citrus_base_infer.py:37
Method
state_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
Method
step
Performs a single Lookahead optimization step. Arguments: closure (callable, optional): A closure that reevaluates the model
optimizer/optimizer.py:77
Method
step
(self, closure=None)
optimizer/optimizer.py:156
Method
step
(self, closure=None)
optimizer/optimizer.py:310
Method
step
(self, closure=None)
optimizer/optimizer.py:472
Method
trace_callback
Trace the execution of python line-by-line
evaluation/utils/pytorch_memlab/line_profiler.py:99
← previous
501–528 of 528, ranked by callers