Skip to content
Snippets Groups Projects
Commit e8f0b87c authored by Nishant's avatar Nishant
Browse files

Reverted batchSize to default.

parent aae2c66e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class Model:
"minimalistic TF model for HTR"
# model constants
batchSize = 32
batchSize = 50
imgSize = (128, 32)
maxTextLen = 32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment