Allow weight tables to be sorted and searchable
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 7.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 13
Description
It'd be nice if weight tables could be sorted by number of params or accuracies.
Also a "search option" would be neat, to address cases like https://github.com/pytorch/hub/issues/318
This post might be a good start: https://stackoverflow.com/questions/64443832/sorting-table-with-rst-and-python-sphinx-in-html-output
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.
Research direction
Start with the weight tables on the linked models page and inspect how their HTML output is generated. Use the referenced Stack Overflow post as a starting point for sorting and search behavior; done means the tables can be sorted by parameter count or accuracy and searched in the HTML output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, python
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100