MCPcopy Create free account
hub / github.com/microsoft/TRELLIS / load_state_dict

Method load_state_dict

trellis/utils/data_utils.py:151–153  ·  view source on GitHub ↗
(self, state_dict)

Source from the content-addressed store, hash-verified

149 }
150
151 def load_state_dict(self, state_dict):
152 self.epoch = state_dict['epoch']
153 self.idx = state_dict['idx']
154
155
156class BalancedResumableSampler(ResumableSampler):

Callers 8

loadMethod · 0.45
finetune_fromMethod · 0.45
_loading_ss_decMethod · 0.45
_loading_slat_decMethod · 0.45
from_pretrainedFunction · 0.45
encode_latent.pyFile · 0.45
get_aesthetic_modelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected