MCPcopy 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
98def load(model, model_path):
99 model.load_state_dict(torch.load(model_path))
100
101
102def drop_path(x, drop_prob):

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected