Browse Source

modify readme mindinsight

tags/v1.1.0
yingchen 5 years ago
parent
commit
d5935a6077
2 changed files with 19 additions and 4 deletions
  1. +8
    -1
      README.md
  2. +11
    -3
      README_CN.md

+ 8
- 1
README.md View File

@@ -94,12 +94,19 @@ You can choose any of the following installation methods:


### Installation Verification ### Installation Verification


Execute the following command, if it prompts web address: <http://127.0.0.1:8080>, the installation is successful.
Execute the following command:


```bash ```bash
mindinsight start 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 ## 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. 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.


+ 11
- 3
README_CN.md View File

@@ -1,5 +1,4 @@
[View English](./README.md)

# MindInsight
<!-- TOC --> <!-- TOC -->


- [MindInsight介绍](#mindinsight介绍) - [MindInsight介绍](#mindinsight介绍)
@@ -22,6 +21,8 @@


<!-- /TOC --> <!-- /TOC -->


[View English](./README.md)

## MindInsight介绍 ## MindInsight介绍


MindInsight为MindSpore提供了简单易用的调优调试能力。在训练过程中,可以将标量、张量、图像、计算图、模型超参、训练耗时等数据记录到文件中,通过MindInsight可视化页面进行查看及分析。 MindInsight为MindSpore提供了简单易用的调优调试能力。在训练过程中,可以将标量、张量、图像、计算图、模型超参、训练耗时等数据记录到文件中,通过MindInsight可视化页面进行查看及分析。
@@ -93,12 +94,19 @@ git clone https://gitee.com/mindspore/mindinsight.git


### 验证是否成功安装 ### 验证是否成功安装


执行如下命令,如果提示web address: <http://127.0.0.1:8080>,则说明安装成功。
执行如下命令


```bash ```bash
mindinsight start mindinsight start
``` ```


如果出现下列提示,说明安装成功:

```bash
Web address: http://127.0.0.1:8080
service start state: success
```

## 快速入门 ## 快速入门


使用MindInsight前,需要先将训练过程中的数据记录下来,启动MindInsight时,指定所保存的数据的位置,启动成功后, 使用MindInsight前,需要先将训练过程中的数据记录下来,启动MindInsight时,指定所保存的数据的位置,启动成功后,


Loading…
Cancel
Save