MCPcopy Create free account
hub / github.com/apple/ml-sharp / stride

Method stride

src/sharp/models/gaussian_decoder.py:120–122  ·  view source on GitHub ↗

Effective downsampling stride.

(self)

Source from the content-addressed store, hash-verified

118
119 @property
120 def stride(self) -> int:
121 """Effective downsampling stride."""
122 return self.stride_out
123
124
125class GaussianDensePredictionTransformer(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected