pytorch / hub

Submission to https://pytorch.org/hub/
1.38k stars 240 forks source link

Reported accuracies may go outdated #318

Open NicolasHug opened 1 year ago

NicolasHug commented 1 year ago

We report a bunch of tables with accuracies for the torchvision models, but some of them may be wrong (for example as reported in https://github.com/pytorch/hub/issues/313), or go out of date because the default weight may change (with improved accuracy).

To avoid duplicating the info in too many places it might be best to not report the accuracies directly in torchhub and instead refer to the acc table in torchvision (ideally with a search option for convenience?)