README_CN.md 3.7 KB
Newer Older
1 2
# MegEngine

Z
zhanghaolong 已提交
3
<p align="center">
“wenjuan” 已提交
4
  <img width="128" height="128" src="logo.png">
Z
zhanghaolong 已提交
5
</p>
6

王彪 已提交
7
[![](https://img.shields.io/badge/English-%E4%B8%AD%E6%96%87-green.svg)](README.md) [![](https://img.shields.io/badge/Website-MegEngine-green.svg)](https://megengine.org.cn/) [![](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE) [![](https://img.shields.io/badge/Chat-on%20QQ-green.svg?logo=tencentqq)](https://jq.qq.com/?_wv=1027&k=jJcBU1xi) [![](https://img.shields.io/badge/Discuss-on%20Zhihu-8A2BE2.svg?labelColor=00BFFF&logo=zhihu)](https://www.zhihu.com/people/megengine-bot)
8

W
wenjuan 已提交
9
MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架。
10 11 12 13 14 15

------


## 安装说明

H
huangxinda 已提交
16
**注意:** 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)](https://docs.microsoft.com/en-us/windows/wsl) 进行体验,同时我们也原生支持Windows。MegEngine 也支持在很多其它平台上进行推理运算。
17 18 19 20 21 22

### 通过包管理器安装

通过 pip 安装的命令如下:

```bash
Z
zhanghaolong 已提交
23
python3 -m pip install --upgrade pip
Z
zhanghaolong 已提交
24
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
25 26 27 28
```

## 通过源码编译安装

H
huangxinda 已提交
29 30
* CMake 编译细节请参考 [BUILD_README.md](scripts/cmake-build/BUILD_README.md)
* Python 绑定编译细节请参考 [BUILD_PYTHON_WHL_README.md](scripts/whl/BUILD_PYTHON_WHL_README.md)
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56

## 如何参与贡献

* MegEngine 依据 [贡献者公约(Contributor Covenant)](https://contributor-covenant.org)来管理开源社区。请阅读 [行为准则](CODE_OF_CONDUCT.md) 了解更多信息。
* 每一名 MegEngine 的贡献者都需要签署贡献者许可协议(Contributor License Agreement,CLA)来明确贡献内容相关的知识产权许可。更多细节请参考 [协议内容](CONTRIBUTOR_LICENSE_AGREEMENT.md)
* 我们欢迎你通过以下方式来帮助 MegEngine 变得更好:
    * 贡献代码;
    * 完善[文档](https://github.com/MegEngine/Docs)
    *[MegEngine 论坛](https://discuss.megengine.org.cn) 和 Stack Overflow 回答问题;
    *[MegEngine Model Hub](https://github.com/megengine/hub) 贡献新模型;
    *[MegStudio](https://studio.brainpp.com) 平台尝试新想法;
    * 报告使用中的 [Bugs 和 Issues](https://github.com/MegEngine/MegEngine/issues)
    * 审查 [Pull Requests](https://github.com/MegEngine/MegEngine/pulls)
    * 给 MegEngine 点亮小星星;
    * 在你的论文和文章中引用 MegEngine;
    * 向你的好友推荐 MegEngine;
    * ...

我们相信我们能够搭建一个开放友善的开源社区环境,用人工智能造福人类。

## 联系我们

* 问题: [github.com/MegEngine/MegEngine/issues](https://github.com/MegEngine/MegEngine/issues)
* 邮箱: [megengine-support@megvii.com](mailto:megengine-support@megvii.com)
* 论坛: [discuss.megengine.org.cn](https://discuss.megengine.org.cn)
* QQ: 1029741705
J
jiakai 已提交
57
* OPENI: [openi.org.cn/MegEngine](https://www.openi.org.cn/html/2020/Framework_0325/18.html)
58 59 60 61 62 63 64 65 66

## 资源

- [MegEngine](https://megengine.org.cn)
- [MegStudio](https://studio.brainpp.com)
- [Brain++](https://brainpp.megvii.com)

## 开源许可

W
wenjuan 已提交
67 68 69 70 71 72 73 74 75 76 77 78
MegEngine 使用 Apache License, Version 2.0 。

## 引用 MegEngine
如果在您的研究中使用了 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}
}
W
wenjuan 已提交
79
```
80

J
jiakai 已提交
81
Copyright (c) 2014-2021 Megvii Inc. All rights reserved.