|
|
|
@@ -94,12 +94,19 @@ You can choose any of the following installation methods: |
|
|
|
|
|
|
|
### 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 |
|
|
|
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. |
|
|
|
|