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

Method forward

utils/torchmetric_fdd.py:78–79  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

76 pass
77
78 def forward(self, *args, **kwargs):
79 return self.model(*args, **kwargs)
80
81
82class DINOv2Encoder(Encoder):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected