tensorflow / tensorflow/tflite-support
Remove _eq_ and options from all Python Task APIs
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 441
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
It turned out that _eq_ and options functions in all Python Task APIs are no longer needed. Please remove them and avoid implementing them in future tasks.
In other word, please revert the changes in https://github.com/tensorflow/tflite-support/pull/749/files for both image_classifier, object_detector, and image_embedder.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the changes in pull request 749 for the Python APIs image_classifier, object_detector, and image_embedder. Revert the eq and options additions in those APIs and confirm that the functions are removed from all three task implementations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- api, machine-learning
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100