Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 day ago | |
---|---|---|
.github | 2 weeks ago | |
ci | 1 month ago | |
cmake | 5 months ago | |
dnn | 14 hours ago | |
imperative | 20 hours ago | |
lite | 14 hours ago | |
scripts | 1 month ago | |
sdk | 8 months ago | |
src | 2 days ago | |
test | 2 months ago | |
third_party | 2 weeks ago | |
toolchains | 1 day ago | |
tools | 5 months ago | |
.clang-format | 1 year ago | |
.gdbinit | 1 year ago | |
.gitattributes | 2 months ago | |
.gitignore | 2 years ago | |
.gitmodules | 7 months ago | |
ACKNOWLEDGMENTS | 1 year ago | |
CMakeLists.txt | 4 weeks ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
CONTRIBUTOR_LICENSE_AGREEMENT.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 month ago | |
README_CN.md | 1 month ago | |
commitlint.config.js | 1 year ago | |
logo.png | 8 months ago | |
logo.svg | 4 months ago |
MegEngine is a fast, scalable, and user friendly deep learning framework with 3 key features.
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.6 to 3.9. On Windows 10 you can either install the Linux distribution through Windows Subsystem for Linux (WSL) or install the Windows distribution directly. Many other platforms are supported for inference.
To install the pre-built binaries via pip wheels:
python3 -m pip install --upgrade pip
python3 -m pip install megengine -f https://megengine.org.cn/whl/mge.html
We strive to build an open and friendly community. We aim to power humanity with AI.
MegEngine is licensed under the Apache License, Version 2.0
If you use MegEngine in your publication,please cite it by using the following BibTeX entry.
@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.
天元(MegEngine)是旷视自主研发的开源深度学习框架,于2020年3月正式在 OpenI 启智社区开源,天元能够帮助开发者高效的完成深度学习算法的设计、训练、部署,有效提升AI研发工作效率。
C++ Cuda Python C Starlark other