models icon indicating copy to clipboard operation
models copied to clipboard

[WIP] Native tf2.x migration for AttentionOCR

Open kyscg opened this issue 5 years ago • 0 comments

Description

Following up from #8843

Native TensorFlow 2 migration with some additions. Main issues to resolve are tf.contrib and tf.flags. Fixes #8703

Type of change

  • [x] TensorFlow 2 migration
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Tests

To be updated in the future

Checklist

  • [x] I have signed the Contributor License Agreement.
  • [x] I have read guidelines for pull request.
  • [x] My code follows the coding guidelines.
  • [ ] I have performed a self code review of my own code.
  • [ ] I have commented my code, particularly in hard-to-understand areas.
  • [ ] I have made corresponding changes to the documentation.
  • [ ] My changes generate no new warnings.
  • [ ] I have added tests that prove my fix is effective or that my feature works.

kyscg avatar Jul 29 '20 04:07 kyscg