Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/Cream
/ state_dict
Method
state_dict
TinyViT/tinyvit_utils.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
group[
'lr'
] *= lr_scale
71
72
def
state_dict(self):
73
return
self.lr_scheduler.state_dict()
74
75
def
load_state_dict(self, *args, **kwargs):
76
self.lr_scheduler.load_state_dict(*args, **kwargs)
Callers
15
main
Function · 0.45
main
Function · 0.45
train_one_epoch
Function · 0.45
train_one_epoch_distill_using_saved_logits
Function · 0.45
test_finetune
Method · 0.45
init_weights
Method · 0.45
no_weight_decay
Method · 0.45
load_checkpoint
Function · 0.45
save_checkpoint
Function · 0.45
save_checkpoint
Function · 0.45
load_model
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_finetune
Method · 0.36