From e8f0b87cbce691d5f67b9777c87160bd883ac7e7 Mon Sep 17 00:00:00 2001 From: Nishant <getrooted0019@hotmail.com> Date: Tue, 8 Dec 2020 11:39:01 +0530 Subject: [PATCH] Reverted batchSize to default. --- src/Model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model.py b/src/Model.py index 47b9d95..1d12c81 100644 --- a/src/Model.py +++ b/src/Model.py @@ -19,7 +19,7 @@ class Model: "minimalistic TF model for HTR" # model constants - batchSize = 32 + batchSize = 50 imgSize = (128, 32) maxTextLen = 32 -- GitLab