MegEngine 是一个快速、可拓展、易于使用的深度学习框架,拥有以下三大关键特点:
注意: MegEngine 现在支持在 Linux-64bit/Windows-64bit/macos-10.14/Android 7+ 及其以上 (MacOS/Android只支持cpu) 等平台上安装 Python 包,支持Python3.5 到 Python3.8。对于 Windows 10 用户,可以通过安装 Windows Subsystem for Linux (WSL) 进行体验,同时我们也原生支持Windows。MegEngine 也支持在很多其它平台上进行推理运算。
通过 pip 安装的命令如下:
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
我们相信我们能够搭建一个开放友善的开源社区环境,用人工智能造福人类。
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}
}
Copyright (c) 2014-2021 Megvii Inc. All rights reserved.