Towards Reproducible Research with PyTorch Hub

Towards Reproducible Research with PyTorch Hub

PyTorch Hub consists of a pre-trained model repository designed specifically to facilitate research reproducibility and enable new research. PyTorch Hub supports the publication of pre-trained models (model definitions and pre-trained weights) to a GitHub repository by adding a simple file. As a user, PyTorch Hub allows you to follow a few simple steps and do things like: 1) explore available models; 2) load a model; and 3) understand what methods are available for any given model.

Source: pytorch.org