emedvedev / attention-ocr

A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
MIT License
1.08k stars 256 forks source link

attention masks from saved model #188

Open abucka opened 3 years ago

abucka commented 3 years ago

Hi,

How can I visualise attention masks using SavedModel format? I would appreciate any hints.