MCPcopy Create free account
hub / github.com/CompVis/zigma / extra_repr

Method extra_repr

model_zigma.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 return drop_path(x, self.drop_prob, self.training, self.scale_by_keep)
172
173 def extra_repr(self):
174 return f"drop_prob={round(self.drop_prob,3):0.3f}"
175
176
177class CaptionEmbedder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected