From 55ccf14e3ccdfff9b2136b32b55a32c332091e03 Mon Sep 17 00:00:00 2001 From: wenkai Date: Wed, 29 Apr 2020 15:45:01 +0800 Subject: [PATCH] add readme for parameter distribution visualization --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 974ce89..fa91b3a 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,11 @@ training process, such as loss value and accuracy rate of each iteration. Two scalar curves can be combined and displayed in one chart. +### Parameter distribution + +The GUI of MindInsight displays the distribution change tendency of a tensor such as weight +or gradient during the entire training process. + ### Image visualization The GUI of MindInsight displays both original images and enhanced images during the entire -- GitLab