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.2 kB

4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # MegEngine
  2. <p align="center">
  3. <img width="250" height="109" src="logo.png">
  4. </p>
  5. English | [中文](README_CN.md)
  6. MegEngine is a fast, scalable and easy-to-use deep learning framework, with auto-differentiation.
  7. ------
  8. ## Installation
  9. **NOTE:** MegEngine now supports Python installation on Linux-64bit/Windows-64bit/MacOS(CPU-Only)-10.14+ 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.
  10. ### Binaries
  11. To install the pre-built binaries via pip wheels:
  12. ```bash
  13. python3 -m pip install --upgrade pip
  14. python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
  15. ```
  16. ## Building from Source
  17. * CMake build details. please refer to [BUILD_README.md](scripts/cmake-build/BUILD_README.md)
  18. * Python binding build details, Please refer to [BUILD_PYTHON_WHL_README.md](scripts/whl/BUILD_PYTHON_WHL_README.md)
  19. ## How to Contribute
  20. * 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).
  21. * 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.
  22. * You can help to improve MegEngine in many ways:
  23. * Write code.
  24. * Improve [documentation](https://github.com/MegEngine/Docs).
  25. * Answer questions on [MegEngine Forum](https://discuss.megengine.org.cn), or Stack Overflow.
  26. * Contribute new models in [MegEngine Model Hub](https://github.com/megengine/hub).
  27. * Try a new idea on [MegStudio](https://studio.brainpp.com).
  28. * Report or investigate [bugs and issues](https://github.com/MegEngine/MegEngine/issues).
  29. * Review [Pull Requests](https://github.com/MegEngine/MegEngine/pulls).
  30. * Star MegEngine repo.
  31. * Cite MegEngine in your papers and articles.
  32. * Recommend MegEngine to your friends.
  33. * Any other form of contribution is welcomed.
  34. We strive to build an open and friendly community. We aim to power humanity with AI.
  35. ## How to Contact Us
  36. * Issue: [github.com/MegEngine/MegEngine/issues](https://github.com/MegEngine/MegEngine/issues)
  37. * Email: [megengine-support@megvii.com](mailto:megengine-support@megvii.com)
  38. * Forum: [discuss.megengine.org.cn](https://discuss.megengine.org.cn)
  39. * QQ Group: 1029741705
  40. * OPENI: [openi.org.cn/MegEngine](https://www.openi.org.cn/html/2020/Framework_0325/18.html)
  41. ## Resources
  42. - [MegEngine](https://megengine.org.cn)
  43. - [MegStudio](https://studio.brainpp.com)
  44. - [Brain++](https://brainpp.megvii.com)
  45. ## License
  46. MegEngine is licensed under the Apache License, Version 2.0
  47. ## Citation
  48. If you use MegEngine in your publication,please cite it by using the following BibTeX entry.
  49. ```
  50. @Misc{MegEngine,
  51. institution = {megvii},
  52. title = {MegEngine:A fast, scalable and easy-to-use deep learning framework},
  53. howpublished = {\url{https://github.com/MegEngine/MegEngine}},
  54. year = {2020}
  55. }
  56. ```
  57. Copyright (c) 2014-2021 Megvii Inc. All rights reserved.