You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add docs for text
* fix image
* fix image
* fix image
* fix text demo
* fix grammer errors of text doc
* fix grammer errors of text doc
* fix grammer errors of text doc
* fix grammer errors of text doc
Co-authored-by: Peter Pan <littlepanzh@gmail.com>
|[ Scalar](#Scalar--Line-Chart)| Line Chart | Display scalar data such as loss and accuracy dynamically. |
17
17
|[Image](#Image--Image-Visualization)| Image Visualization | Display images, visualizing the input and the output and making it easy to view the changes in the intermediate process. |
18
18
|[Audio](#Audio--Audio-Play)| Audio Play | Play the audio during the training process, making it easy to monitor the process of speech recognition and text-to-speech. |
19
+
|[Text](#Text)| Text Visualization | Visualizes the text output of NLP models within any stage, aiding developers to compare the changes of outputs so as to deeply understand the training process and simply evaluate the performance of the model. |
19
20
|[Graph](#Graph--Network-Structure)| Network Structure | Visualize network structures, node attributes and data flow, assisting developers to learn and to optimize network structures. |
20
21
|[Histogram](#Histogram--Distribution-of-Tensors)| Distribution of Tensors | Present the changes of distributions of tensors, such as weights/gradients/bias, during the training process. |
21
22
|[PR Curve](#PR-Curve)| Precision & Recall Curve | Display precision-recall curves across training steps, clarifying the tradeoff between precision and recall when comparing models. |
@@ -370,6 +371,81 @@ Then, open the browser and enter the address: `http://127.0.0.1:8080`to view:
visualizes the text output of NLP models within any stage, aiding developers to compare the changes of outputs so as to deeply understand the training process and simply evaluate the performance of the model.
0 commit comments