Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.72 KB

File metadata and controls

52 lines (38 loc) · 1.72 KB

新手入门

.. toctree::
   :hidden:

   quick-start
   beginner/intro
   deploy/index

我们为带有不同学习需求的用户提供了对应的新手入门教程,共同成长。

安装 MegEngine

MegEngine 可以使用 Python 包管理器 pip 直接进行安装:

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

如果想要安装特定的版本,或需要从源码进行编译? :ref:`了解更多安装方式 <install>`

Note

  • MegEngine 安装包中集成了使用 GPU 运行代码所需的 CUDA 环境,不用区分 CPU 和 GPU 版。 如果想要运行 GPU 程序,请确保机器本身配有 GPU 硬件设备并安装好驱动。

接下来做什么

.. panels::
   :container: +full-width text-center
   :card:

   我使用过其它深度学习框架
   ^^^^^^^^^^^^^^^^^^^^^^^^
   推荐你通过 `MegEngine 10 分钟快速上手 <./quick-start.html>`_ 页面快速熟悉 :ref:`API <reference>` .
   在后续的使用过程中,如果遇到问题可参考 :ref:`user-guide` 。
   ---
   我是深度学习领域初学者
   ^^^^^^^^^^^^^^^^^^^^^^
   如果你想要通过实践 MegEngine 的使用来加深对基础知识的理解,
   我们为你准备了一系列 :ref:`deep-learning` ,希望能有所帮助!