maykulkarni
Results
3
comments of
maykulkarni
trafficstars
@livekeys just edit the alphabet.py to have all the characters in the same line this way `\n` will not be treated as a new character.
In my case, it worked after setting the `subdivisions` to a ~lower~ bigger number (`4`)
@cloudy-sfu `subdivisions` is basically how many images batches to consider while passing it to the model. Meaning, `batch_size` of 64 and `subdivisions` of 64 would mean only 1 image would...