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

Method decode

VDM_Decoder/vae_modules/autoencoder.py:117–118  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

115
116 @abstractmethod
117 def decode(self, *args, **kwargs) -> torch.Tensor:
118 raise NotImplementedError("decode()-method of abstract base class called")
119
120 def instantiate_optimizer_from_config(self, params, lr, cfg):
121 logpy.info(f"loading >>> {cfg['target']} <<< optimizer from config")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected