MCPcopy Create free account
hub / github.com/Atrovast/THGS / name

Method name

scripts/image_encoding.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76
77 @property
78 def name(self) -> str:
79 return "openclip_{}_{}".format(self.config.clip_model_type, self.config.clip_model_pretrained)
80
81 @property
82 def embedding_dim(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected