pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
16.32k stars 6.97k forks source link

Allow weight tables to be sorted and searchable #5965

Open NicolasHug opened 2 years ago

NicolasHug commented 2 years ago

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

oke-aditya commented 2 years ago

I will have a go at this. On a high level it seems feasible.