MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / __init__

Method __init__

sat/vae_modules/regularizers.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59
60class AbstractRegularizer(nn.Module):
61 def __init__(self):
62 super().__init__()
63
64 def forward(self, z: torch.Tensor) -> Tuple[torch.Tensor, dict]:
65 raise NotImplementedError()

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected