tensorflow / tensorflow/models
Top-5 accuracy or recall?
Open
@marksandler2 is already working on this.
Since Jun 19, 2020.
models:research
type:support
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
In the documentation, the table reports Top-5 accuracy but in the code it's actually streaming_recall_at_k (in eval_image_classifier.py) which calcutes TP/(TP+FN). Shoudn't it be Top-5 recall?
Contributor guide
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.
Assessment
This issue has not been assessed yet.