As a modeling framework for ranking & classification, DeText is open sourced in TF1. With Google moving from TF1 (last version released 2019 Oct) to TF2, there has been requests for TF2 compatible DeText from the community. In this PR, we will update DeText codebase to TF2 for up-to-date support for DeText users and development environment for DeText open source contributors.
Type of change
Please delete options that are not relevant.
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
List all changes
Please list all changes in the commit.
Update DeText codebase to TF2
Update environment setup (setup.py) for TF2
Update workflow flake8 setting to use setup.cfg for error ignoring
Update README.md about environment setup with text refinement on other statements
Description
As a modeling framework for ranking & classification, DeText is open sourced in TF1. With Google moving from TF1 (last version released 2019 Oct) to TF2, there has been requests for TF2 compatible DeText from the community. In this PR, we will update DeText codebase to TF2 for up-to-date support for DeText users and development environment for DeText open source contributors.
Type of change
Please delete options that are not relevant.
List all changes
Please list all changes in the commit.
Testing