diff --git a/README.md b/README.md index 3a2d07b7..350ef086 100644 --- a/README.md +++ b/README.md @@ -94,12 +94,19 @@ You can choose any of the following installation methods: ### Installation Verification -Execute the following command, if it prompts web address: , the installation is successful. +Execute the following command: ```bash mindinsight start ``` +If it prompts the following information, the installation is successful: + +```bash +Web address: http://127.0.0.1:8080 +service start state: success +``` + ## Quick Start Before using MindInsight, the data in the training process should be recorded. When starting MindInsight, the directory of the saved data should be specified. After successful startup, the data can be viewed through the web page. Here is a brief introduction to recording training data, as well as starting and stopping MindInsight. diff --git a/README_CN.md b/README_CN.md index dac59859..ceea6d9a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,5 +1,4 @@ -[View English](./README.md) - +# MindInsight - [MindInsight介绍](#mindinsight介绍) @@ -22,6 +21,8 @@ +[View English](./README.md) + ## MindInsight介绍 MindInsight为MindSpore提供了简单易用的调优调试能力。在训练过程中,可以将标量、张量、图像、计算图、模型超参、训练耗时等数据记录到文件中,通过MindInsight可视化页面进行查看及分析。 @@ -93,12 +94,19 @@ git clone https://gitee.com/mindspore/mindinsight.git ### 验证是否成功安装 -执行如下命令,如果提示web address: ,则说明安装成功。 +执行如下命令: ```bash mindinsight start ``` +如果出现下列提示,说明安装成功: + +```bash +Web address: http://127.0.0.1:8080 +service start state: success +``` + ## 快速入门 使用MindInsight前,需要先将训练过程中的数据记录下来,启动MindInsight时,指定所保存的数据的位置,启动成功后,