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

Method __init__

sat/sgm/modules/encoders/modules.py:30–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28
29class AbstractEmbModel(nn.Module):
30 def __init__(self):
31 super().__init__()
32 self._is_trainable = None
33 self._ucg_rate = None
34 self._input_key = None
35
36 @property
37 def is_trainable(self) -> bool:

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected