MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / latent_dim

Method latent_dim

src/encoding/blocks.py:21–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19
20 @property
21 def latent_dim(self) -> int:
22 return (
23 int(self.use_identity) + (self.max_deg - self.min_deg) * 2
24 ) * self.x_dim
25
26 def forward(self, x: torch.Tensor) -> torch.Tensor:
27 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected