pytorch/hub
Official PyTorch Hub submission repository for publishing pretrained machine learning models to pytorch.org/hub.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository serves as the submission portal for publishing pretrained models to the official PyTorch Hub. Model authors add a hubconf.py file to their repositories and submit markdown files here to have their models appear in the PyTorch model registry. The hub provides standardized discovery and loading of pretrained models via torch.hub.load(), with CI testing to verify model code blocks work with the latest PyTorch release.