MCPcopy Index your code
hub / github.com/microsoft/Cream / joint_named_params

Method joint_named_params

TinyCLIP/src/open_clip/model.py:1046–1047  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1044 return self._text_encoder.named_parameters()
1045
1046 def joint_named_params(self):
1047 return self._logit_scale.named_parameters()
1048
1049 def load_state_dict(self, state_dict, strict=True):
1050 state_dict = convert_to_new_checkpoint(state_dict, self.used_ddp)

Callers 1

build_optimizerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected