torch_hub_load_local#
- torch_hub_load_local(hubconf_dir: str, entrypoint: str, *args, **kwargs) Any[source]#
Wrapper around
torch.hub.load()withsource='local'.Historical note: the code that was previously here was moved to
torch.hub.load()(for its implementation ofsource='local'), so now it just calls that function.