Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monalissaa/DisenDiff
/ encode
Method
encode
src/custom_modules.py:221–222 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
219
super().__init__()
220
221
def
encode(self, *args, **kwargs):
222
raise
NotImplementedError
223
224
225
class
FrozenCLIPEmbedderWrapper(AbstractEncoder):
Callers
4
show_cross_attention
Function · 0.45
get_word_inds
Function · 0.45
main
Function · 0.45
add_token
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected