Beginner’s guide#

We provide users with different learning needs with corresponding introductory tutorials for novices to grow together.

Install MegEngine#

MegEngine can be installed directly using the Python package manager pip:

pip3 install megengine -f https://megengine.org.cn/whl/mge.html

If you want to install a specific version, or need to compile from source? Learn more about installation methods.

Note

  • The MegEngine installation package integrates the CUDA environment required to run the code using the GPU, and there is no need to distinguish between the CPU and GPU versions. If you want to run GPU programs, please make sure that the machine is equipped with GPU hardware and the driver is installed.

  • If you want to experience the feeling of deep learning development on the cloud GPU computing platform, welcome to the MegStudio platform.

What to do next#

I have used other deep learning frameworks

Recommend that you quickly get started by MegEngine 10 Fenzhong <./ quick-start.html> _ page quickly familiarize API. In the subsequent course, if you encounter problems refer to the User-guide.

I am a beginner in the field of deep learning

If you want to deepen your understanding of basic knowledge by practicing the use of MegEngine, we have prepared a series of MegEngine Deep Learning Getting Started Tutorial for you, hope it can help!