"torchvision/vscode:/vscode.git/clone" did not exist on "5568744c4b7de1bcd397a06b94ef92cf1fd30a29"
utils.py 151 Bytes
Newer Older
1
2
3
4
try:
    from torch.hub import load_state_dict_from_url
except ImportError:
    from torch.utils.model_zoo import load_url as load_state_dict_from_url