Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/OpenGVLab/InternVL
/ state_dict
Method
state_dict
classification/utils.py:380–381 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
378
return
norm
379
380
def
state_dict(self):
381
return
self._scaler.state_dict()
382
383
def
load_state_dict(self, state_dict):
384
self._scaler.load_state_dict(state_dict)
Callers
10
extract_mlp.py
File · 0.80
load_compress_model
Function · 0.80
load_pretrained
Function · 0.80
save_checkpoint
Function · 0.80
train
Function · 0.80
save_checkpoint
Function · 0.80
make_delta
Function · 0.80
apply_delta
Function · 0.80
safe_save_model_for_hf_trainer
Function · 0.80
safe_save_model_for_hf_trainer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected