pytorch / pytorch/vision

Allow weight tables to be sorted and searchable

Open
#5,965 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.