Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
5 years ago | |
|---|---|---|
| .gitee | 5 years ago | |
| .github | 5 years ago | |
| build | 5 years ago | |
| docs | 5 years ago | |
| mindinsight | 5 years ago | |
| tests | 5 years ago | |
| third_party | 5 years ago | |
| .gitignore | 5 years ago | |
| .gitmodules | 5 years ago | |
| CMakeLists.txt | 5 years ago | |
| LICENSE | 5 years ago | |
| MANIFEST.in | 5 years ago | |
| NOTICE | 5 years ago | |
| README.md | 5 years ago | |
| RELEASE.md | 5 years ago | |
| SECURITY.md | 5 years ago | |
| requirements.txt | 5 years ago | |
| setup.py | 5 years ago | |
MindInsight provides MindSpore with easy-to-use debugging and tuning capabilities. It
enables users to visualize the experiments. The features of MindInsight are as follows.
Visualization of training process:
Provide visualization of training process information,
such as computation graph, training process metrics, etc.
Traceability of training result:
Provide visualization of model parameters information,
such as training data, model accuracy, etc.
The architecture diagram of MindInsight is illustrated as follows:
The summary log file consists of a series of operation events. Each event contains
the necessary data for visualization.
MindSpore uses the Callback mechanism to record graph, scalar, image and model
information into summary log file.
The scalar and image is recorded by Summary operator.
The computation graph is recorded by SummaryRecord after it was compiled.
The model parameters is recorded by TrainLineage or EvalLineage.
MindInsight provides the capability to analyze summary log files and visualize
relative information.
MindInsight provides users with a full-process visualized GUI during
AI development, in order to help model developers to improve the model
precision efficiently.
MindInsight has the following visualization capabilities:
The GUI of MindInsight displays the structure of neural network, the data flow and control
flow of each operator during the entire training process.
The GUI of MindInsight displays the change tendency of a specific scalar during the entire
training process, such as loss value and accuracy rate of each iteration.
Two scalar curves can be combined and displayed in one chart.
The GUI of MindInsight displays the distribution change tendency of a tensor such as weight
or gradient during the entire training process.
The GUI of MindInsight displays both original images and enhanced images during the entire
training process.
The GUI of MindInsight displays the parameters and metrics of all models, such as the
learning rate, the number of samples and the loss function of each model.
The GUI of MindInsight displays the pipeline of dataset processing and augmentation.
The GUI of MindInsight displays the parameters and operations of the dataset processing and augmentation.
See Install MindInsight.
See guidance
See API Reference
Welcome contributions. See our Contributor Wiki for more details.
The release notes, see our RELEASE.
MindInsight为MindSpore提供了简单易用的调优调试能力。在训练过程中,可以将标量、张量、图像、计算图、模型超参、训练耗时等数据记录到文件中,通过MindInsight可视化页面进行查看及分析。
SVG Text Python Vue CSV other