MCPcopy Create free account
hub / github.com/BorealisAI/scaleformer / _build_model

Method _build_model

exp/exp_basic.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.model = self._build_model().to(self.device)
30
31 def _build_model(self):
32 raise NotImplementedError
33
34 def _acquire_device(self):
35 if self.args.use_gpu:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected