Skip to content

Remove megstudio related content #528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/development/docs/document-style-guide/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@

教程必须可靠地可重复。
这也不容易实现:通常人们将基于不同的操作系统、经验水平和工具来使用你的教程。
MegEngine 文档中的教程借助 MegStudio 平台提供一致的云端环境,实现了一定程度的保证。
在其它情况下,我们有必要将足够的背景信息告知初学者,让大家在同一个起跑线。
我们有必要将足够的背景信息告知初学者,让大家在同一个起跑线。

教程每次都必须适用于所有人, **因此需要定期详细地测试,以确保它们仍然有效。**

Expand Down
1 change: 0 additions & 1 deletion source/getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ MegEngine 可以使用 Python 包管理器 ``pip`` 直接进行安装:

* MegEngine 安装包中集成了使用 GPU 运行代码所需的 CUDA 环境,不用区分 CPU 和 GPU 版。
如果想要运行 GPU 程序,请确保机器本身配有 GPU 硬件设备并安装好驱动。
* 如果你想体验在云端 GPU 算力平台进行深度学习开发的感觉,欢迎访问 `MegStudio <https://studio.brainpp.com/>`_ 平台。


接下来做什么
Expand Down
3 changes: 0 additions & 3 deletions source/getting-started/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ MegEngine 快速上手
调用 MegEngine 中的 :class:`~.MNIST` 接口将从 MNIST 官网下载数据集,MegEngine 不提供镜像或加速服务。
本质上可以看作是运行了一份单独的 MNIST 数据集获取与处理脚本(你也可以自己编写脚本来搞定这件事)。

在 `MegStudio <https://studio.brainpp.com/>`_ 平台中提供了 MNIST 数据集镜像,需注意:

* 在创建项目时选择 MNIST 数据集,将 ``MNIST_DATA_PATH`` 设置为 ``/home/megstudio/dataset/MNIST/``;
* 在调用 :class:`~.MNIST` 接口时将 ``download`` 参数设置为 ``False``, 避免再次下载。

准备 DataLoader
~~~~~~~~~~~~~~~
Expand Down
Loading