MCPcopy Create free account
hub / github.com/OpenGVLab/HumanBench / vit_base_patch16_ema

Function vit_base_patch16_ema

PATH/core/models/backbones/vitdet.py:630–634  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

628 return model
629
630def vit_base_patch16_ema(**kwargs):
631 backbone = vit_base_patch16(**kwargs)
632 backbone.ema = [vit_base_patch16(**kwargs)]
633 backbone.ema[0].mask_input = False
634 return backbone
635
636
637class dummy_logger:

Callers

nothing calls this directly

Calls 1

vit_base_patch16Function · 0.85

Tested by

no test coverage detected