🥰ONNX Model hub
ONNX Model Hub
Install
Basic usage
from onnx import hubDownloading a model by name:
model = hub.load("resnet50")Downloading from custom repositories:
model = hub.load("resnet50", repo="onnx/models:771185265efbdc049fb223bd68ab1aeb1aecde76")Listing and inspecting Models:
Local Caching
Default cache location
Setting the cache location
Additional cache details
Architecture
Last updated