From 237ffc9722d0033e0d4e41259fbb34d61f1228ca Mon Sep 17 00:00:00 2001 From: Maville <89309656+Maville-07@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:06:18 -0300 Subject: [PATCH] Update tensorboard.md --- get-started/tensorboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-started/tensorboard.md b/get-started/tensorboard.md index 11e73288..914d7797 100644 --- a/get-started/tensorboard.md +++ b/get-started/tensorboard.md @@ -22,7 +22,7 @@ Tensorboard is a series of graphs where we can monitor the progress of our model 4. Look for the "g/total" metric at the top to monitor the progress of your training. -![TensorBoard Screenshot](https://cdn.discordapp.com/attachments/1139925179489853470/1178729423411884152/image.png) +![TensorBoard Screenshot](/assets/tensorboard.png) This image provides a visual guide for locating the "g/total" metric within the "Scalars" tab. @@ -39,4 +39,4 @@ It’s when the graph goes to a point so low that it doesn’t happen again. Dur ==- Advanced Information Besides checking the loss/g/total, it’s necessary to monitor the loss/g/mel, loss/g/kl and loss/d/total graphs. If any of these values increase and don’t decrease again, it indicates overtraining. -==- \ No newline at end of file +==-