emedvedev/attention-ocr

How can I generate tfrecord files?

Closed this issue · 4 comments

Hi, I would like training a model to recognize a custom dataset. However, I have a problem building the tfrecord file. I have no idea to do this. Please, can anyone tell me step by step how can I generate the tfrecord files???

I think the "create a dataset" section of the README.md covers it reasonably well.

More or less, but I create a similar dataset and the train process does not work. It never cross the zero step.

Can we train with multiple tf record files (shards). If so , how?