MegEngine 是一个快速、可扩展且易于使用的深度学习框架,具备以下三大核心特性:
注意: MegEngine 目前支持在 Linux-64位/Windows-64位/macOS(仅CPU)-10.14+/Android 7+(仅CPU) 平台上安装 Python 版本,支持 Python 3.6 到 3.9。在 Windows 10 上,你可以通过 Windows Subsystem for Linux (WSL) 安装 Linux 发行版,也可以直接安装 Windows 发行版。许多其他平台也支持推理功能。
通过 pip wheel 安装预编译的二进制包:
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
我们致力于构建一个开放、友好的社区。我们的目标是用 AI 赋能人类。
MegEngine 使用 Apache License, Version 2.0 许可证。
如果您在出版物中使用了 MegEngine,请使用以下 BibTeX 条目进行引用。
@Misc{MegEngine,
institution = {megvii},
title = {MegEngine:A fast, scalable and easy-to-use deep learning framework},
howpublished = {\url{https://github.com/MegEngine/MegEngine}},
year = {2020}
}
版权所有 (c) 2014-2021 北京旷视科技有限公司。保留所有权利。