MCPcopy Index your code
hub / github.com/microsoft/TRELLIS / load

Method load

trellis/trainers/base.py:151–156  ·  view source on GitHub ↗

Load a checkpoint. Should be called by all processes.

(self, load_dir, step=0)

Source from the content-addressed store, hash-verified

149
150 @abstractmethod
151 def load(self, load_dir, step=0):
152 """
153 Load a checkpoint.
154 Should be called by all processes.
155 """
156 pass
157
158 @abstractmethod
159 def save(self):

Callers 15

__init__Method · 0.95
train.pyFile · 0.45
app_text.pyFile · 0.45
app.pyFile · 0.45
from_pretrainedMethod · 0.45
from_pretrainedFunction · 0.45
prepare_for_trainingMethod · 0.45
_loading_ss_decMethod · 0.45
get_instanceMethod · 0.45
_get_imageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected