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

Reverted batchSize to default.

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