From 2bf20f9b0b3f08537134ed3e6887c09afafe72bf Mon Sep 17 00:00:00 2001 From: mrq Date: Fri, 10 Mar 2023 01:05:18 +0000 Subject: [PATCH] Update 'Training' --- Training.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Training.md b/Training.md index f61258f..c7f3b04 100644 --- a/Training.md +++ b/Training.md @@ -174,6 +174,8 @@ However, these metrics are not re-incorporated into the training, as that's not I have yet to fully train a model with validation enabled to see how well it fares, but it should offer a better glimpse of how the model will perform from outside data, rather than recreating its training data. +**!**NOTE**!**: Validation iterations are counted towards normal iterations, for whatever reason. + ### Multi-GPU Training **!**NOTE**!**: This comes with ***tons*** of headaches on decent-sized datasets. Be warned.