Sign in
android
/
platform
/
external
/
pytorch
/
d0e12d1cc8b08ea8770b6ec941372793c4e4d4d0
/
.
/
torch
/
utils
/
model_zoo.py
blob: e0c6004e23ea806a2c83e12cd2998e0279e0b16f [
file
] [
log
] [
blame
]
# torchvision imports tqdm from here.
from
torch
.
hub
import
tqdm
,
load_state_dict_from_url
as
load_url
# noqa: F401