模型开发接口
推理部署接口
API 相关说明
Loads MegEngine serialized object from the given URL.
If the object is already present in model_dir, it’s deserialized and returned. If no model_dir is specified, it will be MGE_HOME/serialized.
model_dir
MGE_HOME/serialized
url (str) – url to serialized object.
str
model_dir – dir to cache target serialized file.
Any
loaded object.
previous
megengine.hub.help
next
pretrained