torch_hub_load_local#

torch_hub_load_local(hubconf_dir: str, entrypoint: str, *args, **kwargs) Any[source]#

Wrapper around torch.hub.load() with source='local'.

Historical note: the code that was previously here was moved to torch.hub.load() (for its implementation of source='local'), so now it just calls that function.

Parameters
  • hubconf_dir (str) –

  • entrypoint (str) –

Return type

Any