MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / initialize

Method initialize

verl/verl/workers/engine/base.py:37–43  ·  view source on GitHub ↗

Instantiate or load the model, optimizer, and learning rate scheduler. Should prepare all components necessary for training or evaluation.

(self)

Source from the content-addressed store, hash-verified

35 """
36
37 def initialize(self):
38 """
39 Instantiate or load the model, optimizer, and learning rate scheduler.
40
41 Should prepare all components necessary for training or evaluation.
42 """
43 raise NotImplementedError
44
45 @property
46 @abstractmethod

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected