From 7667154f1e87b0a3de50a97be0e625ebb2892a03 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 25 Apr 2017 13:42:44 +0300 Subject: [PATCH] Update Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 225e883a..99495d1d 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ For example, you stopped training after 9000 iterations, but the best result can ![Overfitting](https://hsto.org/files/5dc/7ae/7fa/5dc7ae7fad9d4e3eb3a484c58bfc1ff5.png) - 2.1. At first, you should put filenames of validation images to file `data\voc.2007.test` (format as in `train.txt`) or if you haven't validation images - simply copy `data\train.txt` to `data\voc.2007.test`. + 2.1. At first, in your file `obj.data` you must specify the path to the validation dataset `valid = valid.txt` (format of `valid.txt` as in `train.txt`), and if you haven't validation images, just copy `data\train.txt` to `data\valid.txt`. 2.2 If training is stopped after 9000 iterations, to validate some of previous weights use this commands: