Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OUCMachineLearning/OUCML
/ load
Function
load
AutoML/darts-master/cnn/utils.py:98–99 ·
view source on GitHub ↗
(model, model_path)
Source
from the content-addressed store, hash-verified
96
97
98
def
load(model, model_path):
99
model.load_state_dict(torch.load(model_path))
100
101
102
def
drop_path(x, drop_prob):
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected