MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / get_language_model

Function get_language_model

semantic_sam/language/vlpencoder.py:184–185  ·  view source on GitHub ↗
(cfg, **kwargs)

Source from the content-addressed store, hash-verified

182
183@register_model
184def get_language_model(cfg, **kwargs):
185 return LanguageEncoder(cfg)

Callers

nothing calls this directly

Calls 1

LanguageEncoderClass · 0.70

Tested by

no test coverage detected