From bd50910314702af2cd0149fdd46fa14b5a940e70 Mon Sep 17 00:00:00 2001 From: xuxinyu Date: Thu, 27 Aug 2020 17:43:30 +0800 Subject: [PATCH] add faq tag and view --- docs/source_en/FAQ.md | 3 +++ docs/source_zh_cn/FAQ.md | 3 +++ resource/faq/FAQ_en.md | 2 ++ resource/faq/FAQ_zh_cn.md | 1 + 4 files changed, 9 insertions(+) diff --git a/docs/source_en/FAQ.md b/docs/source_en/FAQ.md index 681d6861..6478958c 100644 --- a/docs/source_en/FAQ.md +++ b/docs/source_en/FAQ.md @@ -1,5 +1,7 @@ # FAQ +`Ascend` `GPU` `CPU` `Environmental Setup` `Model Export` `Model Training` `Beginner` `Intermediate` `Expert` + - [FAQ](#faq) @@ -16,6 +18,7 @@ - [Supported Features](#supported-features) + ## Installation diff --git a/docs/source_zh_cn/FAQ.md b/docs/source_zh_cn/FAQ.md index 9873b933..16989748 100644 --- a/docs/source_zh_cn/FAQ.md +++ b/docs/source_zh_cn/FAQ.md @@ -1,5 +1,7 @@ # FAQ +`Ascend` `GPU` `CPU` `环境准备` `模型导出` `模型训练` `初级` `中级` `高级` + - [FAQ](#faq) @@ -16,6 +18,7 @@ - [特性支持](#特性支持) + ## 安装类 diff --git a/resource/faq/FAQ_en.md b/resource/faq/FAQ_en.md index 681d6861..30335b43 100644 --- a/resource/faq/FAQ_en.md +++ b/resource/faq/FAQ_en.md @@ -16,6 +16,8 @@ - [Supported Features](#supported-features) +This document has been transferred to a [new location](https://www.mindspore.cn/docs/en/master/FAQ.html). This page will be offline later。 + ## Installation diff --git a/resource/faq/FAQ_zh_cn.md b/resource/faq/FAQ_zh_cn.md index 9873b933..1e06e6c3 100644 --- a/resource/faq/FAQ_zh_cn.md +++ b/resource/faq/FAQ_zh_cn.md @@ -16,6 +16,7 @@ - [特性支持](#特性支持) +此文档已经转移到[新的位置](https://www.mindspore.cn/docs/zh-CN/master/FAQ.html),此页面后续会下线。 ## 安装类 -- GitLab