You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 3.9 kB

4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # MegEngine
  2. <p align="center">
  3. <img width="128" height="128" src="logo.png">
  4. </p>
  5. <h3> <a href="https://www.megengine.org.cn/doc/stable/en/user-guide/index.html"> Documentation </a> | <a href="https://www.megengine.org.cn/doc/stable/zh/user-guide/index.html"> 中文文档 </a> </h3>
  6. [![](https://img.shields.io/badge/English-%E4%B8%AD%E6%96%87-green.svg)](README_CN.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)
  7. MegEngine is a fast, scalable and easy-to-use deep learning framework, with auto-differentiation.
  8. ------
  9. ## Installation
  10. **NOTE:** MegEngine now supports Python installation on Linux-64bit/Windows-64bit/MacOS(CPU-Only)-10.14+/Android 7+(CPU-Only) platforms with Python from 3.5 to 3.8. On Windows 10 you can either install the Linux distribution through [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl) or install the Windows distribution directly. Many other platforms are supported for inference.
  11. ### Binaries
  12. To install the pre-built binaries via pip wheels:
  13. ```bash
  14. python3 -m pip install --upgrade pip
  15. python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
  16. ```
  17. ## Building from Source
  18. * CMake build details. please refer to [BUILD_README.md](scripts/cmake-build/BUILD_README.md)
  19. * Python binding build details, Please refer to [BUILD_PYTHON_WHL_README.md](scripts/whl/BUILD_PYTHON_WHL_README.md)
  20. ## How to Contribute
  21. * MegEngine adopts [Contributor Covenant](https://contributor-covenant.org) as a guideline to run our community. Please read the [Code of Conduct](CODE_OF_CONDUCT.md).
  22. * Every contributor of MegEngine must sign a [Contributor License Agreement (CLA)](CONTRIBUTOR_LICENSE_AGREEMENT.md) to clarify the intellectual property license granted with the contributions.
  23. * You can help to improve MegEngine in many ways:
  24. * Write code.
  25. * Improve [documentation](https://github.com/MegEngine/Docs).
  26. * Answer questions on [MegEngine Forum](https://discuss.megengine.org.cn), or Stack Overflow.
  27. * Contribute new models in [MegEngine Model Hub](https://github.com/megengine/hub).
  28. * Try a new idea on [MegStudio](https://studio.brainpp.com).
  29. * Report or investigate [bugs and issues](https://github.com/MegEngine/MegEngine/issues).
  30. * Review [Pull Requests](https://github.com/MegEngine/MegEngine/pulls).
  31. * Star MegEngine repo.
  32. * Cite MegEngine in your papers and articles.
  33. * Recommend MegEngine to your friends.
  34. * Any other form of contribution is welcomed.
  35. We strive to build an open and friendly community. We aim to power humanity with AI.
  36. ## How to Contact Us
  37. * Issue: [github.com/MegEngine/MegEngine/issues](https://github.com/MegEngine/MegEngine/issues)
  38. * Email: [megengine-support@megvii.com](mailto:megengine-support@megvii.com)
  39. * Forum: [discuss.megengine.org.cn](https://discuss.megengine.org.cn)
  40. * QQ Group: 1029741705
  41. * OPENI: [openi.org.cn/MegEngine](https://www.openi.org.cn/html/2020/Framework_0325/18.html)
  42. ## Resources
  43. - [MegEngine](https://megengine.org.cn)
  44. - [MegStudio](https://studio.brainpp.com)
  45. - [Brain++](https://brainpp.megvii.com)
  46. ## License
  47. MegEngine is licensed under the Apache License, Version 2.0
  48. ## Citation
  49. If you use MegEngine in your publication,please cite it by using the following BibTeX entry.
  50. ```
  51. @Misc{MegEngine,
  52. institution = {megvii},
  53. title = {MegEngine:A fast, scalable and easy-to-use deep learning framework},
  54. howpublished = {\url{https://github.com/MegEngine/MegEngine}},
  55. year = {2020}
  56. }
  57. ```
  58. Copyright (c) 2014-2021 Megvii Inc. All rights reserved.