Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Atrovast/THGS
/ embedding_dim
Method
embedding_dim
scripts/image_encoding.py:82–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
81
@property
82
def
embedding_dim(self) -> int:
83
return
self.config.clip_n_dims
84
85
def
gui_cb(self,element):
86
self.set_positives(element.value.split(
";"
))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected