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

Method __init__

SwissArmyTransformer/sat/model/base_model.py:51–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 non_conflict = non_conflict
50 replacable = replacable
51 def __init__(self):
52 super(BaseMixin, self).__init__()
53 # define new params
54
55 def reinit(self, parent_model=None):
56 # reload the initial params from previous trained modules

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected