Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vchitect/Latte
/ encode
Method
encode
models/clip.py:28–29 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
26
super().__init__()
27
28
def
encode(self, *args, **kwargs):
29
raise
NotImplementedError
30
31
32
class
FrozenCLIPEmbedder(AbstractEncoder):
Callers
6
main
Function · 0.45
main
Function · 0.45
training_step
Method · 0.45
training_step
Method · 0.45
compute_feature_stats_for_dataset
Function · 0.45
open_url
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected