megengine.hub

查询/使用预训练模型

list

列出仓库 hubconf 中指定的所有可用的入口点。

load

从GitHub或GitLab中加载具有预训练权重的模型。

help

通过以下步骤,该函数返回入口点 entry 的docstring :

load_serialized_obj_from_url

加载给定URL中的MegEngine序列化对象。

pretrained

装饰器,用来标识预训练权重的 url,以便于载入时自动下载权重。

import_module

以类似python import的方式 import hubmodule。