Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
class
BalancedResumableSampler(ResumableSampler):
Callers
8
load
Method · 0.45
finetune_from
Method · 0.45
_loading_ss_dec
Method · 0.45
_loading_slat_dec
Method · 0.45
from_pretrained
Function · 0.45
encode_latent.py
File · 0.45
get_aesthetic_model
Function · 0.45
encode_ss_latent.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected