From 99a02a1bf55a8022110ca78d0363c2eae610cecf Mon Sep 17 00:00:00 2001 From: "Rezanezhad, Vahid" Date: Thu, 5 Dec 2019 14:11:37 +0100 Subject: [PATCH] Update README --- train/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/train/README b/train/README index 8d478bd..54ea408 100644 --- a/train/README +++ b/train/README @@ -21,6 +21,7 @@ training , evaluation and output: patches: - if you want to train your model with patches, the height and width of patches should be defined and also number of batchs (how many patches should be seen by model by each iteration). + if you want to train your model with patches, the height and width of patches should be defined and also number of + batchs (how many patches should be seen by model by each iteration). In the case that model should see the image once, like page extraction, the patches should be set to false.