MCPcopy Create free account
hub / github.com/apple/ml-pointersect / construct_models

Method construct_models

cdslib/core/script/base_train.py:1058–1063  ·  view source on GitHub ↗

Construct the nn.Modules. No need to return the models --- they will be used through `self.xxxx`.

(self)

Source from the content-addressed store, hash-verified

1056 @customer
1057 @abstractmethod
1058 def construct_models(self):
1059 """
1060 Construct the nn.Modules.
1061 No need to return the models --- they will be used through `self.xxxx`.
1062 """
1063 raise NotImplementedError
1064
1065 @customer
1066 @abstractmethod

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected