Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/Cream
/ text_named_params
Method
text_named_params
TinyCLIP/src/open_clip/model.py:1043–1044 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1041
return
self._image_encoder.named_parameters()
1042
1043
def
text_named_params(self):
1044
return
self._text_encoder.named_parameters()
1045
1046
def
joint_named_params(self):
1047
return
self._logit_scale.named_parameters()
Callers
1
build_optimizer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected