emedvedev/attention-ocr

Option to add custom character vocabulary

Closed this issue · 2 comments

I think that it will be useful to have an additional parameter where the user can add their own character set for the model.

I think this can be done with some changes to the data_gen code to take characters from a file, and a custom_vocab parameter.

Do you think I should go ahead with implementing this?

Great!! Thanks