From 6390a5a2ab61a0bdf6f1a9a6b4a739c16b36e0d7 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 23 May 2018 19:11:10 +0300 Subject: [PATCH] Update Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b56299e6..e56efa8c 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ If required change pathes in the file `build\darknet\x64\data\voc.data` More information about training by the link: http://pjreddie.com/darknet/yolo/#train-voc - **Note:** If during training you see `nan` values in some lines then training goes well, but if `nan` are in all lines then training goes wrong. + **Note:** If during training you see `nan` values for `avg` (loss) field - then training goes wrong, but if `nan` is in some other lines - then training goes well. ## How to train with multi-GPU: @@ -317,7 +317,7 @@ It will create `.txt`-file for each `.jpg`-image-file - in the same directory an * Also you can get result earlier than all 45000 iterations. - **Note:** If during training you see `nan` values in some lines then training goes well, but if `nan` are in all lines then training goes wrong. + **Note:** If during training you see `nan` values for `avg` (loss) field - then training goes wrong, but if `nan` is in some other lines - then training goes well. ### How to train tiny-yolo (to detect your custom objects):