Ed Medvedev
Ed Medvedev
There's no plan to move this project to Tensorflow 2 yet, unfortunately, but contributions are welcome. I could create a branch to submit PRs against if there are several people...
@khu834 thank you so much! Created a https://github.com/emedvedev/attention-ocr/tree/tf2 branch :)
Ideally to completely convert, yes :) On Feb 23, 2021, 12:41 +0700, Kevin Chih Yao Huang , wrote: > > I performed the same steps and got stuck there as...
I don't mind, tf.keras would make lots of sense imo. Thanks a lot for doing this! On Feb 25, 2021, 03:14 +0700, Kevin Chih Yao Huang , wrote: > @emedvedev...
The Python API for the converter doesn't work with frozen graphs from TF 1.0, and I guess it might be the case with `tflite_convert`, too. Try exporting as SavedModel instead...
Not entirely sure how a SavedModel would be different from the frozen graph of the same model for conversion purposes, so can’t advise there. If you’re sure that SavedModel is...
Sorry for the delay, but I think I've got it. I used MutableHashTable for the charmap lookup, and it's not supported by TF Lite. However, a simple HashTable can be...
Could be something with the HashTable syntax. My recommendation was off the top of my head, so not guaranteed, but should still be pretty close :) Is it just the...
FYI, serving without the full chain fails in Firefox (at least) with the "unknown issuer" error if no websites with certificates by Let's Encrypt (and the proper chain) have been...
Merged @mjpieters's PR: https://github.com/emedvedev/attention-ocr/pull/198. Should support TF2 now.