MCPcopy Create free account
hub / github.com/TencentARC/AnimeGamer / forward

Method forward

VDM_Decoder/vae_modules/regularizers.py:64–65  ·  view source on GitHub ↗
(self, z: torch.Tensor)

Source from the content-addressed store, hash-verified

62 super().__init__()
63
64 def forward(self, z: torch.Tensor) -> Tuple[torch.Tensor, dict]:
65 raise NotImplementedError()
66
67 @abstractmethod
68 def get_trainable_parameters(self) -> Any:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected